log src/term.c @ 29175:755ab148288b v8.2.5107

age author description
Thu, 16 Jun 2022 12:45:03 +0200 Bram Moolenaar patch 8.2.5107: some callers of rettv_list_alloc() check for not OK v8.2.5107
Thu, 09 Jun 2022 22:00:07 +0200 Bram Moolenaar patch 8.2.5073: clang on MS-Windows produces warnings v8.2.5073
Sat, 04 Jun 2022 23:30:03 +0200 Bram Moolenaar patch 8.2.5056: the channel log only contains some of the raw terminal output v8.2.5056
Fri, 20 May 2022 11:15:04 +0200 Bram Moolenaar patch 8.2.4982: colors in terminal window are not 100% correct v8.2.4982
Mon, 09 May 2022 21:15:04 +0200 Bram Moolenaar patch 8.2.4928: various white space and cosmetic mistakes v8.2.4928
Sat, 07 May 2022 21:15:06 +0200 Bram Moolenaar patch 8.2.4911: the mode #defines are not clearly named v8.2.4911
Sat, 07 May 2022 15:15:03 +0200 Bram Moolenaar patch 8.2.4906: MS-Windows: cannot use transparent background v8.2.4906
Fri, 06 May 2022 19:45:02 +0200 Bram Moolenaar patch 8.2.4894: MS-Windows: not using italics v8.2.4894
Thu, 05 May 2022 22:00:05 +0200 Bram Moolenaar patch 8.2.4876: MS-Windows: Shift-BS results in strange char in powershell v8.2.4876
Tue, 03 May 2022 00:00:04 +0200 Bram Moolenaar patch 8.2.4858: K_SPECIAL may be escaped twice v8.2.4858
Mon, 02 May 2022 01:15:04 +0200 Bram Moolenaar patch 8.2.4854: array size does not match usage v8.2.4854
Sun, 01 May 2022 18:45:04 +0200 Bram Moolenaar patch 8.2.4852: ANSI color index to RGB value not correct v8.2.4852
Wed, 27 Apr 2022 13:00:03 +0200 Bram Moolenaar patch 8.2.4833: failure of mapping not checked for v8.2.4833
Tue, 26 Apr 2022 23:15:02 +0200 Bram Moolenaar patch 8.2.4832: passing zero instead of NULL to a pointer argument v8.2.4832
Wed, 20 Apr 2022 20:15:04 +0200 Bram Moolenaar patch 8.2.4798: t_8u option was reset even when set by the user v8.2.4798
Sun, 17 Apr 2022 20:30:02 +0200 Bram Moolenaar patch 8.2.4777: screendump tests fail because of a redraw v8.2.4777
Sun, 17 Apr 2022 18:45:04 +0200 Bram Moolenaar patch 8.2.4775: SpellBad highlighting does not work in Konsole v8.2.4775
Sun, 17 Apr 2022 15:30:06 +0200 Bram Moolenaar patch 8.2.4773: build failure without the +eval feature v8.2.4773
Fri, 15 Apr 2022 15:00:04 +0200 Bram Moolenaar patch 8.2.4753: error from setting an option is silently ignored v8.2.4753
Thu, 14 Apr 2022 22:45:03 +0200 Bram Moolenaar patch 8.2.4751: mapping <SID>name.Func does not work for autoload script v8.2.4751
Thu, 14 Apr 2022 14:00:05 +0200 Bram Moolenaar patch 8.2.4748: cannot use an imported function in a mapping v8.2.4748
Wed, 09 Mar 2022 14:15:02 +0100 Bram Moolenaar patch 8.2.4531: LGTM warnings for condition and buffer size v8.2.4531
Mon, 07 Mar 2022 14:45:03 +0100 Bram Moolenaar patch 8.2.4523: when gvim is started maximized the 'window' option isn't set v8.2.4523
Wed, 02 Mar 2022 18:30:04 +0100 Bram Moolenaar patch 8.2.4490: terminal focus reporting only works for xterm-like terminals v8.2.4490
Sun, 13 Feb 2022 13:15:03 +0100 Bram Moolenaar patch 8.2.4368: Amiga: a few compiler warnings v8.2.4368
Mon, 31 Jan 2022 16:00:09 +0100 Bram Moolenaar patch 8.2.4273: the EBCDIC support is outdated v8.2.4273
Sat, 08 Jan 2022 13:45:04 +0100 Bram Moolenaar patch 8.2.4038: various code not used when features are disabled v8.2.4038
Fri, 07 Jan 2022 20:30:04 +0100 Bram Moolenaar patch 8.2.4031: crash in xterm with only two lines v8.2.4031
Sun, 02 Jan 2022 22:30:04 +0100 Bram Moolenaar patch 8.2.3987: error messages are spread out v8.2.3987
Sun, 02 Jan 2022 20:30:04 +0100 Bram Moolenaar patch 8.2.3985: error messages are spread out v8.2.3985
Mon, 27 Dec 2021 18:30:05 +0100 Bram Moolenaar patch 8.2.3914: various spelling mistakes in comments v8.2.3914
Tue, 21 Dec 2021 10:15:04 +0100 Bram Moolenaar patch 8.2.3864: cannot disable requesting key codes from xterm v8.2.3864
Sun, 05 Dec 2021 23:30:05 +0100 Bram Moolenaar patch 8.2.3750: error messages are everywhere v8.2.3750
Fri, 03 Dec 2021 21:45:03 +0100 Bram Moolenaar patch 8.2.3731: "set! termcap" shows codes in one column, but not keys v8.2.3731
Fri, 03 Dec 2021 14:30:04 +0100 Bram Moolenaar patch 8.2.3727: in a gnome terminal keys are recognized as mouse events v8.2.3727
Mon, 29 Nov 2021 21:45:04 +0100 Bram Moolenaar patch 8.2.3699: the +title feature adds a lot of #ifdef but little code v8.2.3699
Fri, 19 Nov 2021 12:30:05 +0100 Bram Moolenaar patch 8.2.3620: memory leak reported in libtlib v8.2.3620
Sun, 24 Oct 2021 21:45:04 +0200 Bram Moolenaar patch 8.2.3562: cannot add color names v8.2.3562
Mon, 02 Aug 2021 18:15:06 +0200 Bram Moolenaar patch 8.2.3274: macro for printf format check can be simplified v8.2.3274
Fri, 30 Jul 2021 21:30:04 +0200 Bram Moolenaar patch 8.2.3251: listing builtin_gui as an available terminal is confusing v8.2.3251
Tue, 08 Jun 2021 20:15:05 +0200 Bram Moolenaar patch 8.2.2963: GUI: mouse move may start Visual mode with a popup visible v8.2.2963
Wed, 02 Jun 2021 13:30:05 +0200 Bram Moolenaar patch 8.2.2922: computing array length is done in various ways v8.2.2922
Sat, 29 May 2021 22:45:02 +0200 Bram Moolenaar patch 8.2.2907: memory leak when running out of memory v8.2.2907
Sun, 11 Apr 2021 13:30:06 +0200 Bram Moolenaar patch 8.2.2754: :sleep! does not always hide the cursor v8.2.2754
Fri, 26 Mar 2021 14:15:03 +0100 Bram Moolenaar patch 8.2.2655: The -w command line argument doesn't work v8.2.2655
Mon, 22 Mar 2021 16:30:04 +0100 Bram Moolenaar patch 8.2.2638: cannot write a message to the terminal from the GUI v8.2.2638
Wed, 03 Mar 2021 15:30:03 +0100 Bram Moolenaar patch 8.2.2564: focus events end Insert mode if 'esckeys' is not set v8.2.2564
Sat, 30 Jan 2021 15:45:06 +0100 Bram Moolenaar patch 8.2.2428: FocusGained does not work when 'ttymouse' is empty v8.2.2428
Sat, 16 Jan 2021 20:30:04 +0100 Bram Moolenaar patch 8.2.2366: when using ":sleep" the cursor is always displayed v8.2.2366
Sat, 16 Jan 2021 11:30:05 +0100 Bram Moolenaar patch 8.2.2358: wrong #ifdef for use_xterm_like_mouse() v8.2.2358
Thu, 14 Jan 2021 22:00:05 +0100 Bram Moolenaar patch 8.2.2352: if focus lost/gained is received twice code is not ignored v8.2.2352
Thu, 14 Jan 2021 19:30:04 +0100 Bram Moolenaar patch 8.2.2348: no check for modified files after focus gained v8.2.2348
Thu, 14 Jan 2021 19:15:04 +0100 Bram Moolenaar patch 8.2.2347: build failure without GUI v8.2.2347
Thu, 14 Jan 2021 17:45:05 +0100 Bram Moolenaar patch 8.2.2345: no focus events in a terminal v8.2.2345
Wed, 30 Dec 2020 14:15:03 +0100 Bram Moolenaar patch 8.2.2248: ASAN error on exit with GUI v8.2.2248
Wed, 30 Dec 2020 13:15:05 +0100 Bram Moolenaar patch 8.2.2247: VMS: various smaller problems v8.2.2247
Tue, 29 Dec 2020 21:00:08 +0100 Bram Moolenaar patch 8.2.2246: cursor keys not recognized at the hit-Enter prompt v8.2.2246
Fri, 18 Dec 2020 20:00:06 +0100 Bram Moolenaar patch 8.2.2160: various typos v8.2.2160
Sat, 21 Nov 2020 13:00:03 +0100 Bram Moolenaar patch 8.2.2025: Amiga: Not all colors are used on OS4 v8.2.2025
Sat, 31 Oct 2020 16:45:03 +0100 Bram Moolenaar patch 8.2.1930: wrong input if removing shift results in special key code v8.2.1930
Wed, 28 Oct 2020 20:30:04 +0100 Bram Moolenaar patch 8.2.1919: assert_fails() setting emsg_silent changes normal execution v8.2.1919
Wed, 07 Oct 2020 16:15:04 +0200 Bram Moolenaar patch 8.2.1809: mapping some keys with Ctrl does not work properly v8.2.1809
Sat, 05 Sep 2020 14:30:03 +0200 Bram Moolenaar patch 8.2.1595: cannot easily see what Vim sends to the terminal v8.2.1595
Sun, 23 Aug 2020 14:30:05 +0200 Bram Moolenaar patch 8.2.1513: cannot interrupt shell used for filename expansion v8.2.1513
Tue, 04 Aug 2020 20:30:03 +0200 Bram Moolenaar patch 8.2.1362: last entry of ":set term=xxx" overwritten by error message v8.2.1362
Tue, 14 Jul 2020 23:15:03 +0200 Bram Moolenaar patch 8.2.1215: Atari MiNT support is outdated v8.2.1215
Wed, 08 Jul 2020 23:15:03 +0200 Bram Moolenaar patch 8.2.1164: text cleared by checking terminal properties not redrawn v8.2.1164
Sat, 20 Jun 2020 14:45:03 +0200 Bram Moolenaar patch 8.2.1019: mapping <M-S-a> does not work in the GUI v8.2.1019
Fri, 19 Jun 2020 22:00:04 +0200 Bram Moolenaar patch 8.2.1015: popup filter gets key with modifier prepended v8.2.1015
Sun, 14 Jun 2020 16:45:03 +0200 Bram Moolenaar patch 8.2.0979: a couple of screendump tests fail v8.2.0979
Sun, 14 Jun 2020 15:45:04 +0200 Bram Moolenaar patch 8.2.0978: leaking memory in termcodes test v8.2.0978
Sun, 14 Jun 2020 14:45:03 +0200 Bram Moolenaar patch 8.2.0977: t_8u is made empty for the wrong terminals v8.2.0977
Sat, 13 Jun 2020 16:45:04 +0200 Bram Moolenaar patch 8.2.0971: build with tiny features fails v8.2.0971
Sat, 13 Jun 2020 16:00:04 +0200 Bram Moolenaar patch 8.2.0970: terminal properties are not available in Vim script v8.2.0970
Fri, 12 Jun 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.0967: unnecessary type casts for vim_strnsave() v8.2.0967
Wed, 10 Jun 2020 12:30:04 +0200 Bram Moolenaar patch 8.2.0941: detecting terminal properties is unstructured v8.2.0941
Tue, 09 Jun 2020 21:45:03 +0200 Bram Moolenaar patch 8.2.0940: build failure with tiny features v8.2.0940
Tue, 09 Jun 2020 21:30:03 +0200 Bram Moolenaar patch 8.2.0939: checking for term escape sequences is long and confusing v8.2.0939
Tue, 09 Jun 2020 16:00:05 +0200 Bram Moolenaar patch 8.2.0936: some terminals misinterpret the code for getting cursor style v8.2.0936
Sat, 06 Jun 2020 22:45:04 +0200 Bram Moolenaar patch 8.2.0916: mapping with partly modifyOtherKeys code does not work v8.2.0916
Fri, 05 Jun 2020 19:45:03 +0200 Bram Moolenaar patch 8.2.0906: when setting 'termguicolors' SpellBad is no longer red v8.2.0906
Sun, 31 May 2020 16:45:03 +0200 Bram Moolenaar patch 8.2.0863: cannot set a separate color for underline/undercurl v8.2.0863
Sat, 30 May 2020 22:00:04 +0200 Bram Moolenaar patch 8.2.0855: GUI tests fail because the test doesn't use a modifier v8.2.0855
Sat, 30 May 2020 18:30:04 +0200 Bram Moolenaar patch 8.2.0849: BeOS code is not maintained and probably unused v8.2.0849
Sat, 30 May 2020 18:00:04 +0200 Bram Moolenaar patch 8.2.0848: MS-Windows: the Windows terminal code has some flaws v8.2.0848
Sun, 24 May 2020 17:30:03 +0200 Bram Moolenaar patch 8.2.0816: terminal test fails when compiled with Athena v8.2.0816
Thu, 21 May 2020 20:15:04 +0200 Bram Moolenaar patch 8.2.0804: libvterm code lags behind the upstream version v8.2.0804
Sun, 17 May 2020 16:15:04 +0200 Bram Moolenaar patch 8.2.0779: tmode_T not used everywhere v8.2.0779
Sun, 17 May 2020 14:15:07 +0200 Bram Moolenaar patch 8.2.0774: t_TI and t_TE are output when using 'visualbell' v8.2.0774
Sat, 16 May 2020 23:30:03 +0200 Bram Moolenaar patch 8.2.0773: switching to raw mode every time ":" is used v8.2.0773
Sat, 16 May 2020 15:15:04 +0200 Bram Moolenaar patch 8.2.0767: modifyOtherKeys active when using a shell command in autocmd v8.2.0767
Sun, 26 Apr 2020 17:00:03 +0200 Bram Moolenaar patch 8.2.0646: t_Co uses the value of $COLORS in the GUI v8.2.0646
Fri, 17 Apr 2020 16:45:04 +0200 Bram Moolenaar patch 8.2.0588: Putty does not use "sgr" 'ttymouse' by default v8.2.0588
Sun, 12 Apr 2020 15:15:04 +0200 Bram Moolenaar patch 8.2.0554: the GUI doesn't set t_Co v8.2.0554
Wed, 26 Feb 2020 16:30:04 +0100 Bram Moolenaar patch 8.2.0320: no Haiku support v8.2.0320
Sat, 22 Feb 2020 23:00:05 +0100 Bram Moolenaar patch 8.2.0302: setting 'term' may cause error in TermChanged autocommand v8.2.0302
Sat, 15 Feb 2020 23:15:04 +0100 Bram Moolenaar patch 8.2.0260: several lines of code are duplicated v8.2.0260
Sat, 08 Feb 2020 14:30:09 +0100 Bram Moolenaar patch 8.2.0231: silent system command may clear the screen v8.2.0231
Sun, 26 Jan 2020 22:15:05 +0100 Bram Moolenaar patch 8.2.0156: various typos in source files and tests v8.2.0156
Fri, 24 Jan 2020 20:30:04 +0100 Bram Moolenaar patch 8.2.0148: mapping related function in wrong source file v8.2.0148
Sun, 29 Dec 2019 23:15:04 +0100 Bram Moolenaar patch 8.2.0056: execution stack is incomplete and inefficient v8.2.0056
Sat, 07 Dec 2019 18:00:03 +0100 Bram Moolenaar patch 8.1.2406: leaking memory in test_paste and test_registers v8.1.2406
Thu, 05 Dec 2019 21:45:04 +0100 Bram Moolenaar patch 8.1.2395: using old C style comments v8.1.2395
Tue, 26 Nov 2019 19:45:04 +0100 Bram Moolenaar patch 8.1.2350: other text for CTRL-V in Insert mode with modifyOtherKeys v8.1.2350
Thu, 21 Nov 2019 22:15:03 +0100 Bram Moolenaar patch 8.1.2331: the option.c file is still very big v8.1.2331
Sun, 17 Nov 2019 17:15:04 +0100 Bram Moolenaar patch 8.1.2313: debugging where a delay comes from is not easy v8.1.2313
Thu, 24 Oct 2019 18:00:04 +0200 Bram Moolenaar patch 8.1.2209: LF in escape codes may be expanded to CR-LF v8.1.2209
Sun, 20 Oct 2019 20:00:03 +0200 Bram Moolenaar patch 8.1.2194: modifyOtherKeys is not enabled by default v8.1.2194
Fri, 18 Oct 2019 21:30:03 +0200 Bram Moolenaar patch 8.1.2174: screen not recognized as supporting "sgr" mouse codes v8.1.2174
Thu, 17 Oct 2019 23:15:04 +0200 Bram Moolenaar patch 8.1.2171: mouse support not always available v8.1.2171
Thu, 17 Oct 2019 22:30:03 +0200 Bram Moolenaar patch 8.1.2170: cannot build without the +termresponse feature v8.1.2170
Thu, 17 Oct 2019 22:00:03 +0200 Bram Moolenaar patch 8.1.2169: terminal flags are never reset v8.1.2169
Sun, 13 Oct 2019 16:45:04 +0200 Bram Moolenaar patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabled v8.1.2145
Sat, 12 Oct 2019 21:15:04 +0200 Bram Moolenaar patch 8.1.2144: side effects when using t_ti to enable modifyOtherKeys v8.1.2144
Sat, 12 Oct 2019 18:30:04 +0200 Bram Moolenaar patch 8.1.2142: some key mappings do not work with modifyOtherKeys v8.1.2142
Thu, 10 Oct 2019 21:15:04 +0200 Bram Moolenaar patch 8.1.2134: modifier keys are not always recognized v8.1.2134
Tue, 08 Oct 2019 20:30:04 +0200 Bram Moolenaar patch 8.1.2123: parsing CSI sequence is messy v8.1.2123
Mon, 23 Sep 2019 21:30:04 +0200 Bram Moolenaar patch 8.1.2070: mouse code is spread out v8.1.2070
Sat, 21 Sep 2019 21:00:07 +0200 Bram Moolenaar patch 8.1.2062: the mouse code is spread out v8.1.2062
Wed, 21 Aug 2019 14:45:04 +0200 Bram Moolenaar patch 8.1.1901: the +insert_expand feature is not always available v8.1.1901