summaryrefslogtreecommitdiff
path: root/src/term.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0280: the builtin termcap list depends on the versionv9.0.0280Bram Moolenaar2022-08-261-85/+0
* patch 9.0.0273: Konsole termresponse not recognizedv9.0.0273Bram Moolenaar2022-08-261-1/+2
* patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar2022-08-141-10/+10
* patch 9.0.0018: going over the end of the typaheadv9.0.0018Bram Moolenaar2022-07-011-0/+1
* patch 9.0.0007: no support for double, dotted and dashed underlinesv9.0.0007Bram Moolenaar2022-06-291-0/+4
* patch 8.2.5160: accessing invalid memory after changing terminal sizev8.2.5160Bram Moolenaar2022-06-251-0/+6
* patch 8.2.5134: function has confusing namev8.2.5134Bram Moolenaar2022-06-191-5/+5
* patch 8.2.5107: some callers of rettv_list_alloc() check for not OKv8.2.5107Bram Moolenaar2022-06-161-1/+1
* patch 8.2.5073: clang on MS-Windows produces warningsv8.2.5073Bram Moolenaar2022-06-091-34/+34
* patch 8.2.5056: the channel log only contains some of the raw terminal outputv8.2.5056Bram Moolenaar2022-06-041-41/+19
* patch 8.2.4982: colors in terminal window are not 100% correctv8.2.4982LemonBoy2022-05-201-1/+20
* patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar2022-05-091-1/+1
* patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar2022-05-071-16/+16
* patch 8.2.4906: MS-Windows: cannot use transparent backgroundv8.2.4906Yasuhiro Matsumoto2022-05-071-1/+2
* patch 8.2.4894: MS-Windows: not using italicsv8.2.4894LemonBoy2022-05-061-66/+34
* patch 8.2.4876: MS-Windows: Shift-BS results in strange char in powershellv8.2.4876Christian Brabandt2022-05-051-0/+1
* patch 8.2.4858: K_SPECIAL may be escaped twicev8.2.4858zeertzjq2022-05-021-1/+1
* patch 8.2.4854: array size does not match usagev8.2.4854Christian Brabandt2022-05-021-1/+1
* patch 8.2.4852: ANSI color index to RGB value not correctv8.2.4852LemonBoy2022-05-011-22/+34
* patch 8.2.4833: failure of mapping not checked forv8.2.4833zeertzjq2022-04-271-1/+3
* patch 8.2.4832: passing zero instead of NULL to a pointer argumentv8.2.4832zeertzjq2022-04-261-3/+5
* patch 8.2.4798: t_8u option was reset even when set by the userv8.2.4798Bram Moolenaar2022-04-201-1/+3
* patch 8.2.4777: screendump tests fail because of a redrawv8.2.4777Bram Moolenaar2022-04-171-2/+21
* patch 8.2.4775: SpellBad highlighting does not work in Konsolev8.2.4775Bram Moolenaar2022-04-171-3/+10
* patch 8.2.4773: build failure without the +eval featurev8.2.4773Bram Moolenaar2022-04-171-5/+5
* patch 8.2.4753: error from setting an option is silently ignoredv8.2.4753Bram Moolenaar2022-04-151-5/+5
* patch 8.2.4751: mapping <SID>name.Func does not work for autoload scriptv8.2.4751Bram Moolenaar2022-04-141-6/+27
* patch 8.2.4748: cannot use an imported function in a mappingv8.2.4748Bram Moolenaar2022-04-141-3/+20
* patch 8.2.4531: LGTM warnings for condition and buffer sizev8.2.4531=?UTF-8?q?Dundar=20G=C3=B6c?=2022-03-091-1/+1
* patch 8.2.4523: when gvim is started maximized the 'window' option isn't setv8.2.4523K.Takata2022-03-071-1/+2
* patch 8.2.4490: terminal focus reporting only works for xterm-like terminalsv8.2.4490Bram Moolenaar2022-03-021-9/+9
* patch 8.2.4368: Amiga: a few compiler warningsv8.2.4368ola.soder@axis.com2022-02-131-1/+1
* patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar2022-01-311-293/+283
* patch 8.2.4038: various code not used when features are disabledv8.2.4038Dominique Pelle2022-01-081-0/+2
* patch 8.2.4031: crash in xterm with only two linesv8.2.4031Bram Moolenaar2022-01-071-1/+1
* patch 8.2.3987: error messages are spread outv8.2.3987Bram Moolenaar2022-01-021-3/+3
* patch 8.2.3985: error messages are spread outv8.2.3985Bram Moolenaar2022-01-021-2/+2
* patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle2021-12-271-1/+1
* patch 8.2.3864: cannot disable requesting key codes from xtermv8.2.3864Bram Moolenaar2021-12-211-3/+2
* patch 8.2.3750: error messages are everywherev8.2.3750Bram Moolenaar2021-12-051-1/+1
* patch 8.2.3731: "set! termcap" shows codes in one column, but not keysv8.2.3731Bram Moolenaar2021-12-031-5/+8
* patch 8.2.3727: in a gnome terminal keys are recognized as mouse eventsv8.2.3727Bram Moolenaar2021-12-031-6/+41
* patch 8.2.3699: the +title feature adds a lot of #ifdef but little codev8.2.3699Bram Moolenaar2021-11-291-6/+2
* patch 8.2.3620: memory leak reported in libtlibv8.2.3620Bram Moolenaar2021-11-191-0/+22
* patch 8.2.3562: cannot add color namesv8.2.3562Drew Vogel2021-10-241-198/+1
* patch 8.2.3274: macro for printf format check can be simplifiedv8.2.3274Bram Moolenaar2021-08-021-1/+1
* patch 8.2.3251: listing builtin_gui as an available terminal is confusingv8.2.3251Bram Moolenaar2021-07-301-1/+2
* patch 8.2.2963: GUI: mouse move may start Visual mode with a popup visiblev8.2.2963Bram Moolenaar2021-06-081-0/+4
* patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata2021-06-021-1/+1
* patch 8.2.2907: memory leak when running out of memoryv8.2.2907Dominique Pelle2021-05-291-0/+1