aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/tui/tui.c
Commit message (Expand)AuthorAge
* 'guicursor': TMUX_WRAP iTerm seqs. Do color seq before shape seq.Justin M. Keyes2017-04-30
* 'guicursor': No color/blink by defaultJustin M. Keyes2017-04-30
* event: Remove "priority" concept.Justin M. Keyes2017-04-28
* api: nvim_get_mode()Justin M. Keyes2017-04-28
* api/ui: externalize tablineJustin M. Keyes2017-04-26
* api/ui: externalize tablineDongdong Zhou2017-04-26
* tui: Only set cursor color if the highlight group is valid (#6585)James McCoy2017-04-25
* 'guicursor': iTerm: Set cursor color.Justin M. Keyes2017-04-22
* Merge #6539 'More cursor shape modes'Justin M. Keyes2017-04-21
|\
| * ui: use an array for mode stylesBjörn Linse2017-04-21
| * ui: support more cursor shape modesBjörn Linse2017-04-21
* | *: Add comment to all C filesZyX2017-04-19
|/
* 'guicursor': enabled=false if 'guicursor' is emptyJustin M. Keyes2017-04-04
* api/cursor_style_set: mode descriptionsJustin M. Keyes2017-04-01
* 'guicursor': Empty means "block cursor in all modes".Justin M. Keyes2017-04-01
* tui: 'guicursor' colorMatthieu Coudron2017-04-01
* tui: 'guicursor' shape #6044Matthieu Coudron2017-04-01
* tui: Only enable/disable mouse when there's something to do (#6411)James McCoy2017-04-02
* ascii: Readd DEL_STR defineZyX2017-03-29
* tui.c: Handle missing "key_dc" terminfo entry (#6128)svaante2017-02-16
* Revert "tui: update_size(): Fix race condition."Justin M. Keyes2017-02-04
* tui: update_size(): Fix race condition.Justin M. Keyes2017-02-03
* tui: Ignore DECRST 12 in terminfo's cursor_normal, if presentJames McCoy2017-01-25
* tui: Enable mode-sensitive cursor by default.Justin M. Keyes2017-01-20
* tui: Do not decide cursor blinking.Justin M. Keyes2017-01-20
* 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