summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorNicolas Pitre <nico@fluxnic.net>2021-03-21 15:03:31 -0400
committerNicolas Pitre <nico@fluxnic.net>2021-03-21 15:03:31 -0400
commitb74db350eed9df20237eef9ddb06902d955d47d5 (patch)
tree1a7f6bdec159988b8e02377fcb26322968635a6d /src/main.c
parent8bf1bc290a850080b1f1505951c01409760d8f98 (diff)
make show_cursor a runtime selectable option
"show_cursor" is the name of the option used with lynx and alpine to produce the same effect.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index 47dca45..9bdf7ea 100644
--- a/src/main.c
+++ b/src/main.c
@@ -779,9 +779,6 @@ void show_version_and_quit() {
#ifdef MOUSE
sc_info("-DMOUSE");
#endif
-#ifdef BRAILLE
- sc_info("-DBRAILLE");
-#endif
#ifdef USECOLORS
sc_info("-DUSECOLORS");
#endif
@@ -868,6 +865,7 @@ void show_usage_and_quit(){
\n --output=FILE Save the results in FILE\
\n --overlap Set variable 'overlap variable'\
\n --quit_afterload Quit after loading all the files\
+\n --show_cursor Make the screen cursor follow the active cell\
\n --tm_gmtoff={seconds} set gmt offset used for converting datetimes to localtime.\
\n --txtdelim={\",\" or \";\" or \"\\t\" or \"|\"} Sets delimiter when opening a .tab of .csv file");
#ifdef XLSX