diff options
Diffstat (limited to 'term/buffer_capacity.h')
-rw-r--r-- | term/buffer_capacity.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/buffer_capacity.h b/term/buffer_capacity.h new file mode 100644 index 0000000..10f6cf6 --- /dev/null +++ b/term/buffer_capacity.h @@ -0,0 +1,11 @@ +#include <term.h> + +#define buffer_capacity tigetnum("bufsz") + +/** number of bytes buffered before printing **/ + +/* +TERMINFO_NAME(bufsz) +TERMCAP_NAME(Ya) +XOPEN(400) +*/ |