aboutsummaryrefslogtreecommitdiffstats
path: root/vlib/vlib/unix/unix.h
diff options
context:
space:
mode:
Diffstat (limited to 'vlib/vlib/unix/unix.h')
-rw-r--r--vlib/vlib/unix/unix.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/vlib/vlib/unix/unix.h b/vlib/vlib/unix/unix.h
index 20aec675ee0..2922b4e2a68 100644
--- a/vlib/vlib/unix/unix.h
+++ b/vlib/vlib/unix/unix.h
@@ -113,6 +113,12 @@ typedef struct {
/* Suppress the welcome banner at CLI session start */
int cli_no_banner;
+ /* Maximum pager buffer size */
+ u32 cli_pager_buffer_limit;
+
+ /* Suppress the pager */
+ int cli_no_pager;
+
/* Store the original state of stdin when it's a tty */
struct termios tio_stdin;
int tio_isset;