Commit Graph

7 Commits

Author SHA1 Message Date
Jonas 'Sortie' Termansen db79994e64 Refactored all the sortix headers into a include directory.
Also got rid of trailing white space. That corrupted .git/.

Big ass-commit because of recovered .git directory.
2012-03-22 00:52:29 +01:00
Jonas 'Sortie' Termansen c9ab4fa6b4 The sortix vga terminal now can delete tabs and newlines properly.
A nice little vga attribute array takes care of remembering what indexes
actually contains a character.
2012-03-18 18:06:13 +01:00
Jonas 'Sortie' Termansen 14a9149f17 Added detection for an obscure bug to let users know I know about it. 2012-03-18 17:36:31 +01:00
Jonas 'Sortie' Termansen 2db3c902fb Fixed missing breaks in switch in vgaterminal.cpp. 2011-11-02 11:39:02 +01:00
Jonas 'Sortie' Termansen cd78c42c78 VGA Cursor code is now in vga.cpp. 2011-08-23 21:02:15 +02:00
Jonas 'Sortie' Termansen 47c44caa8d Fixed move-cursor-left bug in vgaterminal. 2011-08-21 12:52:56 +02:00
Jonas 'Sortie' Termansen 9b79673dcb Initial version of Sortix. 2011-08-05 14:25:00 +02:00