Files
neovim/runtime
Thiago de Arruda 3baba1e7bc refactor: Remove term modules and termcap options
- Removed term.c, term.h and term_defs.h
- Tests for T_* values were removed. screen.c was simplified as a
  consequence(the best strategy for drawing is implemented in the UI layer)
- Redraw functions now call ui.c functions directly. Updates are flushed with
  `ui_flush()`
- Removed all termcap options(they now return empty strings for compatibility)
- &term/&ttybuiltin options return a constant value(nvim)
- &t_Co is still available, but it mirrors t_colors directly
- Remove cursor tracking from screen.c and the `screen_start` function. Now the
  UI is expected to maintain cursor state across any call, and reset it when
  resized.
- Remove unused code
2015-02-21 05:08:21 -03:00
..
2015-01-21 07:27:01 +01:00
2015-01-04 20:28:08 +01:00
2015-01-20 15:11:00 +01:00
2014-12-19 15:28:49 -05:00
2015-02-17 01:10:49 -05:00
2014-11-27 23:42:40 -05:00
2015-01-26 02:17:13 -05:00
2014-12-19 15:28:49 -05:00
2014-12-19 15:28:49 -05:00
2014-07-29 02:12:31 +00:00
2015-01-04 19:42:30 +01:00
2014-12-30 13:51:39 +01:00
2015-01-15 18:55:44 -03:00