aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/tui
Commit message (Expand)AuthorAge
* TUI: Konsole DECSCUSR fixup (#9423)Justin M. Keyes2019-01-01
* Merge #9401 from justinmk/pr-win-erw7Justin M. Keyes2018-12-30
|\
| * win/TUI: ConEmu: get back_color_erase from terminfoJustin M. Keyes2018-12-30
| * refactor: Extract os_tty_guess_term()Justin M. Keyes2018-12-30
| * update_terminfo.sh: NOLINT data arraysJustin M. Keyes2018-12-28
| * Merge 'upstream/master' into pr-win-erw7Justin M. Keyes2018-12-27
| |\
| * | win/TUI: Fix scroll on Windows legacy consoleerw72018-12-27
| * | win/TUI: ConEmu: set immediate_wrap_after_last_column #9094erw72018-12-27
| * | win/TUI: builtin terminfos for cygwin, conemu, et al.erw72018-12-27
| * | win/TUI: SetConsoleMode() to override libuv #9094erw72018-12-27
* | | TUI: enter/exit alternate screen with "title stacking" (#9407)Justin M. Keyes2018-12-29
| |/ |/|
* | TUI: TERM=nstermJustin M. Keyes2018-12-16
* | TUI: detect BSD vt consoleJustin M. Keyes2018-12-16
* | Merge pull request #9368 from bfredl/doublewrapBjörn Linse2018-12-15
|\ \
| * | TUI: handle wrap of doublewidth chars correctlyBjörn Linse2018-12-15
* | | TUI: Konsole 18.07.70 supports DECSCUSR (#9364)Justin M. Keyes2018-12-14
|/ /
* | TUI: alacritty supports set_cursor_color #9353Patrice Peterson2018-12-11
* | TUI: don't use BCE with attributes affecting backgroundBjörn Linse2018-12-11
* | TUI: set_underline_color: only support colon form #9279Daniel Hahler2018-11-29
* | TUI: support TERM=nsterm (#9244)Justin M. Keyes2018-11-18
* | TUI: attrs -> attr_id refactorBjörn Linse2018-11-11
* | UI/TUI: improvements and cleanups for scrolling and clearingBjörn Linse2018-11-11
|/
* TUI: Avoid reset_cursor_color in old VTE #9191Sam Wilson2018-11-03
* tui.c: Fix ext.set_underline_color for !has_colon_rgbJustin M. Keyes2018-10-20
* Merge pull request #9079 from bfredl/tui_cursorBjörn Linse2018-10-09
|\
| * TUI: delete "first-row" workaround after resizeBjörn Linse2018-10-06
| * TUI: always use safe cursor movement after resizeBjörn Linse2018-10-06
* | Merge #9036 'func_attr_printf'Justin M. Keyes2018-10-07
|\ \ | |/ |/|
| * add func_attr_printf in :MichaHoffmann2018-09-24
* | TUI: check libvte version for undercurl support #9088Daniel Hahler2018-10-05
* | TUI: fix support for undercurl/underline color #9080Daniel Hahler2018-10-03
* | Merge pull request #9052 from blueyed/undercurlBjörn Linse2018-10-02
|\ \
| * | tui: add support for undercurl and underline colorDaniel Hahler2018-10-01
* | | ui: rename ext_newgrid to ext_linegridBjörn Linse2018-10-01
* | | Revert "TUI: terminfo_start: use unibi_from_term directly"Justin M. Keyes2018-10-01
* | | TUI: terminfo_start: use unibi_from_term directly (#9072)Daniel Hahler2018-09-30
|/ /
* | tui: eliminate scrolling region data structureBjörn Linse2018-09-27
* | tui: eliminate grid->attrs, use indexed cell->attrBjörn Linse2018-09-26
* | TUI: Alacritty supports DECSCUSR (#9048)Christian Duerr2018-09-25
* | minor: tui: update_attrs: code consistencyDaniel Hahler2018-09-23
|/
* TUI: Reset cursor color when applicable #8572Yichao Zhou2018-09-22
* cleanup/TUI: remove old unused code #9013Justin M. Keyes2018-09-19
* TUI: Skip redundant "stop" event (macOS kernel panic) (#9007)Justin M. Keyes2018-09-18
* tui: Hint wrapped lines to terminals.Ricky Zhou2018-09-03
* TUI: use BCE again more often, as it provides smoother resizes and scrollingBjörn Linse2018-08-14
* tui: reenable cursor movement optimizations (leftover from #8221)Björn Linse2018-08-14
* tui: hack for invalid first line with non-bce resizeBjörn Linse2018-08-14
* tui: use bce properlyBjörn Linse2018-08-14
* cursor_shape: use attribute ids instead of syntax idsBjörn Linse2018-08-13
* highlight: HlAttrs is a value type; treat it like suchBjörn Linse2018-08-13