mc/lib/tty
Andrew Borodin 2c7bc9c1c2 Ticket #2157: fixed tty_fill_region() for ncurses-based TTY layer.
If filled region is larger than screen, NCurses doesn't fill it
unlike S-Lang. This patch fixes such behaviour: only visible part
of region is filled.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-05-19 21:25:50 +04:00
..
Makefile.am Reorganized pathes to files in '#include' directives 2010-01-26 10:30:22 +02:00
color-internal.c Changes in sources matched with mass movement of $(srcdir)/src/*/ into $(srcdir)/lib/*/ 2010-01-26 10:30:22 +02:00
color-internal.h Identation of some source files. 2010-02-26 11:26:00 +02:00
color-ncurses.c Ticket #1972: fixed broken monochrom support in NCurses-based MC. 2010-02-24 13:54:32 +00:00
color-slang.c Reorganization of sources. Part 1. 2010-01-26 10:30:23 +02:00
color-slang.h Changes in sources matched with mass movement of $(srcdir)/src/*/ into $(srcdir)/lib/*/ 2010-01-26 10:30:22 +02:00
color.c Fixed wrong colors 2010-02-26 14:22:31 +02:00
color.h Fixed variable declarations and added missing includes. 2010-02-24 16:22:43 +00:00
key.c old_esc_mode option can be setup now in 'Configure options' dialog. 2010-05-14 18:46:15 +04:00
key.h old_esc_mode option can be setup now in 'Configure options' dialog. 2010-05-14 18:46:15 +04:00
keyxdef.c Reorganization of sources. Part 1. 2010-01-26 10:30:23 +02:00
mouse.c Fixed unused variables. 2010-02-02 21:45:21 +03:00
mouse.h Massive moved some dirs from $(srcdir)/src into $(srcdir)/lib 2010-01-26 10:30:22 +02:00
tty-internal.h Ticket #1926: Ctrl-\ key behaviour in NCurses-based MC. 2010-02-06 13:21:25 +03:00
tty-ncurses.c Ticket #2157: fixed tty_fill_region() for ncurses-based TTY layer. 2010-05-19 21:25:50 +04:00
tty-ncurses.h patches for AIX with ncurses support 2010-01-27 10:04:38 +02:00
tty-slang.c Use EXIT_FAILURE symbolic name as return code. 2010-05-05 16:24:14 +04:00
tty-slang.h Massive moved some dirs from $(srcdir)/src into $(srcdir)/lib 2010-01-26 10:30:22 +02:00
tty.c Minor optimization of tty_draw_box() function. 2010-05-05 16:24:14 +04:00
tty.h Applied MC indentation policy. 2010-04-06 11:16:11 +04:00
win.c Move src/cons.saver into src/consaver/* subdir 2010-01-26 10:30:26 +02:00
win.h Reorganization of sources. Part 1. 2010-01-26 10:30:23 +02:00
x11conn.c Reorganization of sources. Part 1. 2010-01-26 10:30:23 +02:00
x11conn.h Massive moved some dirs from $(srcdir)/src into $(srcdir)/lib 2010-01-26 10:30:22 +02:00