summaryrefslogtreecommitdiff
path: root/src/terminal.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar2019-05-281-7/+6
* patch 8.1.1393: unnecessary type castsv8.1.1393Bram Moolenaar2019-05-251-9/+9
* patch 8.1.1391: no popup window supportv8.1.1391Bram Moolenaar2019-05-251-2/+2
* patch 8.1.1386: unessesary type casts for lalloc()v8.1.1386Bram Moolenaar2019-05-241-1/+1
* patch 8.1.1330: using bold attribute in terminal changes the colorv8.1.1330Bram Moolenaar2019-05-131-1/+3
* patch 8.1.1319: computing function length name in many placesv8.1.1319Bram Moolenaar2019-05-111-1/+1
* patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230Bram Moolenaar2019-04-281-10/+20
* patch 8.1.1194: typos and small problems in source filesv8.1.1194Bram Moolenaar2019-04-211-1/+1
* patch 8.1.1182: some function prototypes are outdatedv8.1.1182Bram Moolenaar2019-04-171-0/+13
* patch 8.1.1161: unreachable codev8.1.1161Bram Moolenaar2019-04-121-4/+1
* patch 8.1.1146: in MS-Windows console colors in a terminal window are wrongv8.1.1146Bram Moolenaar2019-04-111-2/+3
* patch 8.1.1131: getwinpos() does not work in the MS-Windows consolev8.1.1131Bram Moolenaar2019-04-061-1/+3
* patch 8.1.1127: getwinpos() doesn't work in terminal on MS-Windows consolev8.1.1127Bram Moolenaar2019-04-061-1/+4
* patch 8.1.1125: libvterm does not handle the window position reportv8.1.1125Bram Moolenaar2019-04-061-7/+61
* patch 8.1.1086: too many curly bracesv8.1.1086Bram Moolenaar2019-03-301-2/+0
* patch 8.1.1024: stray log calls in terminal codev8.1.1024Bram Moolenaar2019-03-201-3/+0
* patch 8.1.1018: window cleared when entering Terminal-Normal twicev8.1.1018Bram Moolenaar2019-03-191-1/+4
* patch 8.1.0982: update_cursor() called twice in :shellv8.1.0982Bram Moolenaar2019-02-251-1/+0
* patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar2019-02-171-25/+25
* patch 8.1.0929: no error when requesting ConPTY but it's not availablev8.1.0929Bram Moolenaar2019-02-161-11/+10
* patch 8.1.0923: terminal dump diff swap does not update file namesv8.1.0923Bram Moolenaar2019-02-151-2/+18
* patch 8.1.0921: terminal test sometimes fails; using memory after freev8.1.0921Bram Moolenaar2019-02-141-1/+2
* patch 8.1.0920: in Terminal-Normal mode job output messes up the windowv8.1.0920Bram Moolenaar2019-02-141-33/+140
* patch 8.1.0912: MS-Windows: warning for signed/unsignedv8.1.0912Bram Moolenaar2019-02-131-2/+2
* patch 8.1.0909: MS-Windows: using ConPTY even though it is not stablev8.1.0909Bram Moolenaar2019-02-131-2/+2
* patch 8.1.0900: ConPTY many crash with 32-bit buildv8.1.0900Bram Moolenaar2019-02-121-3/+3
* patch 8.1.0880: MS-Windows: inconsistent selection of winpty/conptyv8.1.0880Bram Moolenaar2019-02-081-29/+29
* patch 8.1.0870: Vim doesn't use the new ConPTY support in Windows 10v8.1.0870Bram Moolenaar2019-02-031-16/+458
* patch 8.1.0847: may use terminal after it was cleaned upv8.1.0847Bram Moolenaar2019-01-291-5/+10
* patch 8.1.0845: having job_status() free the job causes problemsv8.1.0845Bram Moolenaar2019-01-291-21/+49
* patch 8.1.0824: SunOS/Solaris has a problem with ttysv8.1.0824Bram Moolenaar2019-01-261-3/+3
* patch 8.1.0785: depending on the configuration some functions are unusedv8.1.0785Bram Moolenaar2019-01-201-30/+3
* patch 8.1.0760: no proper test for using 'termencoding'v8.1.0760Bram Moolenaar2019-01-171-46/+52
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-19/+19
* patch 8.1.0685: get_buf_tv() is named inconsistentlyv8.1.0685Bram Moolenaar2019-01-031-1/+1
* patch 8.1.0645: Coverity warns for possible use of NULL pointerv8.1.0645Bram Moolenaar2018-12-271-0/+2
* patch 8.1.0633: crash when out of memory while opening a terminal windowv8.1.0633Bram Moolenaar2018-12-241-7/+25
* patch 8.1.0618: term_getjob() does not return v:null as documentedv8.1.0618Bram Moolenaar2018-12-211-2/+5
* patch 8.1.0615: get_tv function names are not consistentv8.1.0615Bram Moolenaar2018-12-211-22/+22
* patch 8.1.0611: crash when using terminal with long composing charactersv8.1.0611Bram Moolenaar2018-12-201-1/+2
* patch 8.1.0583: using illogical name for get_dict_number()/get_dict_string()v8.1.0583Bram Moolenaar2018-12-141-7/+7
* patch 8.1.0522: :terminal does not show trailing empty linesv8.1.0522Bram Moolenaar2018-11-111-0/+9
* patch 8.1.0491: if a terminal dump has CR it is considered corruptv8.1.0491Bram Moolenaar2018-10-231-1/+6
* patch 8.1.0481: when "Terminal" highlight is reverted cursor doesn't showv8.1.0481Bram Moolenaar2018-10-161-2/+19
* patch 8.1.0358: crash when using term_dumpwrite() after the job finishedv8.1.0358Bram Moolenaar2018-09-091-0/+5
* patch 8.1.0326: screen dump does not consider NUL and space equalv8.1.0326Bram Moolenaar2018-08-241-2/+2
* patch 8.1.0243: using :term ++close ++hidden closes a windowv8.1.0243Bram Moolenaar2018-08-071-1/+7
* patch 8.1.0238: 'buftype' is cleared when using ":term ++hidden cat"v8.1.0238Bram Moolenaar2018-08-041-0/+2
* patch 8.1.0171: typing CTRL-W n in a terminal window causes ml_get errorv8.1.0171Bram Moolenaar2018-07-081-2/+5
* patch 8.1.0166: using dict_add_nr_str() is clumsyv8.1.0166Bram Moolenaar2018-07-081-11/+10