comparison src/optionstr.c @ 29069:be6c32395444 v8.2.5056

patch 8.2.5056: the channel log only contains some of the raw terminal output Commit: https://github.com/vim/vim/commit/1d97db3d987c05af88c30ad20f537bcf3024f9c1 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 4 22:15:54 2022 +0100 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".
author Bram Moolenaar <Bram@vim.org>
date Sat, 04 Jun 2022 23:30:03 +0200
parents 6cdf55afaae9
children 9dce192d1ac2
comparison
equal deleted inserted replaced
29068:912284d1b1e1 29069:be6c32395444
1460 mch_set_normal_colors(); 1460 mch_set_normal_colors();
1461 #endif 1461 #endif
1462 } 1462 }
1463 if (varp == &T_BE && termcap_active) 1463 if (varp == &T_BE && termcap_active)
1464 { 1464 {
1465 #ifdef FEAT_JOB_CHANNEL 1465 MAY_WANT_TO_LOG_THIS;
1466 ch_log_output = TRUE; 1466
1467 #endif
1468 if (*T_BE == NUL) 1467 if (*T_BE == NUL)
1469 // When clearing t_BE we assume the user no longer wants 1468 // When clearing t_BE we assume the user no longer wants
1470 // bracketed paste, thus disable it by writing t_BD. 1469 // bracketed paste, thus disable it by writing t_BD.
1471 out_str(T_BD); 1470 out_str(T_BD);
1472 else 1471 else