aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/tui
Commit message (Expand)AuthorAge
...
* | terminfo: add scripts/update_terminfo.shMarco Hinz2018-08-10
* | tui: clip invalid regions on resize (#8779), fixes #8774Björn Linse2018-07-26
* | ui: fix glitches where scrolling region affects clearing of screenBjörn Linse2018-07-24
* | ui: use line-based rather than char-based updates in screen.cBjörn Linse2018-07-21
* | highlight: refactor to use stateful representationBjörn Linse2018-07-21
* | highlight: extract low-level highlight logic from syntax, uiBjörn Linse2018-07-21
* | Merge pull request #8708 from blueyed/fix-standoutJames McCoy2018-07-10
|\ \
| * | [WIP/RFC] Fix standout modeDaniel Hahler2018-07-08
* | | TUI: urxvt: also send xterm focus-reporting seqs #8699Daniel Hahler2018-07-08
|/ /
* | coverity/166184: Null pointer dereference (FP)Justin M. Keyes2018-07-02
* | build/MSVC: TUI: Fix uninitialized variableb-r-o-c-k2018-06-03
* | TUI: skip SIGWINCH during teardown #8470Justin M. Keyes2018-06-03
* | Merge #8218 'Fix errors reported by PVS'Justin M. Keyes2018-04-27
|\ \
| * | *: Fix clint errorsZyX2018-04-22
| * | tui: Silence PVS/V560: condition is set to true in prev-previous if()ZyX2018-04-22
* | | tui/input.c: add support for mouse release events in urxvt (#8309)symphorien2018-04-22
* | | tui: abort on unexpected enum value (#8266)John Szakmeister2018-04-13
* | | tui: fix uninitialize variable usage (#8261)John Szakmeister2018-04-12
* | | build/clang 6.0.0: fix type conversion warnings (#8235)Marco Hinz2018-04-07
* | | TUI: EMSG2 must not be used from TUI threadBjörn Linse2018-04-06
|/ /
* | TUI: implement "standout" attribute #8081Nimit Bhardwaj2018-03-27
* | ui_bridge: make sure TUI receives no more UI events after "stop" eventBjörn Linse2018-02-22
* | ui/tui: highlighting refactorBjörn Linse2018-02-11
* | tui: libtermkey: force CSI driver for mouse input #7948Chih-Hsuan Yen2018-01-31
* | tui: fix use-after-free after UI `stop` event #7922Justin M. Keyes2018-01-28
* | Fix for lintGeorge Zhao2018-01-19
* | Fix bug, use &loop->uv replace loop.George Zhao2018-01-18
* | Fix warning when assing size_t type value to uv_buf_t.len, convert type to UL...George Zhao2018-01-18
* | Fix warning about conversion on mingw64George Zhao2018-01-18
* | tui: final_column_wrap(): fix row calculationJustin M. Keyes2018-01-16
* | tui: support TERM=konsole-256colorJustin M. Keyes2018-01-01
* | Merge branch 'master' into hide-container-implZyX2017-12-23
|\ \
| * | tui: rework deferred-termcodes ... againJustin M. Keyes2017-12-16
* | | Merge branch 'master' into hide-container-implZyX2017-12-16
|\| |
| * | tui: defer termcodes using a timerJustin M. Keyes2017-12-13
| * | tui: rework deferred-termcodes implementationJustin M. Keyes2017-12-13
| * | ui: forward relevant option updates to UIs (#7520)Björn Linse2017-12-12
* | | *: Fix linter errorsZyX2017-12-12
|/ /
* | docJustin M. Keyes2017-12-10
* | Merge #7676 from florolf/atomic-unibiliumJustin M. Keyes2017-12-06
|\ \
| * | tui: always hide cursor when flushingFlorian Larysch2017-12-05
| * | tui: never flush buffers in midst of unibilium outputFlorian Larysch2017-12-05
* | | tui: ignore st terminfo cursor shape (Se, Ss) entriesJustin M. Keyes2017-12-06
* | | tui: flush -V3 ('verbose' >= 3) info ASAPJustin M. Keyes2017-12-05
* | | tui: set descriptions on termcap extensionsJustin M. Keyes2017-12-05
* | | tui: dump termcap info if -V3 ('verbose' >= 3)Justin M. Keyes2017-12-05
|/ /
* | tui.c: request focus-reporting (fix regression) #7670Justin M. Keyes2017-12-02
* | tui: emit some termcodes later (after startup) (#7664)Justin M. Keyes2017-12-01
* | tui/rxvt: enable focus-reportingJustin M. Keyes2017-12-01
* | Revert "tui: update cleared area only if non-default bg"Justin M. Keyes2017-11-29