]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - unix/unix.h
Fixes to direct-to-font mode: I'd inadvertently enabled it for any
authorSimon Tatham <anakin@pobox.com>
Thu, 2 Jan 2003 16:17:56 +0000 (16:17 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 2 Jan 2003 16:17:56 +0000 (16:17 +0000)
commitea5be2db381206798f688cf2bac464a24a2856d9
tree9600ec8f21b1c11e1f5b0183886788a31cc1c704
parent70458d64347e2376c01e9f7a5cfd117c566054c7
Fixes to direct-to-font mode: I'd inadvertently enabled it for any
font whose encoding comes up as CS_NONE - but this is also true for
iso10646-1 fonts, since libcharset doesn't support wide-character
encodings! Hence UTF-8 cut and paste was enabled in ordinary modes,
but disabled in UTF-8 mode, which was a bit embarrassing. Now we
have a dedicated flag variable indicating direct-to-font mode.

[originally from svn r2425]
unix/pterm.c
unix/unix.h
unix/uxucs.c