aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/terminal.c
Commit message (Expand)AuthorAge
* autocmds: TermEnter, TermLeave #8550Usama Hameed2019-09-14
* syntax, TUI: support "strikethrough"Jaskaran Singh2019-09-13
* terminal: fix rgb rendering of palette colorsBjörn Linse2019-09-10
* lint / test groupingDaniel Hahler2019-09-10
* Changes for new VTermColor structPaul "LeoNerd" Evans2019-09-10
* paste: WIP #4448Justin M. Keyes2019-08-27
* ui: transmit "blend=" property of highlight attributesBjörn Linse2019-08-18
* Merge pull request #10171 from blueyed/vim-8.1.1318Daniel Hahler2019-08-09
|\
| * includesDaniel Hahler2019-08-07
* | :terminal : update buffer when switching tabpage #10700Adrien Fabre2019-08-09
|/
* Merge pull request #9883 from bfredl/termredrawBjörn Linse2019-05-14
|\
| * ui/terminal: make terminal state redraw like any other stateBjörn Linse2019-05-14
* | terminal.c: remove unnecessary macroJustin M. Keyes2019-05-02
* | Reset stop_insert_mode in terminal_enter rather than terminal_checkglacambre2019-04-20
|/
* :stopinsert should leave terminal-mode #9856glacambre2019-04-08
* coverity/183543: Null pointer dereference #9836Justin M. Keyes2019-04-03
* keymap, terminal: more keycodes #9810Olivier G-R2019-03-31
* buffer: use aucmd_prepbuf() instead of switch_to_win_for_buf()Björn Linse2019-03-05
* terminal: Fix potential invalid local 'scrollback' (#9605)Justin M. Keyes2019-02-17
* options: set 'scrollback' to -1 by default #9563Marco Hinz2019-02-04
* :terminal : set topline based on window height #8325Andrew Pyatkov2019-01-29
* terminal: handle size when switching buffers in windowBjörn Linse2019-01-27
* window/ui: reorganize size variables, fix terminal window size with multigrid.Björn Linse2019-01-27
* terminal: simplify sizing logicBjörn Linse2019-01-27
* ui: multigrid mouse supportBjörn Linse2019-01-20
* build: enable -WshadowJustin M. Keyes2019-01-02
* highlight: Fix missing .rgb_sp_color in initializers (#9287)Justin M. Keyes2018-11-30
* refactor: Rename get_term_attr_entryJustin M. Keyes2018-11-27
* terminal: Redraw statusline on title change #8973Josh Triplett2018-09-25
* replace fallthrough comment with macroJan Edmund Lazo2018-09-21
* highlight: refactor to use stateful representationBjörn Linse2018-07-21
* highlight: extract low-level highlight logic from syntax, uiBjörn Linse2018-07-21
* API: emit nvim_buf_lines_event from :terminal #8616KillTheMule2018-07-01
* Merge #7917 'API: buffer updates'Justin M. Keyes2018-06-08
|\
| * Rename some more, fixe borked renamingKillTheMule2018-05-23
| * The grand renamingKillTheMule2018-05-23
| * API: Implement buffer updatesPeter Hodge2018-05-23
* | terminal: flush vterm output buffer on pty output #8486林千里2018-06-08
|/
* api: list information about all channels/jobs.Björn Linse2018-05-23
* terminal: tickle statusline on entering #8323raichoo2018-05-18
* terminal: Leave 'relativenumber' alone (#8360)raichoo2018-05-05
* inccommand: pause :terminal redraws (#8307)Justin M. Keyes2018-04-22
* terminal: do not call redraw_buf_later() (#8306)Justin M. Keyes2018-04-21
* terminal: resize to the max dimensions (#8249)Andrew Pyatkov2018-04-16
* getchar: implement <Cmd> key to invoke command in any modeBjörn Linse2018-03-23
* build/MSVC: fix "C4005: RGB: macro redefinition"Justin M. Keyes2018-03-18
* ui/tui: highlighting refactorBjörn Linse2018-02-11
* :terminal Enter/Leave should not increment jumplistJustin M. Keyes2018-02-07
* channels: more consistent event handlingBjörn Linse2017-11-25
* Merge #7030 'refactor/single-include'Justin M. Keyes2017-10-21