aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/tui
Commit message (Expand)AuthorAge
* 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: Flush input on timer_cbThiago de Arruda2015-10-12
* tui: fix_terminfo: Handle "tmux" like "screen". #3422Daniel Hahler2015-10-04
* tui: Fix queueing of large chunks of inputThiago de Arruda2015-10-01
* tui: Don't use 'pastetoggle' for automatic pastingThiago de Arruda2015-10-01
* 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
* rstream: Pass read count to read eventsThiago de Arruda2015-08-13
* 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
* rstream/wstream: Unify structures and simplify APIThiago de Arruda2015-07-17
* event loop: New abstraction layer with refactored time/signal APIThiago de Arruda2015-07-17
* rbuffer: Fix for problems with escape input sequences.oni-link2015-07-07
* rbuffer: Reimplement as a ring buffer and decouple from rstreamThiago de Arruda2015-07-01
* 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: don't pass NULL to termkey #2747Scott Prager2015-05-27
* tui: defer resize event #2738Daniel Hahler2015-05-25
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* Job control: reset mouse support after foregroundingMarco Hinz2015-04-06
* tui: Fix reading when stdin is not a ttyThiago de Arruda2015-03-26
* tui: Add support for true color terminalsThiago de Arruda2015-03-20
* ui: Refactor so that busy state won't be the defaultThiago de Arruda2015-03-18
* tui.c: Send fewer cursor-hide commands to the terminal.oni-link2015-03-18
* ui: Replace cursor_{on,off} by busy_{stop,start}Thiago de Arruda2015-03-15
* Remove redundant castsAnton Ovchinnikov2015-03-09
* tui: fall back to underline for undercurl. #2099Chase Geigle2015-03-07
* tui: Also use xterm-256color when TERM=screen and COLORTERM != NULLThiago de Arruda2015-02-21
* tui: Use unibi_format instead of unibi_runThiago de Arruda2015-02-21
* tui: Remove option cacheThiago de Arruda2015-02-21
* tui: Set setaf/setab capabilities for TERM=xtermThiago de Arruda2015-02-21
* tui: Don't use 'timeout' for determining esc timeoutThiago de Arruda2015-02-20
* tui: Set default color attributes when scrollingThiago de Arruda2015-02-20
* tui: Fix terminfo extension indexesThiago de Arruda2015-02-20