Remove BEOS_PR_OR_BETTER

This commit is contained in:
Pavel Platto
2014-06-05 10:42:21 +03:00
parent 1fbee0fe45
commit 6ff5759ed2

View File

@@ -265,13 +265,6 @@ static struct builtin_term builtin_termcaps[] =
# else # else
{(int)KS_CDL, "\033[%dM"}, {(int)KS_CDL, "\033[%dM"},
# endif # endif
#ifdef BEOS_PR_OR_BETTER
# ifdef TERMINFO
{(int)KS_CS, "\033[%i%p1%d;%p2%dr"},
# else
{(int)KS_CS, "\033[%i%d;%dr"}, /* scroll region */
# endif
#endif
{(int)KS_CL, "\033[H\033[2J"}, {(int)KS_CL, "\033[H\033[2J"},
#ifdef notyet #ifdef notyet
{(int)KS_VI, "[VI]"}, /* cursor invisible, VT320: CSI ? 25 l */ {(int)KS_VI, "[VI]"}, /* cursor invisible, VT320: CSI ? 25 l */