Remove BeOS DR8 specific hack

It is already partially removed from screen.c
This commit is contained in:
Pavel Platto
2014-06-05 10:37:14 +03:00
parent 44afe610f8
commit 1fbee0fe45

View File

@@ -309,9 +309,6 @@ static struct builtin_term builtin_termcaps[] =
# else # else
{(int)KS_CRI, "\033[%dC"}, {(int)KS_CRI, "\033[%dC"},
# endif # endif
#if defined(BEOS_DR8)
{(int)KS_DB, ""}, /* hack! see screen.c */
#endif
{K_UP, "\033[A"}, {K_UP, "\033[A"},
{K_DOWN, "\033[B"}, {K_DOWN, "\033[B"},