1
0
forked from aniani/vim

patch 8.2.5056: the channel log only contains some of the raw terminal output

Problem:    The channel log only contains some of the raw terminal output.
Solution:   Add the "o" flag to log all terminal output.  Use it for "--log".
This commit is contained in:
Bram Moolenaar
2022-06-04 22:15:54 +01:00
parent 327e6dd822
commit 1d97db3d98
10 changed files with 58 additions and 63 deletions

View File

@@ -1462,9 +1462,8 @@ ambw_end:
}
if (varp == &T_BE && termcap_active)
{
#ifdef FEAT_JOB_CHANNEL
ch_log_output = TRUE;
#endif
MAY_WANT_TO_LOG_THIS;
if (*T_BE == NUL)
// When clearing t_BE we assume the user no longer wants
// bracketed paste, thus disable it by writing t_BD.