aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/tui/tui.c
Commit message (Expand)AuthorAge
* build: Do not check for obsolete <termio.h>Justin M. Keyes2016-12-24
* build: Support old libtermkey.Justin M. Keyes2016-12-24
* tui: check stty/termios for kbsJustin M. Keyes2016-12-23
* tui: "backpressure": Drop messages to avoid flooding.Justin M. Keyes2016-12-09
* add cmdline mode to modechange of RPC and testschemzqm2016-11-30
* tui/suspend_event(): set STDIN to "blocking"Justin M. Keyes2016-11-02
* Revert "tui: Move ui_bridge module to tui/ namespace."Justin M. Keyes2016-10-13
* tui/flush_buf: Don't toggle cursor when called from out() #5436Florian Larysch2016-10-06
* tui/terminfo_start: Default to normal-mode cursor shape. (#5419)Justin M. Keyes2016-10-02
* event/multiqueue.c: Rename "queue" to "multiqueue".Justin M. Keyes2016-10-02
* tui: Move ui_bridge module to tui/ namespace.Justin M. Keyes2016-09-28
* doc: minor comment tweaksJustin M. Keyes2016-09-28
* tui.c: Do not wait for tui loop on teardown. (#4789)Justin M. Keyes2016-09-24
* ui_detach: Schedule refresh on main loop.Justin M. Keyes2016-09-22
* api/ui: use ui options instead of one method per featureBjörn Linse2016-08-29
* api/ui: allow popupmenu to be drawn by external uiBjörn Linse2016-08-29
* tui: Assume 256 colors in most cases.Justin M. Keyes2016-07-03
* options: Set 't_Co' from unibilium + fix_terminfo.Mateusz Czaplinski2016-07-02
* Merge pull request #4844 from ZyX-I/rename-main-loopJustin M. Keyes2016-05-31
|\
| * *: Rename main loop variable from loop to main_loopZyX2016-05-30
* | lib/kvec: Remove useless type argument from kv_push macrosZyX2016-05-30
|/
* syntax: Add support for the "special" color used for undercurlsAdnoC2016-05-17
* 'termguicolors' #4690Shougo Matsushita2016-05-10
* *: Fix new linter errorsZyX2016-05-01
* Do not use TMUX_WRAP for DECSCUSR sequenceDaniel Hahler2016-01-29
* Implement handling of terminal focus eventsJoe Hermaszewski2015-11-17
* ui_bridge: Fix race condition that results in deadlock.Thiago de Arruda2015-10-31
* tui: Don't use stderr as an output fallback for the TUIThiago de Arruda2015-10-29
* tui: Fix abort when stdout and stderr are not tty.Thiago de Arruda2015-10-29
* tui: fix_terminfo: Handle "tmux" like "screen". #3422Daniel Hahler2015-10-04
* encoding: simplify handling of encoding in TUIBjörn Linse2015-09-08
* tui: Refactor for running in another threadThiago de Arruda2015-09-06
* tui: Move screen state tracking to new "ugrid" moduleThiago de Arruda2015-09-06
* tui: move term_input.inl into the input.c moduleThiago de Arruda2015-09-06
* tui/remote_ui: Fix some regressionsThiago de Arruda2015-08-21
* Notify attached UIs whenever menus changeRobin Allen2015-08-21
* tui: restore got_winch in sigwinch_cb #3171Felipe Morales2015-08-15
* event: Refactor async event processingThiago de Arruda2015-08-13
* tui: avoid double-resize on SIGWINCH. #3145Felipe Morales2015-08-10
* tui: Fix terminal detection for cursor shape #3129Keerthan Jaic2015-08-04
* tui: Use underline cursor in Replace modeOmar Sandoval2015-07-26
* api: Simplify UI API on mode changeOmar Sandoval2015-07-26
* options,tui: don't hardcode default terminal sizeFelipe Morales2015-07-21
* tui: respect the 'co' and 'lines' options on startupFelipe Morales2015-07-21
* tui: send resize sequences to the terminalFelipe Morales2015-07-21
* tui: Unconditionally enable bracketed paste mode #3060crondog2015-07-21
* event loop: New abstraction layer with refactored time/signal APIThiago de Arruda2015-07-17
* tui: make termkey use utf-8 mode when &encoding=utf-8 #2469Björn Linse2015-06-13
* getenv: return NULL if empty #2574Scott Prager2015-05-29
* tui: defer resize event #2738Daniel Hahler2015-05-25