The `wrapnext' variable now states whether we _would_ wrap next
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 17 Jan 2001 17:25:58 +0000 (17:25 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 17 Jan 2001 17:25:58 +0000 (17:25 +0000)
commit1ec0fa4b02303c385c1a8dfb9c62c422785ceb38
tree17e2f6119509e3fd91d055c2880798314b2055a3
parent2d3411e92334d83d913cac4298fb218dfaebe291
The `wrapnext' variable now states whether we _would_ wrap next
character if we were wrapping, not whether we _will_ wrap next
character. Makes for saner behaviour with vertical-line cursor and
also when changing autowrap mode while on rightmost column. Does
entail small behavioural changes to backspace and destructive-
backspace when in rightmost column with Auto Wrap off, but I don't
think they should be catastrophic, or indeed that there's a well
defined Right Behaviour.

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