aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/terminal.c
Commit message (Expand)AuthorAge
* terminal: Refactor to use `state_enter`Thiago de Arruda2015-10-26
* terminal: Don't store a buf_T reference in the terminal structThiago de Arruda2015-09-18
* terminal: Run screen refresh timer in a deferred queueThiago de Arruda2015-09-18
* term: Do not highlight bold text by default. #3333Enrico Ghirardi2015-09-12
* terminal: Fix use after freeThiago de Arruda2015-08-22
* terminal: Only wipe buffer terminal_close wasn't calledThiago de Arruda2015-08-21
* terminal.c: Events in terminal_enter() should not free the terminaloni-link2015-08-21
* event: Refactor async event processingThiago de Arruda2015-08-13
* terminal: Ensure terminal buffers are flushed on exitThiago de Arruda2015-08-13
* loop: Simplify loop.c and move some code to input.cThiago de Arruda2015-08-13
* event loop: New abstraction layer with refactored time/signal APIThiago de Arruda2015-07-17
* terminal.c: Fix memory leak #2982oni-link2015-07-14
* doc: Fix some typos and trailing whitespace. #2875Lucas Hoffmann2015-06-21
* terminal : don't set vterm size to 0 (workaround #2732)Frederik Van Slycken2015-05-31
* Remove char_u: ex_docmd:do_cmdline_cmd()Michael Reed2015-05-13
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* Merge pull request #2404 from Pyrohh/coverity-108870Michael Reed2015-04-11
|\
| * coverity/108870: Missing break in switchMichael Reed2015-04-10
* | Remove all references to JobActivityMarco Hinz2015-04-11
|/
* coverity/{108271,108272,108273}: add fallthrough annotation #2362Alexey Shmalko2015-04-10
* Add new highlight groups TermCursor/TermCursorNCMarco Hinz2015-04-09
* Merge pull request #2346 from splinterofchaos/fix-terminalScott Prager2015-04-08
|\
| * term: ensure term->buf is validScott Prager2015-04-07
| * term: use window col offset to calculate widthScott Prager2015-04-05
| * term: after <C-\>, resume normal input loopScott Prager2015-04-05
| * terminal: Handle loss of focus in event loop.Scott Prager2015-04-05
* | Fix warnings: terminal.c: get_config_int(): Dead init: RI.Eliseo Martínez2015-04-07
* | Fix warnings: terminal.c: get_config_string(): Dead init: RI.Eliseo Martínez2015-04-07
* | Fix warnings: terminal.c: redraw(): Np dereference: RI.Eliseo Martínez2015-04-07
|/
* Modeline cleanupMichael Reed2015-03-31
* terminal: New module that implements a terminal emulatorThiago de Arruda2015-03-25