]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - mac/macdlg.c
Support the drop-down menu part of the editbox control (combobox). This
[PuTTY.git] / mac / macdlg.c
index 4d60492a9692ee71f72d89a91e3e837b2f19e4b8..cef7dea3cf9ea7e664ab77573faf9a2dc2145123 100644 (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);