summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-03-20 12:27:41 -0300
committerAndrés <andmarti@gmail.com>2021-03-20 12:27:41 -0300
commit73d945f9f13d1a5a15590ace7f2740f16c2ae232 (patch)
tree3f2515d1bc726c920cee80da8123129bba0a99bd /src/main.c
parente3e6e1d6e1818dfa9ca74d6f686f8bd7ccb65462 (diff)
Added macros to show_version
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 6f55fd7..e205b6e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -748,7 +748,7 @@ void sig_term() {
void show_version_and_quit() {
put(user_conf_d, "nocurses", "1");
- sc_info("Sc-im - %s", rev);
+ sc_info("SC-IM - %s", rev);
#ifdef NCURSES
sc_info("-DNCURSES");
#endif
@@ -779,6 +779,12 @@ void show_version_and_quit() {
#ifdef USELOCALE
sc_info("-DUSELOCALE");
#endif
+#ifdef MOUSE
+ sc_info("-DMOUSE");
+#endif
+#ifdef BRAILLE
+ sc_info("-DBRAILLE");
+#endif
#ifdef USECOLORS
sc_info("-DUSECOLORS");
#endif
@@ -800,6 +806,9 @@ void show_version_and_quit() {
#ifdef DFLT_PAGER
sc_info("-DDFLT_PAGER=\"%s\"", DFLT_PAGER);
#endif
+#ifdef DFLT_EDITOR
+ sc_info("-DDFLT_EDITOR=\"%s\"", DFLT_EDITOR);
+#endif
#ifdef CONFIG_DIR
sc_info("-DCONFIG_DIR=\"%s\"", CONFIG_DIR);
#endif
@@ -862,11 +871,11 @@ 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 --sheet=SHEET Open SHEET when loading xlsx file. Default is 1.\
\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
printf("\n\
+\n --sheet=SHEET Open SHEET when loading xlsx file. Default is 1.\
\n --xlsx_readformulas Set variable 'xlsx_readformulas'");
#endif
printf("\n\