Added capability to draw single or double lines.
commit9a145a88ce13fdb83ce71f1c1e57cbad27e5fa94
authorAndrew Borodin <aborodin@vmail.ru>
Sun, 21 Mar 2010 08:58:45 +0000 (21 11:58 +0300)
committerAndrew Borodin <aborodin@vmail.ru>
Tue, 6 Apr 2010 06:30:58 +0000 (6 10:30 +0400)
treeb9783704e3b97ec50893859cc8c1b74c5b76006c
parentcc2f5670ecd0d5847ec15bf966dd7cc4fb7cf083
Added capability to draw single or double lines.

Fixed tty_print_alt_char() to draw single or double vertical
or horizintal lines.
Added argument to tty_print_one_hline() and tty_print_one_vline()
functions to draw single or double lines.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
lib/tty/tty-ncurses.c
lib/tty/tty-slang.c
lib/tty/tty.c
lib/tty/tty.h
src/screen.c
src/viewer/hex.c
src/widget.c