diff options
author | Jakob Kaivo <jkk@ung.org> | 2022-04-13 20:59:15 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2022-04-13 20:59:15 -0400 |
commit | d01f1d01e3c569aa91c5231690d7fd4847e4ccf6 (patch) | |
tree | 96fde4f1491ff3f0a71c793b8335aba0dc7954e4 /term/semi_auto_right_margin.h | |
parent | 5f5a331a818b2fb0b6090ec7dbc01997fd00aa9b (diff) |
Diffstat (limited to 'term/semi_auto_right_margin.h')
-rw-r--r-- | term/semi_auto_right_margin.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/semi_auto_right_margin.h b/term/semi_auto_right_margin.h new file mode 100644 index 0000000..13a9e4f --- /dev/null +++ b/term/semi_auto_right_margin.h @@ -0,0 +1,11 @@ +#include <term.h> + +#define semi_auto_right_margin tigetflag("sam") + +/** printing in last column causes TERMCAP(cr) **/ + +/* +TERMINFO_NAME(sam) +TERMCAP_NAME(YE) +XOPEN(400) +*/ |