diff options
author | Calvin Morrison <mutantturkey@gmail.com> | 2013-11-04 09:06:12 -0500 |
---|---|---|
committer | Calvin Morrison <mutantturkey@gmail.com> | 2013-11-04 09:06:12 -0500 |
commit | 2529d3684c209a6991bde33d832a72193383f7f1 (patch) | |
tree | e5bbd988b2a8211295c7d7f0e5a9412337a52569 /example_svterc | |
parent | fc19d0675581c838a48ff9814e9480e6a5c6cc1a (diff) |
update example svterc
Diffstat (limited to 'example_svterc')
-rw-r--r-- | example_svterc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/example_svterc b/example_svterc index 36a4649..2447cdd 100644 --- a/example_svterc +++ b/example_svterc @@ -46,6 +46,9 @@ url_regex=(ftp|http)s?://[-a-zA-Z0-9.?$%&/=_~#.,:;+]* # true to enable a visible bell, false to disable it. visible_bell=true +# set to false if you do not want to see the tab bar even with multiple tabs. +show_tabbar=true + # Initial window height in pixels. window_height=500 |