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
*
fix(tui): make :cquit work properly with remote TUI (#25313)
zeertzjq
2023-09-23
*
fix(tui): don't overwrite an assertion faliure message on exit
bfredl
2023-09-21
*
refactor(grid): change schar_T representation to be more compact
bfredl
2023-09-19
*
fix(tui): restore title before exiting alternate screen (#23776)
zeertzjq
2023-05-27
*
refactor(api): new helper macros
Famiu Haque
2023-05-23
*
fix(tui): make disabling title restore old title from stack (#23585)
zeertzjq
2023-05-19
*
Merge pull request #23415 from zeertzjq/sigwinch-redraw
bfredl
2023-05-06
|
\
|
*
fix(tui): redraw on SIGWINCH even if size didn't change
zeertzjq
2023-05-01
*
|
fix(tui): grid_clear properly clears the screen
Luuk van Baal
2023-05-03
|
/
*
fix(tui): position cursor at bottom-left before stopping (#23369)
zeertzjq
2023-04-28
*
refactor: uncrustify
dundargoc
2023-04-26
*
build: update uncrustify to 0.76
Lewis Russell
2023-04-19
*
refactor(build): graduate unibilium VAR_FROM feature from 2017
bfredl
2023-03-03
*
fix(tui): avoid stack-use-after-scope with cursor color (#22435)
zeertzjq
2023-02-28
*
fix(tui): properly check if stdin is a tty (#22321)
zeertzjq
2023-02-19
*
fix: uv_tty_set_mode failed in Windows #22264
Enan Ajmain
2023-02-14
*
fix(tui): exit on input eof
zeertzjq
2023-02-14
*
build: enable MSVC level 3 warnings (#21934)
dundargoc
2023-02-11
*
refactor(exit): pass error message to preserve_exit() (#22097)
zeertzjq
2023-02-04
*
fix(tui): detach/attach on suspend/resume (#22040)
zeertzjq
2023-02-02
*
fix(exit): skip unnecessary steps in TUI preserve_exit() (#21897)
zeertzjq
2023-02-02
*
fix(tui): set stdin as "blocking" on exit (#21973)
zeertzjq
2023-01-25
*
feat(tui): support altfont mode in tui.c
Paul "LeoNerd" Evans
2023-01-24
*
refactor(highlight): reshape the HL_UNDER* bits into a 3-bit integer mask
Paul "LeoNerd" Evans
2023-01-24
*
Merge pull request #21831 from bfredl/nofd
bfredl
2023-01-16
|
\
|
*
fix(ui): re-organize tty fd handling and fix issues
bfredl
2023-01-16
*
|
refactor: fix IWYU mapping file and use IWYU (#21802)
dundargoc
2023-01-15
|
/
*
fix(tui): do not invoke loop recursively for pad()
bfredl
2023-01-06
*
refactor(ui): devirtualize the ui layer
bfredl
2023-01-05
*
fix(tui): make a copy of data->params before unibi_format() (#21643)
zeertzjq
2023-01-05
*
refactor(api): do not allocate temporaries for internal events
bfredl
2023-01-03
*
fix(tui): do not set ui_client_termname if it is already set (#21607)
zeertzjq
2023-01-01
*
Merge pull request #18375 from bfredl/tui_rework
bfredl
2022-12-31
|
\
|
*
fix(tui): more work in the TUI
bfredl
2022-12-31
|
*
feat(tui): run TUI as external process
hlpr98
2022-12-31
*
|
refactor(sleep): simplify rube goldberg implementation of :sleep
bfredl
2022-12-30
|
/
*
refactor(tui): use nvim_echo() for verbose terminfo
bfredl
2022-12-20
*
fix(tui): set cursor color param as string when required #21407
Tom Churchman
2022-12-18
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
refactor: fix clang-tidy warnings
dundargoc
2022-11-06
*
vim-patch:partial:6ebe4f970b8b (#20860)
Christian Clason
2022-10-29
*
fix(tui): resume main thread if suspending isn't implemented (#20523)
zeertzjq
2022-10-08
*
build(deps): require libtermkey version 0.22
Andreas Schneider
2022-09-28
*
refactor: move klib out of src/nvim/ #20341
dundargoc
2022-09-25
*
fix(tui): handle padding requirements for visual bell (#20238)
zeertzjq
2022-09-20
*
vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)
dundargoc
2022-09-18
*
feat(tui): support undercurl when Konsole version >= 221170 (#20219)
zeertzjq
2022-09-16
*
feat(tui): support 'mousemoveevent'
zeertzjq
2022-09-04
*
refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)
zeertzjq
2022-08-11
*
feat(tui): allow grid and host to disagree on ambiguous-width chars (#19686)
zeertzjq
2022-08-09
[next]