aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/tui
Commit message (Expand)AuthorAge
...
* 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
* | | TUI: force italics in tmuxJustin M. Keyes2019-02-11
* | | TUI: italics in Terminal.app (nsterm)Justin M. Keyes2019-02-11
* | | ui/compositor: add redraws needed due to intersected doublewidth chars.Björn Linse2019-02-02
|/ /
* | win/TUI: fix text overrides line numbers #9474erw72019-01-09
* | PVS/V751: tui.c, Parameter is not usedJustin M. Keyes2019-01-04
* | Merge #9425 'build: enable -Wshadow'Justin M. Keyes2019-01-03
|\ \
| * | UGRID_FOREACH_CELL: avoid shadowed variablesJustin M. Keyes2019-01-02
| * | build: enable -WshadowJustin M. Keyes2019-01-02
* | | TUI: Do not disable BCE for builtin terminfos (#9443)Justin M. Keyes2019-01-02
|/ /
* | TUI: Konsole DECSCUSR fixup (#9423)Justin M. Keyes2018-12-31
* | Merge #9408 from justinmk/tui-title-stackingJustin M. Keyes2018-12-31
|\ \
| * | TUI: attempt "title stacking" unconditionallyJustin M. Keyes2018-12-29
* | | Merge #9401 from justinmk/pr-win-erw7Justin M. Keyes2018-12-30
|\ \ \ | |/ / |/| |