diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-11-29 16:08:57 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-11-29 16:08:57 +0000 |
commit | 7ce144e8750ad20d5aff59b6bdb08943024774c2 (patch) | |
tree | d5b9dd0552b372796ed2f754af07b963550e7d75 /src/gui/gui-window.h | |
parent | 59a0d276688714f5e4801e55e822191da1ac4a1c (diff) | |
download | weechat-7ce144e8750ad20d5aff59b6bdb08943024774c2.zip |
Added keys (F9/F10) to scroll topic (task #6030)
Diffstat (limited to 'src/gui/gui-window.h')
-rw-r--r-- | src/gui/gui-window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/gui-window.h b/src/gui/gui-window.h index bf109d571..d6287aeb5 100644 --- a/src/gui/gui-window.h +++ b/src/gui/gui-window.h @@ -56,6 +56,7 @@ struct t_gui_window int win_title_y; /* title window position */ int win_title_width; /* width of title window */ int win_title_height; /* height of title window */ + int win_title_start; /* first char of title for display */ /* status bar settings */ int win_status_x; /* status window position */ |