mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-12 08:43:53 -05:00
Support the drop-down menu part of the editbox control (combobox). This
cuts and pastes a lot of code from macctrl_popup, which perhaps should be consolidated. Also change the effective line codepage when it is changed with Change Settings. [originally from svn r5363]
This commit is contained in:
@ -170,6 +170,9 @@ static void mac_enddlg_reconfig(WindowPtr window, int value)
|
||||
/* Change the palette */
|
||||
palette_reset(s);
|
||||
|
||||
/* Reinitialise line codepage */
|
||||
init_ucs(s);
|
||||
|
||||
/* Pass new config data to the terminal */
|
||||
term_reconfig(s->term, &s->cfg);
|
||||
|
||||
|
Reference in New Issue
Block a user