1
0
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:
Owen Dunn
2005-02-20 12:54:10 +00:00
parent 97154e55da
commit 8f5075e182
2 changed files with 140 additions and 2 deletions

View File

@ -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);