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
Commit message (
Expand
)
Author
Age
*
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
*
fix(unittests): fix TUI broken test previously ignored
bfredl
2023-01-18
*
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: replace char_u with char
Dundar Göc
2022-08-31
*
feat(tui): recognize sidescroll events (#19992)
zeertzjq
2022-08-30
*
refactor(api): provide a temporary copy solution for nvim_call_atomic
bfredl
2022-08-24
*
refactor(arena): use a shared block freelist
bfredl
2022-08-24
*
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
*
fix(tui): add fixups for hterm family #19078
Nicolas Hillegeer
2022-07-08
*
feat(tui): try terminfo for [re]set_cursor_color OSC #19255
Wsevolod
2022-07-07
*
Merge pull request #19180 from zeertzjq/tui-kitty-keypad
zeertzjq
2022-07-07
|
\
|
*
feat(tui): recognize keypad keys when using kitty keyboard protocol
erw7
2022-07-04
*
|
fix(tui): resize at startup #17795
Javier Lopez
2022-07-04
|
/
*
refactor: remove unnecessary volatile #19210
erw7
2022-07-04
*
refactor(highlight)!: rename attributes to match Vim (#19159)
zeertzjq
2022-06-30
*
perf(memory): use an arena for RPC decoding
bfredl
2022-06-14
*
fix(terminfo): disable smglr for vtpcon and conemu (#18855)
zeertzjq
2022-06-05
*
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
2022-05-25
*
feat(terminfo): bump built-in terminfo entries (#18570)
Marco Hinz
2022-05-16
*
fix(tui): disable extended keys before exiting alternate screen (#18318)
zeertzjq
2022-04-30
*
refactor(uncrustify): change rules to better align with the style guide
Dundar Goc
2022-04-29
*
refactor(uncrustify): format all c code under /src/nvim/
Dundar Goc
2022-04-29
*
feat(tui): query terminal for CSI u support (#18181)
Gregory Anders
2022-04-25
*
Merge pull request #18145 from bfredl/term_opt
bfredl
2022-04-20
|
\
[next]