summaryrefslogtreecommitdiff
path: root/src/screen.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.1026: GTK on-the-spot input has problemsv8.0.1026Bram Moolenaar2017-08-301-1/+2
* patch 8.0.1002: unnecessarily updating screen after timer callbackv8.0.1002Bram Moolenaar2017-08-261-3/+5
* patch 8.0.0956: scrolling in a terminal window has flickerv8.0.0956Bram Moolenaar2017-08-171-26/+39
* patch 8.0.0941: existing color schemes don't like StatusLineTermv8.0.0941Bram Moolenaar2017-08-141-1/+9
* patch 8.0.0937: user highlight groups not adjusted for terminalv8.0.0937Bram Moolenaar2017-08-131-0/+5
* patch 8.0.0871: status line for a terminal window always has "[+]".v8.0.0871Bram Moolenaar2017-08-051-1/+5
* patch 8.0.0837: signs can be drawn on top of console messagesv8.0.0837Bram Moolenaar2017-08-011-1/+4
* patch 8.0.0825: not easy to see that a window is a terminal windowv8.0.0825Bram Moolenaar2017-07-311-10/+22
* patch 8.0.0813: cannot use a terminal window while the job is runningv8.0.0813Bram Moolenaar2017-07-301-1/+1
* patch 8.0.0812: terminal window colors shift when 'number' is setv8.0.0812Bram Moolenaar2017-07-301-1/+1
* patch 8.0.0798: no highlighting in a terminal window with a finished jobv8.0.0798Bram Moolenaar2017-07-281-0/+23
* patch 8.0.0797: finished job in terminal window is not handledv8.0.0797Bram Moolenaar2017-07-281-6/+5
* patch 8.0.0732: when updating a buffer modeless selection is lostv8.0.0732Bram Moolenaar2017-07-191-3/+23
* patch 8.0.0719: build failure without +terminal featurev8.0.0719Bram Moolenaar2017-07-161-4/+10
* patch 8.0.0718: output of job in terminal is not displayedv8.0.0718Bram Moolenaar2017-07-161-19/+31
* patch 8.0.0711: cannot build without the wildmenu featurev8.0.0711Bram Moolenaar2017-07-121-1/+7
* patch 8.0.0710: a job that writes to a buffer clears completionv8.0.0710Bram Moolenaar2017-07-121-19/+13
* patch 8.0.0686: extra redraw when using CTRL-L in second windowv8.0.0686Bram Moolenaar2017-06-281-0/+2
* patch 8.0.0675: 'colorcolumn' has a higher priority than 'hlsearch'v8.0.0675Bram Moolenaar2017-06-251-1/+2
* patch 8.0.0647: syntax highlighting can make cause a freezev8.0.0647Bram Moolenaar2017-06-181-9/+54
* patch 8.0.0643: when a pattern search is slow Vim becomes unusablev8.0.0643Bram Moolenaar2017-06-171-3/+4
* patch 8.0.0641: cannot set a separate highlighting for the quickfix linev8.0.0641Bram Moolenaar2017-06-131-1/+1
* patch 8.0.0594: build failure when windows feature is missingv8.0.0594Bram Moolenaar2017-04-301-0/+2
* patch 8.0.0592: if a job writes to a buffer screen is not updatedv8.0.0592Bram Moolenaar2017-04-301-8/+64
* patch 8.0.0524: folds messed upv8.0.0524Bram Moolenaar2017-03-291-0/+3
* patch 8.0.0520: using a function pointer while the function is knownv8.0.0520Bram Moolenaar2017-03-291-10/+10
* patch 8.0.0518: bad fold text when a multi-byte char has a zero bytev8.0.0518Bram Moolenaar2017-03-291-1/+4
* patch 8.0.0466: still macros that should be all-capsv8.0.0466Bram Moolenaar2017-03-161-75/+75
* patch 8.0.0454: compiler warnings for "always true" comparisonv8.0.0454Bram Moolenaar2017-03-121-1/+1
* patch 8.0.0452: some macros are in lower casev8.0.0452Bram Moolenaar2017-03-121-2/+2
* patch 8.0.0451: some macros are in lower casev8.0.0451Bram Moolenaar2017-03-121-4/+4
* patch 8.0.0448: some macros are in lower casev8.0.0448Bram Moolenaar2017-03-121-2/+2
* patch 8.0.0440: not enough test coverage in Insert modev8.0.0440Bram Moolenaar2017-03-091-1/+6
* patch 8.0.0394: tabs are not aligned when scrolling horizontallyv8.0.0394Bram Moolenaar2017-03-011-2/+5
* patch 8.0.0383: misplaced #ifdefv8.0.0383Bram Moolenaar2017-02-271-1/+2
* patch 8.0.0382: warning in tiny build for unused variablev8.0.0382Bram Moolenaar2017-02-271-1/+10
* patch 8.0.0380: with 'linebreak' double wide char wraps badlyv8.0.0380Bram Moolenaar2017-02-261-3/+6
* patch 8.0.0353: if [RO] is translated it may be truncatedv8.0.0353Bram Moolenaar2017-02-231-1/+1
* patch 8.0.0290: cursor positioning wrong if wide character wrapsv8.0.0290Bram Moolenaar2017-02-011-2/+6
* patch 8.0.0286: not always redrawing after screen resizev8.0.0286Bram Moolenaar2017-02-011-67/+55
* patch 8.0.0274: possible recursive screen updating causes troublev8.0.0274Bram Moolenaar2017-01-311-4/+3
* patch 8.0.0235: memory leak in diff modev8.0.0235Bram Moolenaar2017-01-241-0/+4
* patch 8.0.0159: crash on startup when updating tablinev8.0.0159Bram Moolenaar2017-01-081-1/+3
* patch 8.0.0126v8.0.0126Bram Moolenaar2016-12-091-7/+13
* patch 8.0.0090v8.0.0090Bram Moolenaar2016-11-171-3/+6
* patch 8.0.0069v8.0.0069Bram Moolenaar2016-11-061-3/+6
* patch 8.0.0049v8.0.0049Bram Moolenaar2016-10-271-3/+0
* patch 8.0.0040v8.0.0040Bram Moolenaar2016-10-161-21/+22
* patch 8.0.0033v8.0.0033Bram Moolenaar2016-10-151-6/+8
* patch 8.0.0021v8.0.0021Bram Moolenaar2016-10-021-0/+3