mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 09:18:19 +00:00
Remove BeOS DR8 specific hack
It is already partially removed from screen.c
This commit is contained in:
@@ -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"},
|
||||||
|
Reference in New Issue
Block a user