]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix Windows redraw problem on RH half of wrapped lines. (term_paint
authorSimon Tatham <anakin@pobox.com>
Fri, 15 Oct 2004 09:16:58 +0000 (09:16 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 15 Oct 2004 09:16:58 +0000 (09:16 +0000)
commit8d7edeafd3f95e0ef1f21c1b3c683eeaf0c50dfc
tree486aeda9de3fe2ebf3f8a226324183ce9327ab78
parente49ce5559b7d2766400c8590ab567977971a8b97
Fix Windows redraw problem on RH half of wrapped lines. (term_paint
was checking whether lattr == LATTR_NORM, where it should have been
checking (lattr & LATTR_MODE) to mask off LATTR_WRAPPED et al.

[originally from svn r4627]
terminal.c