diff options
Diffstat (limited to 'src/conf.h')
-rw-r--r-- | src/conf.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -49,6 +49,8 @@ struct conf_obj { int debug; /* enable verbose info messages */ int verbose; + /* disable notices and warnings */ + int silent; /* enter new VT directly */ int switchvt; }; |