Fixes to direct-to-font mode: I'd inadvertently enabled it for any
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 2 Jan 2003 16:17:56 +0000 (16:17 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 2 Jan 2003 16:17:56 +0000 (16:17 +0000)
commit085f4a68142a2add09fb1d0b97b4e330460f037b
tree9600ec8f21b1c11e1f5b0183886788a31cc1c704
parentaa431b46a18a94a0c8695f07ef7f5c63da887a95
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@2425 cda61777-01e9-0310-a592-d414129be87e
unix/pterm.c
unix/unix.h
unix/uxucs.c