index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
tui
/
tui.c
Commit message (
Expand
)
Author
Age
*
Do not use TMUX_WRAP for DECSCUSR sequence
Daniel Hahler
2016-01-29
*
Implement handling of terminal focus events
Joe Hermaszewski
2015-11-17
*
ui_bridge: Fix race condition that results in deadlock.
Thiago de Arruda
2015-10-31
*
tui: Don't use stderr as an output fallback for the TUI
Thiago de Arruda
2015-10-29
*
tui: Fix abort when stdout and stderr are not tty.
Thiago de Arruda
2015-10-29
*
tui: fix_terminfo: Handle "tmux" like "screen". #3422
Daniel Hahler
2015-10-04
*
encoding: simplify handling of encoding in TUI
Björn Linse
2015-09-08
*
tui: Refactor for running in another thread
Thiago de Arruda
2015-09-06
*
tui: Move screen state tracking to new "ugrid" module
Thiago de Arruda
2015-09-06
*
tui: move term_input.inl into the input.c module
Thiago de Arruda
2015-09-06
*
tui/remote_ui: Fix some regressions
Thiago de Arruda
2015-08-21
*
Notify attached UIs whenever menus change
Robin Allen
2015-08-21
*
tui: restore got_winch in sigwinch_cb #3171
Felipe Morales
2015-08-15
*
event: Refactor async event processing
Thiago de Arruda
2015-08-13
*
tui: avoid double-resize on SIGWINCH. #3145
Felipe Morales
2015-08-10
*
tui: Fix terminal detection for cursor shape #3129
Keerthan Jaic
2015-08-04
*
tui: Use underline cursor in Replace mode
Omar Sandoval
2015-07-26
*
api: Simplify UI API on mode change
Omar Sandoval
2015-07-26
*
options,tui: don't hardcode default terminal size
Felipe Morales
2015-07-21
*
tui: respect the 'co' and 'lines' options on startup
Felipe Morales
2015-07-21
*
tui: send resize sequences to the terminal
Felipe Morales
2015-07-21
*
tui: Unconditionally enable bracketed paste mode #3060
crondog
2015-07-21
*
event loop: New abstraction layer with refactored time/signal API
Thiago de Arruda
2015-07-17
*
tui: make termkey use utf-8 mode when &encoding=utf-8 #2469
Björn Linse
2015-06-13
*
getenv: return NULL if empty #2574
Scott Prager
2015-05-29
*
tui: defer resize event #2738
Daniel Hahler
2015-05-25
*
memory: Add `free` wrapper and refactor project to use it
Thiago de Arruda
2015-04-13
*
Job control: reset mouse support after foregrounding
Marco Hinz
2015-04-06
*
tui: Add support for true color terminals
Thiago de Arruda
2015-03-20
*
ui: Refactor so that busy state won't be the default
Thiago de Arruda
2015-03-18
*
tui.c: Send fewer cursor-hide commands to the terminal.
oni-link
2015-03-18
*
ui: Replace cursor_{on,off} by busy_{stop,start}
Thiago de Arruda
2015-03-15
*
Remove redundant casts
Anton Ovchinnikov
2015-03-09
*
tui: fall back to underline for undercurl. #2099
Chase Geigle
2015-03-07
*
tui: Also use xterm-256color when TERM=screen and COLORTERM != NULL
Thiago de Arruda
2015-02-21
*
tui: Use unibi_format instead of unibi_run
Thiago de Arruda
2015-02-21
*
tui: Remove option cache
Thiago de Arruda
2015-02-21
*
tui: Set setaf/setab capabilities for TERM=xterm
Thiago de Arruda
2015-02-21
*
tui: Set default color attributes when scrolling
Thiago de Arruda
2015-02-20
*
tui: Fix terminfo extension indexes
Thiago de Arruda
2015-02-20
*
tui: Replace uv_tty_t by uv_pipe_t
Thiago de Arruda
2015-02-20
*
tui: Remove support for overriding escape sequences with nvim options
Thiago de Arruda
2015-02-18
*
tui: Fix use after free(reported by clang static analyzer)
Thiago de Arruda
2015-02-18
*
tui: Add support bracketed paste
Thiago de Arruda
2015-02-18
*
tui: Fix to_status_line terminfo sequence for xterm
Thiago de Arruda
2015-02-17
*
tui: Fix background clear for some terminals
Thiago de Arruda
2015-02-17
*
ui: Rewrite the builtin terminal UI
Thiago de Arruda
2015-02-16