Workaround for NCurses output routines.
commite1f2b5b017803ae81312a6195272dfdf644800fb
authorAndrew Borodin <aborodin@vmail.ru>
Tue, 1 Nov 2011 08:43:00 +0000 (1 11:43 +0300)
committerAndrew Borodin <aborodin@vmail.ru>
Thu, 8 Mar 2012 07:37:56 +0000 (8 10:37 +0300)
treeb32fa49e2b752e19a59a35993241f8d59eda9d6e
parent62fc80f5f7cd98cf50f96650a6767df440c91823
Workaround for NCurses output routines.

Unlike S-Lang, NCurses always wraps long lines and unable trancate that
to pring only visible part of text. Therefore we have to implement our
own addch() wrappers.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
lib/tty/tty-ncurses.c