summaryrefslogtreecommitdiffstats
path: root/src/sc.h
diff options
context:
space:
mode:
authormongo <andmarti@gmail.com>2017-04-27 10:53:10 -0300
committermongo <andmarti@gmail.com>2017-04-27 10:53:10 -0300
commit18de5ee672941dcb863bbc677fd098f4b2667c40 (patch)
treefb32143857b5e200ff113d2fa5531053b8de9002 /src/sc.h
parent762cf9976115d843ea0afd490b9db06caee3de0d (diff)
Added screenshots. Added default EDITOR for :plotedit
Diffstat (limited to 'src/sc.h')
-rw-r--r--src/sc.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/sc.h b/src/sc.h
index 3c4cb64..84bb434 100644
--- a/src/sc.h
+++ b/src/sc.h
@@ -36,11 +36,14 @@ extern struct ent ** ATBL(struct ent ***,int ,int );
#define STDERRBUF 8192 /* stderr buffer size */
#ifndef DFLT_PAGER
- #define DFLT_PAGER "more" /* more is probably more widespread than less */
+#define DFLT_PAGER "more" /* more is probably more widespread than less */
#endif /* DFLT_PAGER */
+#ifndef DFLT_EDITOR
+#define DFLT_EDITOR "vim"
+#endif
-//#ifndef A_CHARTEXT /* Should be defined in curses.h */
+//#ifndef A_CHARTEXT /* Should be defined in curses.h */
// #define A_CHARTEXT 0xff
//#endif