aboutsummaryrefslogtreecommitdiff
path: root/src/term.c
diff options
context:
space:
mode:
authorJohn Schmidt <john.schmidt.h@gmail.com>2014-03-18 17:23:33 +0100
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-05 10:01:22 -0300
commit5ff29e00a59e90670d3250d3e72502fac601c818 (patch)
treeaa08de440bcd88332ef3ac1146e7c52b58b49043 /src/term.c
parent866584542bff57f80926223a752cda49acfdfb80 (diff)
downloadrneovim-5ff29e00a59e90670d3250d3e72502fac601c818.tar.gz
rneovim-5ff29e00a59e90670d3250d3e72502fac601c818.tar.bz2
rneovim-5ff29e00a59e90670d3250d3e72502fac601c818.zip
Remove xterm_save
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/term.c b/src/term.c
index 0553d98a81..2e596f84a2 100644
--- a/src/term.c
+++ b/src/term.c
@@ -730,11 +730,6 @@ static struct builtin_term builtin_termcaps[] =
# endif
{(int)KS_KS, IF_EB("\033[?1h\033=", ESC_STR "[?1h" ESC_STR_nc "=")},
{(int)KS_KE, IF_EB("\033[?1l\033>", ESC_STR "[?1l" ESC_STR_nc ">")},
-# ifdef FEAT_XTERM_SAVE
- {(int)KS_TI, IF_EB("\0337\033[?47h", ESC_STR "7" ESC_STR_nc "[?47h")},
- {(int)KS_TE, IF_EB("\033[2J\033[?47l\0338",
- ESC_STR "[2J" ESC_STR_nc "[?47l" ESC_STR_nc "8")},
-# endif
{(int)KS_CIS, IF_EB("\033]1;", ESC_STR "]1;")},
{(int)KS_CIE, "\007"},
{(int)KS_TS, IF_EB("\033]2;", ESC_STR "]2;")},