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

@@ -264,13 +264,6 @@ static struct builtin_term builtin_termcaps[] =
{(int)KS_CDL, "\033[%p1%dM"},
# else
{(int)KS_CDL, "\033[%dM"},
# 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"},
#ifdef notyet