summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-09-20 07:39:17 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-09-20 07:39:17 +0000
commit6294b73786e3e114d292213d0360ea85bc51a15f (patch)
treef7efb78ab798771d217609aa049ce779b3bb6462 /tools
parent41feddc3bf9ecae42da9e9a8eccfbecbc33d5ac8 (
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions
span class="hl ppc"># define _SLANG_MAP_VTXXX_8BIT 1 #else # define _SLANG_MAP_VTXXX_8BIT 0 #endif /* Add support for color terminals that cannot do background color erases * Such terminals are poorly designed and are slowly disappearing but they * are still quite common. For example, screen is one of them! * * This is experimental. In particular, it is not known to work if * KANJI suupport is enabled. */ #if !defined(IBMPC_SYSTEM) # define SLTT_HAS_NON_BCE_SUPPORT 1 #else # define SLTT_HAS_NON_BCE_SUPPORT 0 #endif /* If you want slang to assume that an xterm always has the background color * erase feature, then set this to 1. Otherwise, it will check the terminfo * database. This may or may not be a good idea since most good color xterms * support bce but many terminfo systems do not support it. */ #define SLTT_XTERM_ALWAYS_BCE 0 /* Set this to 1 to enable Kanji support. See above comment. */ #define SLANG_HAS_KANJI_SUPPORT 0