sortix-mirror/sh
Jonas 'Sortie' Termansen 0bb608b09e Support 8-bit/24-bit color and more escape codes in the graphical console.
The console has gained these escape codes:
 - Set color to any of 256 entries in the palette.
 - Set color to any 24-bit RGB value.
 - Inverse mode.
 - Bold mode.
 - Underline mode.
 - Move cursor to line N.
 - \a is now ignored.

The effectively unused ATTR_CHAR has been removed. Parsing of escape codes
has been improved. The graphical palette has been changed to the tango
colors, which makes Sortix look a bit differently. Some user-space programs
have been changed to use different colors that look better under the new
palette.

Remove const from methods that weren't really const and remove mutable
keyword workaround.
2016-11-27 11:19:03 +01:00
..
.gitignore Move sh to its own directory. 2014-12-07 18:25:09 +01:00
Makefile Convert sh to C. 2016-03-03 23:02:24 +01:00
editline.c Switch sh(1) to termios. 2016-11-22 21:36:43 +01:00
editline.h Switch sh(1) to termios. 2016-11-22 21:36:43 +01:00
proper-sh.c Fix execl(3) sentinel undefined behaviour. 2016-09-30 23:36:49 +02:00
sh.c Support 8-bit/24-bit color and more escape codes in the graphical console. 2016-11-27 11:19:03 +01:00
showline.c Switch sh(1) to termios. 2016-11-22 21:36:43 +01:00
showline.h Switch sh(1) to termios. 2016-11-22 21:36:43 +01:00
util.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
util.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00