sortix-mirror/editor
Jonas 'Sortie' Termansen 6c339085fe Highlight binary constants in the editor. 2014-12-28 20:18:58 +01:00
..
.gitignore Move editor to its own subdirectory. 2014-12-07 20:29:08 +01:00
Makefile Move editor to its own subdirectory. 2014-12-07 20:29:08 +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++ Move editor to its own subdirectory. 2014-12-07 20:29:08 +01:00
cursor.h++ Move editor to its own subdirectory. 2014-12-07 20:29:08 +01:00
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++ Move editor to its own subdirectory. 2014-12-07 20:29:08 +01:00
editor.h++ Add line numbering to editor. 2014-12-07 20:31:22 +01:00
highlight.c++ Highlight binary constants in the editor. 2014-12-28 20:18:58 +01:00
highlight.h++ Move editor to its own subdirectory. 2014-12-07 20:29:08 +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 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++ 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++ Move editor to its own subdirectory. 2014-12-07 20:29:08 +01:00
terminal.h++ Move editor to its own subdirectory. 2014-12-07 20:29:08 +01:00