aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/tui
Commit message (Expand)AuthorAge
...
* 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
* TUI/paste: define paste function as Lua builtinJustin M. Keyes2019-08-27
* TUI/paste: push bytes directly (avoid libtermkey)Justin M. Keyes2019-08-27
* TUI/paste: collect data, invoke user callback #4448ZyX2019-08-27
* paste: WIP #4448Justin M. Keyes2019-08-27
* tui: handle Smulx extension capability (extended underline) (#9097)Daniel Hahler2019-08-22
* TUI: do not use "starting" global mutated by main threadBjörn Linse2019-08-15
* terminfo_start: use unibi_from_term, skip without TERM (#10670)Daniel Hahler2019-08-02
* env: invalid pointer after os_setenv() #10558erw72019-07-23
* win/TUI: workaround libuv LF => CRLF conversion #10558erw72019-07-23
* tui: support rgba background detection (#10205)Harm te Hennepe2019-06-13
* TUI: set os/input.c:global_fd to input->in_fd #10174erw72019-06-10
* Merge #9829 'startup: remove TUI init special-case'Justin M. Keyes2019-06-04
|\
| * [skip appveyor] Fix clint issueerw72019-06-04
| * tui/input.c: Fix problem when stdin is not TTYerw72019-06-04
|/
* tui:cursor_goto(): remove dead code #9952Justin M. Keyes2019-04-28
* win: stream_init() issue with tty on Windows #9884erw72019-04-28
* tui/input.c: rename functionsJustin M. Keyes2019-03-25
* autocmd: rename: "++nested", "++once"Justin M. Keyes2019-03-14
* TUI/background detection: hook into VimEnter eventJustin M. Keyes2019-03-11
* tui_tk_ti_getstr: handle weird value #9688Boskovits2019-03-07
* floats: implement floating windowsBjörn Linse2019-03-02
* TUI: do not resize host-terminal on startup (#9645)Justin M. Keyes2019-02-25
* TUI: rework background-color detectionJustin M. Keyes2019-02-22
* Merge #5027 'TUI: detect background color'Justin M. Keyes2019-02-17
|\
| * Merge #5027 'TUI: detect background color'Justin M. Keyes2019-01-17
| |\
| | * Automatically detect terminal background and set bg=dark or bg=lightJosh Triplett2016-07-24
* | | TUI: assume italics support in all xterm-likesJustin M. Keyes2019-02-12
* | | TUI: sniff nsterm (Terminal.app) from $TERM_PROGRAMJustin M. Keyes2019-02-11