sortix-mirror/editor
Jonas 'Sortie' Termansen 01ee906d25 Add editor(5). 2016-02-07 14:58:38 +01:00
..
.gitignore Move editor to its own subdirectory. 2014-12-07 20:29:08 +01:00
Makefile Add editor(5). 2016-02-07 14:58:38 +01:00
command.c++ Handle movement between editor lines with tabs. 2014-12-07 20:31:04 +01:00
command.h++ Add control-arrow commands to editor. 2014-12-07 20:30:53 +01:00
cursor.c++ Fix files with incorrect copyright headers. 2016-02-03 01:01:20 +01:00
cursor.h++ Fix files with incorrect copyright headers. 2016-02-03 01:01:20 +01:00
display.c++ Fix double semicolons. 2015-04-05 01:20:09 +02:00
display.h++ Handle movement between editor lines with tabs. 2014-12-07 20:31:04 +01:00
editor.1 Add editor(5). 2016-02-07 14:58:38 +01:00
editor.5 Add editor(5). 2016-02-07 14:58:38 +01:00
editor.c++ Add editor(5). 2016-02-07 14:58:38 +01:00
editor.h++ Add editor highlight support for diff. 2015-10-28 16:28:17 +01:00
highlight.c++ Add editor highlight support for diff. 2015-10-28 16:28:17 +01:00
highlight.h++ Add editor highlight support for diff. 2015-10-28 16:28:17 +01:00
input.c++ Add control-arrow commands to editor. 2014-12-07 20:30:53 +01:00
input.h++ Move editor to its own subdirectory. 2014-12-07 20:29:08 +01:00
modal.c++ Add editor(5). 2016-02-07 14:58:38 +01:00
modal.h++ Add editor(5). 2016-02-07 14:58:38 +01:00
multibyte.c++ Move editor to its own subdirectory. 2014-12-07 20:29:08 +01:00
multibyte.h++ Move editor to its own subdirectory. 2014-12-07 20:29:08 +01:00
terminal.c++ Fix editor rendering special characters to the terminal. 2015-04-05 01:20:09 +02:00
terminal.h++ Move editor to its own subdirectory. 2014-12-07 20:29:08 +01:00