mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-14 09:37:34 -05:00
Continuing work on the GTK config box. Created uxcfg.c for the
Unix-specific config items; moved a stray Windows-specific config item (scrollbar-in-fullscreen) out into wincfg.c to stop it appearing on Unix; continued updates to gtkdlg.c. I now believe the GTK config box looks basically correct (modulo minor cosmetic issues and keyboard accelerators). Next step, add the event handling so it's actually functional. [originally from svn r2933]
This commit is contained in:
4
config.c
4
config.c
@ -986,10 +986,6 @@ void setup_config_box(struct controlbox *b, struct sesslist *sesslist,
|
||||
ctrl_checkbox(s, "Display scrollbar", 'd',
|
||||
HELPCTX(window_scrollback),
|
||||
dlg_stdcheckbox_handler, I(offsetof(Config,scrollbar)));
|
||||
ctrl_checkbox(s, "Display scrollbar in full screen mode", 'i',
|
||||
HELPCTX(window_scrollback),
|
||||
dlg_stdcheckbox_handler,
|
||||
I(offsetof(Config,scrollbar_in_fullscreen)));
|
||||
ctrl_checkbox(s, "Reset scrollback on keypress", 'k',
|
||||
HELPCTX(window_scrollback),
|
||||
dlg_stdcheckbox_handler, I(offsetof(Config,scroll_on_key)));
|
||||
|
Reference in New Issue
Block a user