]> git.armaanb.net Git - lightcards.git/blobdiff - config.py
Remove CursesError exception
[lightcards.git] / config.py
index ee974b041c0d46a11200fa4d8882322f533aa873..2057a2bee3e6385f148d92cec2c44abc8a2ede42 100644 (file)
--- a/config.py
+++ b/config.py
@@ -10,6 +10,8 @@ alphabetize = False
 shuffle = False
 reverse = False
 cache = True
+table = False  # set to integer or range
+lenient = False
 
 default_view = 1
 
@@ -54,7 +56,7 @@ quit_key = "q"
 ###############################################################################
 # OTHER
 
-confirm_quit = True
+quit_confirmation = True
 show_menu_at_end = True
 debug = False