aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/term.c
Commit message (Expand)AuthorAge
* refactor: Remove term modules and termcap optionsThiago de Arruda2015-02-21
* Enable -Wconversion: Passing-by: Remove dead code (MACOS_CONVERT).Eliseo Martínez2015-02-18
* Enable -Wconversion: ui.c.Eliseo Martínez2015-02-18
* cleanup: Remove unused functions and builtin termcapsThiago de Arruda2015-02-16
* ui: Remove/adapt some old code for a big UI refactorThiago de Arruda2015-02-16
* fix #1839: decrement mouse row and colglebtv2015-01-26
* Merge pull request #1816 from Pyrohh/macro_cleanupJustin M. Keyes2015-01-15
|\
| * Macro cleanup: PROTOMichael Reed2015-01-14
* | term: Fix shell_resized for abstract_uiThiago de Arruda2015-01-13
* | ui: Fix redraw bug caused by race conditions with remote clientsThiago de Arruda2015-01-13
* | ui: Fix out_flush/ui_write behavior to always flush for abstract_uiThiago de Arruda2015-01-13
* | ui: Add mising T_CSV code to abstract_ui termcapThiago de Arruda2015-01-13
|/
* Remove QNX/pterm remnantsMichael Reed2015-01-11
* Cleanup: Rename getdigits() family functions.Eliseo Martínez2015-01-11
* Cleanup: Refactor variables: long --> int.Eliseo Martínez2015-01-11
* Cleanup: Refactor getdigits().Eliseo Martínez2015-01-11
* Remove long_u: term: Remove dead code using long_u.Eliseo Martínez2015-01-10
* Remove long_u: term: Enable -Wconversion.Eliseo Martínez2015-01-10
* globals.h: Remove unused global variableSteven Oliver2015-01-02
* Remove Amiga remnantsMichael Reed2014-12-19
* docs: Remove BeOS/Haiku remnantsMichael Reed2014-12-09
* ui: Add abstract_ui termcap and split UI layerThiago de Arruda2014-12-08
* mouse: Remove CHECK_DOUBLE_CLICK conditionalsThiago de Arruda2014-12-02
* term: Move more mouse functions to mouse.cThiago de Arruda2014-12-02
* term: Remove most calls to settmodeThiago de Arruda2014-12-02
* term: Move "set_shellsize" to screen.c as "screen_resize"Thiago de Arruda2014-12-02
* Merge pull request #1491 from Pyrohh/os2-and-misc-cleanupJustin M. Keyes2014-11-28
|\
| * Remove Atari MiNT referencesMichael Reed2014-11-27
* | mch_init -> term_initScott Prager2014-11-28
* | mch_write -> term_writeScott Prager2014-11-28
|/
* ui: Remove ui_delay, ui_breakcheck and ui_set_shellsizeThiago de Arruda2014-11-27
* vim-patch:7.4.359Scott Prager2014-09-19
* vim-patch:7.4.305Scott Prager2014-09-19
* api: Implement '--embedded-mode' command-line optionThiago de Arruda2014-08-28
* Make ttyfast default to true on all terminals #1051Fredrik Fornwall2014-08-18
* Merge #814 'Remove dead #ifdefed code'Justin M. Keyes2014-08-07
|\
| * Remove EBCDIC: Remove IF_EB macrosPavel Platto2014-08-02
| * Remove BEOS_PR_OR_BETTERPavel Platto2014-08-02
| * Remove BeOS DR8 specific hackPavel Platto2014-08-02
* | Remove unused USE_TERM_CONSOLE ifdefs #1015Fredrik Fornwall2014-08-07
* | Drop SGI IRIS support. #1006Fredrik Fornwall2014-08-07
|/
* Partial C99 cleanup of term.c #1020Fredrik Fornwall2014-08-01
* Remove FEAT_MOUSE_JSBFredrik Fornwall2014-07-29
* term: replace gettimeofday()Nicolas Hillegeer2014-07-21
* Use strict function prototypes #945Pavel Platto2014-07-14
* Include stdbool.h in some files which use itPavel Platto2014-07-11
* move errno.h include out of vim.hBrandon Coleman2014-07-09
* move <inttypes.h> include out of vim.hBrandon Coleman2014-07-09
* move ascii.h include out of vim.hBrandon Coleman2014-07-09
* Replaced most TRUE/FALSE macros in arabic, mbyte and spell. #645Klemen Košir2014-07-08