summaryrefslogtreecommitdiffstats
path: root/src/term.c
AgeCommit message (Expand)Author
2022-07-01patch 9.0.0018: going over the end of the typaheadv9.0.0018Bram Moolenaar
2022-06-29patch 9.0.0007: no support for double, dotted and dashed underlinesv9.0.0007Bram Moolenaar
2022-06-25patch 8.2.5160: accessing invalid memory after changing terminal sizev8.2.5160Bram Moolenaar
2022-06-19patch 8.2.5134: function has confusing namev8.2.5134Bram Moolenaar
2022-06-16patch 8.2.5107: some callers of rettv_list_alloc() check for not OKv8.2.5107Bram Moolenaar
2022-06-09patch 8.2.5073: clang on MS-Windows produces warningsv8.2.5073Bram Moolenaar
2022-06-04patch 8.2.5056: the channel log only contains some of the raw terminal outputv8.2.5056Bram Moolenaar
2022-05-20patch 8.2.4982: colors in terminal window are not 100% correctv8.2.4982LemonBoy
2022-05-09patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar
2022-05-07patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar
2022-05-07patch 8.2.4906: MS-Windows: cannot use transparent backgroundv8.2.4906Yasuhiro Matsumoto
2022-05-06patch 8.2.4894: MS-Windows: not using italicsv8.2.4894LemonBoy
2022-05-05patch 8.2.4876: MS-Windows: Shift-BS results in strange char in powershellv8.2.4876Christian Brabandt
2022-05-02patch 8.2.4858: K_SPECIAL may be escaped twicev8.2.4858zeertzjq
2022-05-02patch 8.2.4854: array size does not match usagev8.2.4854Christian Brabandt
2022-05-01patch 8.2.4852: ANSI color index to RGB value not correctv8.2.4852LemonBoy
2022-04-27patch 8.2.4833: failure of mapping not checked forv8.2.4833zeertzjq
2022-04-26patch 8.2.4832: passing zero instead of NULL to a pointer argumentv8.2.4832zeertzjq
2022-04-20patch 8.2.4798: t_8u option was reset even when set by the userv8.2.4798Bram Moolenaar
2022-04-17patch 8.2.4777: screendump tests fail because of a redrawv8.2.4777Bram Moolenaar
2022-04-17patch 8.2.4775: SpellBad highlighting does not work in Konsolev8.2.4775Bram Moolenaar
2022-04-17patch 8.2.4773: build failure without the +eval featurev8.2.4773Bram Moolenaar
2022-04-15patch 8.2.4753: error from setting an option is silently ignoredv8.2.4753Bram Moolenaar
2022-04-14patch 8.2.4751: mapping <SID>name.Func does not work for autoload scriptv8.2.4751Bram Moolenaar
2022-04-14patch 8.2.4748: cannot use an imported function in a mappingv8.2.4748Bram Moolenaar
2022-03-09patch 8.2.4531: LGTM warnings for condition and buffer sizev8.2.4531=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-03-07patch 8.2.4523: when gvim is started maximized the 'window' option isn't setv8.2.4523K.Takata
2022-03-02patch 8.2.4490: terminal focus reporting only works for xterm-like terminalsv8.2.4490Bram Moolenaar
2022-02-13patch 8.2.4368: Amiga: a few compiler warningsv8.2.4368ola.soder@axis.com
2022-01-31patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar
2022-01-08patch 8.2.4038: various code not used when features are disabledv8.2.4038Dominique Pelle
2022-01-07patch 8.2.4031: crash in xterm with only two linesv8.2.4031Bram Moolenaar
2022-01-02patch 8.2.3987: error messages are spread outv8.2.3987Bram Moolenaar
2022-01-02patch 8.2.3985: error messages are spread outv8.2.3985Bram Moolenaar
2021-12-27patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle
2021-12-21patch 8.2.3864: cannot disable requesting key codes from xtermv8.2.3864Bram Moolenaar
2021-12-05patch 8.2.3750: error messages are everywherev8.2.3750Bram Moolenaar
2021-12-03patch 8.2.3731: "set! termcap" shows codes in one column, but not keysv8.2.3731Bram Moolenaar
2021-12-03patch 8.2.3727: in a gnome terminal keys are recognized as mouse eventsv8.2.3727Bram Moolenaar
2021-11-29patch 8.2.3699: the +title feature adds a lot of #ifdef but little codev8.2.3699Bram Moolenaar
2021-11-19patch 8.2.3620: memory leak reported in libtlibv8.2.3620Bram Moolenaar
2021-10-24patch 8.2.3562: cannot add color namesv8.2.3562Drew Vogel
2021-08-02patch 8.2.3274: macro for printf format check can be simplifiedv8.2.3274Bram Moolenaar
2021-07-30patch 8.2.3251: listing builtin_gui as an available terminal is confusingv8.2.3251Bram Moolenaar
2021-06-08patch 8.2.2963: GUI: mouse move may start Visual mode with a popup visiblev8.2.2963Bram Moolenaar
2021-06-02patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata
2021-05-29patch 8.2.2907: memory leak when running out of memoryv8.2.2907Dominique Pelle
2021-04-11patch 8.2.2754: :sleep! does not always hide the cursorv8.2.2754Bram Moolenaar
2021-03-26patch 8.2.2655: The -w command line argument doesn't workv8.2.2655Bram Moolenaar
2021-03-22patch 8.2.2638: cannot write a message to the terminal from the GUIv8.2.2638Bram Moolenaar