sortix--sortix/editor
Jonas 'Sortie' Termansen 9554bab714 Add editor highlight support for diff. 2015-10-28 16:28:17 +01:00
..
.gitignore
Makefile
command.c++ Handle movement between editor lines with tabs. 2014-12-07 20:31:04 +01:00
command.h++
cursor.c++
cursor.h++
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.c++ Add editor highlight support for diff. 2015-10-28 16:28:17 +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++
input.h++
modal.c++ Add editor highlight support for diff. 2015-10-28 16:28:17 +01:00
modal.h++ Add line numbering to editor. 2014-12-07 20:31:22 +01:00
multibyte.c++
multibyte.h++
terminal.c++ Fix editor rendering special characters to the terminal. 2015-04-05 01:20:09 +02:00
terminal.h++