diff options
author | Berke Viktor <berkeviktor@aol.com> | 2012-05-28 23:17:09 +0200 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2012-05-28 23:17:09 +0200 |
commit | a6cc734b3802846f6ffd1cb1123bf4ca978e6056 (patch) | |
tree | 39558987581eff061bc36301e5a5dfa83c98a70c /src/common/xchat.h | |
parent | 1f62507fc0e5a771be07312a243aee8e35e210ea (diff) |
Search window improvements (Richard Hitt)
Diffstat (limited to 'src/common/xchat.h')
-rw-r--r-- | src/common/xchat.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/common/xchat.h b/src/common/xchat.h index 95fb1324..9db44c3f 100644 --- a/src/common/xchat.h +++ b/src/common/xchat.h @@ -162,6 +162,7 @@ struct xchatprefs int gui_pane_left_size; int gui_pane_right_size; + int gui_pane_right_size_min; int gui_ulist_pos; int tab_pos; @@ -327,6 +328,11 @@ struct xchatprefs This is so that we continue using internal defaults (which can change in the next release) until the user edits them. */ unsigned int save_pevents:1; + unsigned int text_search_case_match; + unsigned int text_search_backward; + unsigned int text_search_highlight_all; + unsigned int text_search_follow; + unsigned int text_search_regexp; }; /* Session types */ |