aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/tui
Commit message (Expand)AuthorAge
* refactor: remove longdundargoc2023-09-29
* fix(tui): make :cquit work properly with remote TUI (#25313)zeertzjq2023-09-23
* fix(tui): don't overwrite an assertion faliure message on exitbfredl2023-09-21
* refactor(grid): change schar_T representation to be more compactbfredl2023-09-19
* refactor(map): enhanced implementation, Clean Codeā„¢, etc etcbfredl2023-09-08
* refactor(tui): check for out of bound access after snprintf (#24751)Thomas Vigouroux2023-08-19
* refactor: remove some (const char **) casts (#24423)zeertzjq2023-07-22
* feat(tui): support Super and Meta modifiers (#24357)zeertzjq2023-07-15
* fix(tui): restore title before exiting alternate screen (#23776)zeertzjq2023-05-27
* refactor(api): new helper macrosFamiu Haque2023-05-23
* fix(tui): make disabling title restore old title from stack (#23585)zeertzjq2023-05-19
* refactor(map): avoid duplicated khash_t types for valuesbfredl2023-05-17
* Merge pull request #23415 from zeertzjq/sigwinch-redrawbfredl2023-05-06
|\
| * fix(tui): redraw on SIGWINCH even if size didn't changezeertzjq2023-05-01
* | fix(tui): grid_clear properly clears the screenLuuk van Baal2023-05-03
|/
* fix(tui): position cursor at bottom-left before stopping (#23369)zeertzjq2023-04-28
* refactor: uncrustifydundargoc2023-04-26
* build: update uncrustify to 0.76Lewis Russell2023-04-19
* refactor(build): graduate unibilium VAR_FROM feature from 2017bfredl2023-03-03
* fix(tui): avoid stack-use-after-scope with cursor color (#22435)zeertzjq2023-02-28
* docs: fix typos (#22353)zeertzjq2023-02-22
* refactor(tui/input.c): remove unused multithreading code (#22342)zeertzjq2023-02-21
* refactor(main.c): remove unreachable use_builtin_ui conditions (#22338)zeertzjq2023-02-20
* fix(tui): properly check if stdin is a tty (#22321)zeertzjq2023-02-19
* fix: uv_tty_set_mode failed in Windows #22264Enan Ajmain2023-02-14
* fix(tui): exit on input eofzeertzjq2023-02-14
* build: enable MSVC level 3 warnings (#21934)dundargoc2023-02-11
* refactor(exit): pass error message to preserve_exit() (#22097)zeertzjq2023-02-04
* fix(tui): detach/attach on suspend/resume (#22040)zeertzjq2023-02-02
* fix(exit): skip unnecessary steps in TUI preserve_exit() (#21897)zeertzjq2023-02-02
* refactor(tests): run unittests using main nvim binary in interpreter modebfredl2023-01-31
* fix(tui): set stdin as "blocking" on exit (#21973)zeertzjq2023-01-25
* feat(tui): support altfont mode in tui.cPaul "LeoNerd" Evans2023-01-24
* refactor(highlight): reshape the HL_UNDER* bits into a 3-bit integer maskPaul "LeoNerd" Evans2023-01-24
* fix(unittests): fix TUI broken test previously ignoredbfredl2023-01-18
* Merge pull request #21831 from bfredl/nofdbfredl2023-01-16
|\
| * fix(ui): re-organize tty fd handling and fix issuesbfredl2023-01-16
* | refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc2023-01-15
|/
* fix(tui): do not invoke loop recursively for pad()bfredl2023-01-06
* refactor(ui): devirtualize the ui layerbfredl2023-01-05
* fix(tui): make a copy of data->params before unibi_format() (#21643)zeertzjq2023-01-05
* refactor(api): do not allocate temporaries for internal eventsbfredl2023-01-03
* fix(tui): do not set ui_client_termname if it is already set (#21607)zeertzjq2023-01-01
* Merge pull request #18375 from bfredl/tui_reworkbfredl2022-12-31
|\
| * fix(tui): more work in the TUIbfredl2022-12-31
| * feat(tui): run TUI as external processhlpr982022-12-31
* | refactor(sleep): simplify rube goldberg implementation of :sleepbfredl2022-12-30
|/
* refactor(tui): use nvim_echo() for verbose terminfobfredl2022-12-20
* fix(tui): set cursor color param as string when required #21407Tom Churchman2022-12-18
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15