aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/terminal.c
Commit message (Expand)AuthorAge
* screen.c: fix lintBjörn Linse2017-06-14
* screen.c: make more highlights window specificBjörn Linse2017-06-14
* lint: fix indentation of FUNC_ATTR linesBjörn Linse2017-06-03
* terminal: Do not change 'number', 'relativenumber' (#6796)Justin M. Keyes2017-05-27
* ui: cleanup UI_CALL wrappersBjörn Linse2017-05-10
* terminal: refresh before on_exit. #5217Richard Adenling2017-05-08
* api_clear_error()Justin M. Keyes2017-04-23
* api: Do not truncate errors <1 MB. #6237Sander Bosma2017-04-23
* *: Add comment to all C filesZyX2017-04-19
* *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
* terminal.c:redraw(): Avoid invalid cursor col (#6379)Justin M. Keyes2017-03-29
* terminal: global 'scrollback' #6352Jakob Schnitzer2017-03-27
* terminal: Avoid invalid cursor col (#6265)Justin M. Keyes2017-03-22
* terminal: disable 'list' by default (#6246)raichoo2017-03-12
* terminal.c: Reset cursor postion when using termopen() (#6212)oni-link2017-03-04
* terminal: Restore settings on same window only.Justin M. Keyes2017-03-02
* terminal: Avoid unnecessary redraws.Justin M. Keyes2017-03-01
* terminal: Disable some options in terminal-mode.Justin M. Keyes2017-03-01
* terminal: Keep cursor position.Justin M. Keyes2017-03-01
* Merge #6112 from ZyX-I/split-eval'/buf_get_changedtickJustin M. Keyes2017-02-27
|\
| * api: Rename dict_set_value to dict_set_varZyX2017-02-23
* | terminal.c/redraw(): Remove cargo cult.Justin M. Keyes2017-02-26
* | terminal: Follow output only if cursor is at end.Justin M. Keyes2017-02-26
* | terminal: 'scrollback'Justin M. Keyes2017-02-26
* | terminal: Allow undo and 'modifiable'.Justin M. Keyes2017-02-26
|/
* terminal: Initialize colors in reverse order (#6160)Koichi Shiraishi2017-02-23
* ui_detach: Do not redraw during teardown/exit.Justin M. Keyes2017-02-14
* 'inccommand': Introduce CMDPREVIEW state.Justin M. Keyes2016-11-15
* test/terminal: Cover race when :term shell process exits.Justin M. Keyes2016-10-12
* event/multiqueue.c: Rename "queue" to "multiqueue".Justin M. Keyes2016-10-02
* api: make nvim[_obj]_set_var and _del_var not return the old valueBjörn Linse2016-09-15
* api: unify buffer numbers and window ids with handlesBjörn Linse2016-08-31
* build: initialize variable (#5194)Matt Fowles Kulukundis2016-08-19
* terminal: Ensure b:term_title always has a valueJosh Triplett2016-07-12
* Always resize the embedded vterm properlyMarco Hinz2016-06-20
* *: Fix errors from new linter checksZyX2016-06-11
* *: Rename main loop variable from loop to main_loopZyX2016-05-30
* Merge pull request #4350 from DarkDefender/term_colorJustin M. Keyes2016-05-06
|\
| * Fix guessing incorrect color index in terminalSebastian Parborg2016-03-01
* | api: Replace set_var(name, NIL) with del_var(name)ZyX2016-04-18
* | terminal.c: temporary fix for incorrect paste handlingBjörn Linse2016-03-31
|/
* Merge pull request #4274 from DarkDefender/patch-1Justin M. Keyes2016-02-25
|\
| * Fix terminal true color bold colorsSebastian Parborg2016-02-23
* | Merge pull request #4296 from mhinz/fix-termcloseJustin M. Keyes2016-02-21
|\ \
| * | Make TermClose event return the associated bufferMarco Hinz2016-02-21
| |/
* / terminal_open: do not force autocmdsJustin M. Keyes2016-02-19
|/
* terminal: less babysitting of mapped_ctrl_cJustin M. Keyes2016-01-13
* vim-patch:7.4.569/573Shougo Matsushita2016-01-13
* input: Do not set high-bit; preserve ALT modifier.Justin M. Keyes2016-01-11
* Enable focus events in cmdline and terminal modesJoe Hermaszewski2015-11-23