diff options
author | Pavel Platto <hinidu@gmail.com> | 2014-06-05 10:37:14 +0300 |
---|---|---|
committer | Pavel Platto <hinidu@gmail.com> | 2014-08-02 09:13:06 +0300 |
commit | 1fbee0fe45e9c70f797a7ac87b15dbd880d0948b (patch) | |
tree | a45d704bb6a237f497aedb06b77b7f4848eeee0d | |
parent | 44afe610f8cfbb72141fddd4b13f5fe54386211f (diff) | |
download | rneovim-1fbee0fe45e9c70f797a7ac87b15dbd880d0948b.tar.gz rneovim-1fbee0fe45e9c70f797a7ac87b15dbd880d0948b.tar.bz2 rneovim-1fbee0fe45e9c70f797a7ac87b15dbd880d0948b.zip |
Remove BeOS DR8 specific hack
It is already partially removed from screen.c
-rw-r--r-- | src/nvim/term.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/term.c b/src/nvim/term.c index 98db1fb9fa..df67ac1413 100644 --- a/src/nvim/term.c +++ b/src/nvim/term.c @@ -309,9 +309,6 @@ static struct builtin_term builtin_termcaps[] = # else {(int)KS_CRI, "\033[%dC"}, # endif -#if defined(BEOS_DR8) - {(int)KS_DB, ""}, /* hack! see screen.c */ -#endif {K_UP, "\033[A"}, {K_DOWN, "\033[B"}, |