Default handling of VT100 line drawing characters in cut and paste is
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 9 Apr 2001 11:59:35 +0000 (11:59 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 9 Apr 2001 11:59:35 +0000 (11:59 +0000)
commitd3a22f7952add0b13fac029efb18faae537795bd
treefafef361fe15feb9fd3ea69901f05d33d97601c8
parent620f0cafc4a77a6cb8e8b7356dd866881b401bcd
Default handling of VT100 line drawing characters in cut and paste is
now to translate them into poor man's characters (+--+ and |). We also
have an option to disable this (and map line drawing characters to the
corresponding ASCII code as before). Thanks to Robert de Bath.

git-svn-id: svn://svn.tartarus.org/sgt/putty@1029 cda61777-01e9-0310-a592-d414129be87e
putty.h
settings.c
terminal.c
windlg.c