aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/tui
Commit message (Expand)AuthorAge
...
* tui/input: Add S- modifier for chords with capital ASCIIJames McCoy2020-11-16
* Understand Escape as another name for EscJames McCoy2020-11-16
* tui: fix problem with uv_tty_set_mode failing due to signalerw72020-10-13
* tui: fix problem that TTY does not go into raw modeerw72020-10-12
* UI: fix cursor not displayed after hiding and un-hiding #12811erw72020-09-12
* nvim__screenshotBjörn Linse2020-09-05
* Revert "tui: improve support for GNU Screen (#12098)"erw72020-08-27
* Revert "tui: Fix italics when $TERM is screen in tmux #12199"erw72020-08-27
* tui: fix pvs/v728Jan Edmund Lazo2020-08-15
* tui.c: augment_terminfo: remove unused colorterm argument (#12602)Daniel Hahler2020-07-19
* win/TUI: enable mouse on ConEmu and vtpcon without vtierw72020-05-26
* tui: Fix italics when $TERM is screen in tmux #12199erw72020-04-28
* tui: improve support for GNU Screen (#12098)erw72020-04-26
* TUI: block signals on suspend #12180Kei Kamikawa2020-04-25
* tui: Don't call uv_write without output (#12146)erw72020-04-20
* Merge pull request #12005 from erw7/fix-screen-vsplitJames McCoy2020-04-15
|\
| * Fix screen terminal family issueserw72020-03-12
| * Fix splitting issue on gnu screenerw72020-03-12
* | TUI: support setting cursor color in tmux (#12100)Thomas Churchman2020-04-14
* | TUI: do not use "nvim_get_option" in tui threaderw72020-03-21
|/
* TUI: reset background color before scroll #11909Jakub Łuczyński2020-02-23
* vim-patch:8.1.1201: output of :command is hard to readJan Edmund Lazo2020-02-16
* Add stdin, stdout replacement functionserw72020-01-17
* Remove (void) hacks, Mark unused attrsJan Edmund Lazo2020-01-08
* TUI: can make the cursor transparent #11519Matthieu Coudron2019-12-19
* terminfo_is_bsd_console: fallback to falseDaniel Hahler2019-12-01
* TUI: use stdio names instead of magic numbers #11410erw72019-11-17
* terminal: enable pass through indexed colors to TUIBjörn Linse2019-11-02
* tui: simplify branching of rgb vs cterm colorsBjörn Linse2019-11-02
* TUI/thread: guard env map from potential race with unibilium #11259erw72019-10-20
* tui: fix handling of bg response after suspend (#11145)Daniel Hahler2019-10-03
* patch_terminfo_bugs: TERM=xterm with non-xterm: ignore smglr (#11132)Daniel Hahler2019-10-02
* tui: improve handle_background_color: short-circuit (#11067)Daniel Hahler2019-09-30
* terminfo_start: keep first flushing of ui buffer (#11118)Daniel Hahler2019-09-29
* tui: flush ui buffer in tui_terminal_after_startup (#11083)Daniel Hahler2019-09-24
* terminfo_start: flush buffer #11074Daniel Hahler2019-09-22
* syntax, TUI: support "strikethrough"Jaskaran Singh2019-09-13
* tui/input: remove "cancel paste" logic which should be redundantBjörn Linse2019-08-31
* events: loop_schedule() is unclear, rename it loop_schedule_fast()Björn Linse2019-08-31
* tui/input: defer nvim_paste properly.Björn Linse2019-08-31
* API: nvim_paste: add `crlf` parameterJustin M. Keyes2019-08-30
* paste: handle vim.paste() failureJustin M. Keyes2019-08-27
* paste: tickle cursorJustin M. Keyes2019-08-27
* paste: implement redo (AKA dot-repeat)Justin M. Keyes2019-08-27
* API: nvim_pasteJustin M. Keyes2019-08-27
* paste: phases, dotsJustin M. Keyes2019-08-27
* paste: edge-case: handle EOL at end-of-bufferJustin M. Keyes2019-08-27
* paste: use nvim_put()Justin M. Keyes2019-08-27
* paste: abort paste if handler does not return trueJustin M. Keyes2019-08-27
* TUI/paste: always flush on paste mode-changeJustin M. Keyes2019-08-27