continue develop of skins.
commit2216332c0c3b08207eab69847be5681fbc1189ec
authorSlava Zanko <slavazanko@gmail.com>
Thu, 10 Sep 2009 12:14:18 +0000 (10 15:14 +0300)
committerSlava Zanko <slavazanko@gmail.com>
Fri, 18 Sep 2009 08:54:20 +0000 (18 11:54 +0300)
tree79f23ee75c8d145ce989aeade38baf6f7bee6475
parentf9a7ea4c32d24709a9ec27850739cb5b0c290c04
continue develop of skins.

 * Compile with option --with-screen=ncurses
 * Added default init of colors (if color description is null)
 * Renamed some color pairs. All static color pairs now cached.
 * Fix cursor show in panel over selected files in b&w color scheme.
 * Fix editor highlight
 * Handle old-style colors definitions.
 * Fix showing box lines in onebyte codepages.
 * Fix segfault with:
 * mc -C 'menu=blue,white:'
 * Fix reading of color backgrounds from old-style color definition strings.

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
 * Fixed typos.
 * Added ACS_PLUS char and related stuff.
 * Changed order of colors.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
 * Fixed pseudo-graphics drawing for S-Lang library and 8-bit locale.

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
28 files changed:
edit/syntax.c
misc/filehighlight.ini
misc/skins/default.ini
misc/skins/far.ini
src/filehighlight/common.c
src/filehighlight/fhl.h
src/filehighlight/ini-file-read.c
src/setup.c
src/skin/BUGS.txt [new file with mode: 0644]
src/skin/colors-old.c
src/skin/colors.c
src/skin/common.c
src/skin/ini-file.c
src/skin/internal.h
src/skin/lines.c
src/skin/skin.h
src/tty/color-internal.h
src/tty/color-ncurses.c
src/tty/color-ncurses.h
src/tty/color-slang.c
src/tty/color-slang.h
src/tty/color.c
src/tty/color.h
src/tty/tty-ncurses.c
src/tty/tty-slang.c
src/tty/tty-slang.h
src/tty/tty.c
src/tty/tty.h