aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/tui/input.c
Commit message (Expand)AuthorAge
* TUI: use stdio names instead of magic numbers #11410erw72019-11-17
* tui: fix handling of bg response after suspend (#11145)Daniel Hahler2019-10-03
* tui: improve handle_background_color: short-circuit (#11067)Daniel Hahler2019-09-30
* 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: 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: 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
|/
* 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: rework background-color detectionJustin M. Keyes2019-02-22
* 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
* | build: enable -WshadowJustin M. Keyes2019-01-02
* | tui/input.c: add support for mouse release events in urxvt (#8309)symphorien2018-04-22
* | Fix for lintGeorge Zhao2018-01-19
* | Fix bug, use &loop->uv replace loop.George Zhao2018-01-18
* | Fix warning about conversion on mingw64George Zhao2018-01-18
* | Merge #7593 'PVS static analysis fixes'Justin M. Keyes2017-11-22
|\ \
| * | input.c: replace if/else with switchPeter Kalauskas2017-11-22
|/ /
* | tui: 'guicursor': use DECSCUSR for xterm-likes (#7576)Justin M. Keyes2017-11-17
* | eventloop: FocusGained: schedule event instead of pseudokeyJustin M. Keyes2017-09-05
* | win: Terminal UI #6315Rui Abreu Ferreira2017-05-03
* | event: Remove "priority" concept.Justin M. Keyes2017-04-28
* | tui/input.c: Use default 'ttimeoutlen' if option get fails.Justin M. Keyes2017-04-23
* | api_clear_error()Justin M. Keyes2017-04-23
* | api: Do not truncate errors <1 MB. #6237Sander Bosma2017-04-23
* | *: Add comment to all C filesZyX2017-04-19
* | tui: check stty/termios for kbsJustin M. Keyes2016-12-23
* | tui: "backpressure": Drop messages to avoid flooding.Justin M. Keyes2016-12-09
* | encoding: cleanup mbyte.c given fixed encoding=utf-8Björn Linse2016-11-05
* | event/multiqueue.c: Rename "queue" to "multiqueue".Justin M. Keyes2016-10-02