summaryrefslogtreecommitdiffstats
path: root/src/sc.h
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-04-19 18:59:06 -0300
committerAndrés <andmarti@gmail.com>2021-04-19 18:59:06 -0300
commit447c9dde97093167d08cff9987e22c2e7719c286 (patch)
tree5d4a4245b158a08b8e2071cea72148612793bf95 /src/sc.h
parentb25a52bb6586395060ffe2472a2ec66f4b481a41 (diff)
tui.c: added input_pad enabling entering strings longer than COLS
Diffstat (limited to 'src/sc.h')
-rw-r--r--src/sc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sc.h b/src/sc.h
index a8b5291..261533e 100644
--- a/src/sc.h
+++ b/src/sc.h
@@ -61,8 +61,10 @@ extern struct ent ** ATBL(struct ent ***,int ,int );
#define MINCOLS 30
#define ABSMAXCOLS 702 /* MAX cols. (ZZ in base 26) */
+
#define CRROWS 1
#define CRCOLS 2
+
/* formats for engformat() */
#define REFMTFIX 0
#define REFMTFLT 1
@@ -73,9 +75,11 @@ extern struct ent ** ATBL(struct ent ***,int ,int );
#define DEFPREC 2
#define DEFREFMT REFMTFIX /* Make default format fixed point THA 10/14/90 */
#define FKEYS 24 /* Number of function keys available */
+
#define COLFORMATS 10 /* Number of custom column formats */
#define FBUFLEN 1024 /* buffer size for a single field */
#define PATHLEN 1024 /* maximum path length */
+
#define MAXCMD 160 /* for ! command and commands that use the pager */
#define STDERRBUF 8192 /* stderr buffer size */