aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/tui/tui.c
Commit message (Expand)AuthorAge
* syntax, TUI: support "strikethrough"Jaskaran Singh2019-09-13
* events: loop_schedule() is unclear, rename it loop_schedule_fast()Björn Linse2019-08-31
* paste: tickle cursorJustin M. Keyes2019-08-27
* tui: handle Smulx extension capability (extended underline) (#9097)Daniel Hahler2019-08-22
* TUI: do not use "starting" global mutated by main threadBjörn Linse2019-08-15
* terminfo_start: use unibi_from_term, skip without TERM (#10670)Daniel Hahler2019-08-02
* env: invalid pointer after os_setenv() #10558erw72019-07-23
* win/TUI: workaround libuv LF => CRLF conversion #10558erw72019-07-23
* tui:cursor_goto(): remove dead code #9952Justin M. Keyes2019-04-28
* tui/input.c: rename functionsJustin M. Keyes2019-03-25
* tui_tk_ti_getstr: handle weird value #9688Boskovits2019-03-07
* floats: implement floating windowsBjörn Linse2019-03-02
* TUI: do not resize host-terminal on startup (#9645)Justin M. Keyes2019-02-25
* Merge #5027 'TUI: detect background color'Justin M. Keyes2019-02-17
|\
| * Merge #5027 'TUI: detect background color'Justin M. Keyes2019-01-17
| |\
| | * Automatically detect terminal background and set bg=dark or bg=lightJosh Triplett2016-07-24
* | | TUI: assume italics support in all xterm-likesJustin M. Keyes2019-02-12
* | | TUI: sniff nsterm (Terminal.app) from $TERM_PROGRAMJustin M. Keyes2019-02-11
* | | TUI: force italics in tmuxJustin M. Keyes2019-02-11
* | | TUI: italics in Terminal.app (nsterm)Justin M. Keyes2019-02-11
* | | ui/compositor: add redraws needed due to intersected doublewidth chars.Björn Linse2019-02-02
|/ /
* | PVS/V751: tui.c, Parameter is not usedJustin M. Keyes2019-01-04
* | UGRID_FOREACH_CELL: avoid shadowed variablesJustin M. Keyes2019-01-02
* | TUI: Konsole DECSCUSR fixup (#9423)Justin M. Keyes2018-12-31
* | Merge #9408 from justinmk/tui-title-stackingJustin M. Keyes2018-12-31
|\ \
| * | TUI: attempt "title stacking" unconditionallyJustin M. Keyes2018-12-29
* | | Merge #9401 from justinmk/pr-win-erw7Justin M. Keyes2018-12-30
|\ \ \ | |/ / |/| |
| * | win/TUI: ConEmu: get back_color_erase from terminfoJustin M. Keyes2018-12-30
| * | refactor: Extract os_tty_guess_term()Justin M. Keyes2018-12-30
| * | Merge 'upstream/master' into pr-win-erw7Justin M. Keyes2018-12-27
| |\ \
| * | | win/TUI: Fix scroll on Windows legacy consoleerw72018-12-27
| * | | win/TUI: ConEmu: set immediate_wrap_after_last_column #9094erw72018-12-27
| * | | win/TUI: builtin terminfos for cygwin, conemu, et al.erw72018-12-27
| * | | win/TUI: SetConsoleMode() to override libuv #9094erw72018-12-27
* | | | TUI: enter/exit alternate screen with "title stacking" (#9407)Justin M. Keyes2018-12-29
| |/ / |/| |
* | | TUI: TERM=nstermJustin M. Keyes2018-12-16
* | | TUI: detect BSD vt consoleJustin M. Keyes2018-12-16
* | | Merge pull request #9368 from bfredl/doublewrapBjörn Linse2018-12-15
|\ \ \
| * | | TUI: handle wrap of doublewidth chars correctlyBjörn Linse2018-12-15
* | | | TUI: Konsole 18.07.70 supports DECSCUSR (#9364)Justin M. Keyes2018-12-14
|/ / /
* | | TUI: alacritty supports set_cursor_color #9353Patrice Peterson2018-12-11
* | | TUI: don't use BCE with attributes affecting backgroundBjörn Linse2018-12-11
* | | TUI: set_underline_color: only support colon form #9279Daniel Hahler2018-11-29
* | | TUI: support TERM=nsterm (#9244)Justin M. Keyes2018-11-18
* | | TUI: attrs -> attr_id refactorBjörn Linse2018-11-11
* | | UI/TUI: improvements and cleanups for scrolling and clearingBjörn Linse2018-11-11
|/ /
* | TUI: Avoid reset_cursor_color in old VTE #9191Sam Wilson2018-11-03
* | tui.c: Fix ext.set_underline_color for !has_colon_rgbJustin M. Keyes2018-10-20
* | TUI: delete "first-row" workaround after resizeBjörn Linse2018-10-06
* | TUI: always use safe cursor movement after resizeBjörn Linse2018-10-06