1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 03:52:49 -05:00

Support for non-ISO-8859-1 X keysyms. So in particular, pterm in a

Euro-supporting font with a Euro-enabled X key map will now actually
generate a Euro character rather than shrugging and doing nothing.

[originally from svn r3151]
This commit is contained in:
Simon Tatham
2003-04-27 11:10:48 +00:00
parent 95159b8283
commit 082cf832c5
4 changed files with 1078 additions and 28 deletions

View File

@ -71,6 +71,9 @@ int reallyclose(void *frontend);
char *make_default_wintitle(char *hostname);
int process_nonoption_arg(char *arg, Config *cfg);
/* pterm.c needs this special function in xkeysym.c */
int keysym_to_unicode(int keysym);
/* Things uxstore.c needs from pterm.c */
char *x_get_default(const char *key);