sortix--sortix/editor
Jonas 'Sortie' Termansen 29ca566d43 Improve editor syntax highlighting of include statements. 2014-12-07 20:31:23 +01:00
..
.gitignore
Makefile
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++
cursor.h++
display.c++ Add line numbering to editor. 2014-12-07 20:31:22 +01:00
display.h++ Handle movement between editor lines with tabs. 2014-12-07 20:31:04 +01:00
editor.c++
editor.h++ Add line numbering to editor. 2014-12-07 20:31:22 +01:00
highlight.c++ Improve editor syntax highlighting of include statements. 2014-12-07 20:31:23 +01:00
highlight.h++
input.c++ Add control-arrow commands to editor. 2014-12-07 20:30:53 +01:00
input.h++
modal.c++ Add line numbering to editor. 2014-12-07 20:31:22 +01:00
modal.h++ Add line numbering to editor. 2014-12-07 20:31:22 +01:00
multibyte.c++
multibyte.h++
terminal.c++
terminal.h++