summaryrefslogtreecommitdiff
path: root/src/screen.c
AgeCommit message (Expand)Author
2017-09-13patch 8.0.1100: stuck in redraw loop when 'lazyredraw' is setBram Moolenaar
2017-09-11patch 8.0.1097: background color wrong if job changes background colorBram Moolenaar
2017-09-11patch 8.0.1096: terminal window in Normal mode has wrong backgroundBram Moolenaar
2017-09-02patch 8.0.1041: bogus characters when indenting during visual-block appendBram Moolenaar
2017-09-02patch 8.0.1038: strike-through text not supportedBram Moolenaar
2017-08-30patch 8.0.1026: GTK on-the-spot input has problemsBram Moolenaar
2017-08-26patch 8.0.1002: unnecessarily updating screen after timer callbackBram Moolenaar
2017-08-17patch 8.0.0956: scrolling in a terminal window has flickerBram Moolenaar
2017-08-14patch 8.0.0941: existing color schemes don't like StatusLineTermBram Moolenaar
2017-08-13patch 8.0.0937: user highlight groups not adjusted for terminalBram Moolenaar
2017-08-05patch 8.0.0871: status line for a terminal window always has "[+]".Bram Moolenaar
2017-08-01patch 8.0.0837: signs can be drawn on top of console messagesBram Moolenaar
2017-07-31patch 8.0.0825: not easy to see that a window is a terminal windowBram Moolenaar
2017-07-30patch 8.0.0813: cannot use a terminal window while the job is runningBram Moolenaar
2017-07-30patch 8.0.0812: terminal window colors shift when 'number' is setBram Moolenaar
2017-07-28patch 8.0.0798: no highlighting in a terminal window with a finished jobBram Moolenaar
2017-07-28patch 8.0.0797: finished job in terminal window is not handledBram Moolenaar
2017-07-19patch 8.0.0732: when updating a buffer modeless selection is lostBram Moolenaar
2017-07-16patch 8.0.0719: build failure without +terminal featureBram Moolenaar
2017-07-16patch 8.0.0718: output of job in terminal is not displayedBram Moolenaar
2017-07-12patch 8.0.0711: cannot build without the wildmenu featureBram Moolenaar
2017-07-12patch 8.0.0710: a job that writes to a buffer clears completionBram Moolenaar
2017-06-28patch 8.0.0686: extra redraw when using CTRL-L in second windowBram Moolenaar
2017-06-25patch 8.0.0675: 'colorcolumn' has a higher priority than 'hlsearch'Bram Moolenaar
2017-06-18patch 8.0.0647: syntax highlighting can make cause a freezeBram Moolenaar
2017-06-17patch 8.0.0643: when a pattern search is slow Vim becomes unusableBram Moolenaar
2017-06-13patch 8.0.0641: cannot set a separate highlighting for the quickfix lineBram Moolenaar
2017-04-30patch 8.0.0594: build failure when windows feature is missingBram Moolenaar
2017-04-30patch 8.0.0592: if a job writes to a buffer screen is not updatedBram Moolenaar
2017-03-29patch 8.0.0524: folds messed upBram Moolenaar
2017-03-29patch 8.0.0520: using a function pointer while the function is knownBram Moolenaar
2017-03-29patch 8.0.0518: bad fold text when a multi-byte char has a zero byteBram Moolenaar
2017-03-16patch 8.0.0466: still macros that should be all-capsBram Moolenaar
2017-03-12patch 8.0.0454: compiler warnings for "always true" comparisonBram Moolenaar
2017-03-12patch 8.0.0452: some macros are in lower caseBram Moolenaar
2017-03-12patch 8.0.0451: some macros are in lower caseBram Moolenaar
2017-03-12patch 8.0.0448: some macros are in lower caseBram Moolenaar
2017-03-09patch 8.0.0440: not enough test coverage in Insert modeBram Moolenaar
2017-03-01patch 8.0.0394: tabs are not aligned when scrolling horizontallyBram Moolenaar
2017-02-27patch 8.0.0383: misplaced #ifdefBram Moolenaar
2017-02-27patch 8.0.0382: warning in tiny build for unused variableBram Moolenaar
2017-02-26patch 8.0.0380: with 'linebreak' double wide char wraps badlyBram Moolenaar
2017-02-23patch 8.0.0353: if [RO] is translated it may be truncatedBram Moolenaar
2017-02-01patch 8.0.0290: cursor positioning wrong if wide character wrapsBram Moolenaar
2017-02-01patch 8.0.0286: not always redrawing after screen resizeBram Moolenaar
2017-01-31patch 8.0.0274: possible recursive screen updating causes troubleBram Moolenaar
2017-01-24patch 8.0.0235: memory leak in diff modeBram Moolenaar
2017-01-08patch 8.0.0159: crash on startup when updating tablineBram Moolenaar
2016-12-09patch 8.0.0126Bram Moolenaar
2016-11-17patch 8.0.0090Bram Moolenaar