1
0
forked from aniani/vim

updated for version 7.0051

This commit is contained in:
Bram Moolenaar
2005-02-22 08:49:11 +00:00
parent df177f679e
commit 26a60b4524
26 changed files with 1593 additions and 385 deletions

View File

@@ -1590,6 +1590,10 @@ set_termname(term)
char_u *error_msg = NULL;
char_u *bs_p, *del_p;
/* In silect mode (ex -s) we don't use the 'term' option. */
if (silent_mode)
return OK;
detected_8bit = FALSE; /* reset 8-bit detection */
if (term_is_builtin(term))
@@ -3146,10 +3150,6 @@ settmode(tmode)
if (full_screen)
{
/* In Ex mode, never set to RAW */
if (exmode_active == EXMODE_NORMAL)
tmode = TMODE_COOK;
/*
* When returning after calling a shell we want to really set the
* terminal to raw mode, even though we think it already is, because