summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/smartcolsP.h
diff options
context:
space:
mode:
authorKarel Zak2016-09-13 14:06:01 +0200
committerKarel Zak2016-09-13 14:06:01 +0200
commit19055a25ed2a28d005460ee41627d2595ae7ad34 (patch)
treeff37d6bd2ff5f214d74d305723bad0b83fe15319 /libsmartcols/src/smartcolsP.h
parentlibsmartcols: add application to test library features (diff)
downloadkernel-qcow2-util-linux-19055a25ed2a28d005460ee41627d2595ae7ad34.tar.gz
kernel-qcow2-util-linux-19055a25ed2a28d005460ee41627d2595ae7ad34.tar.xz
kernel-qcow2-util-linux-19055a25ed2a28d005460ee41627d2595ae7ad34.zip
libsmartcols: add functions to control terminal usage
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libsmartcols/src/smartcolsP.h')
-rw-r--r--libsmartcols/src/smartcolsP.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsmartcols/src/smartcolsP.h b/libsmartcols/src/smartcolsP.h
index 01b132752..e4aeec46a 100644
--- a/libsmartcols/src/smartcolsP.h
+++ b/libsmartcols/src/smartcolsP.h
@@ -139,6 +139,7 @@ struct libscols_table {
size_t nlines; /* number of lines */
size_t termwidth; /* terminal width */
size_t termreduce; /* extra blank space */
+ int termforce; /* SCOLS_TERMFORCE_* */
FILE *out; /* output stream */
char *colsep; /* column separator */