diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-01-31 01:46:03 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-01-31 01:46:03 +0100 |
commit | cada30c0b184d5d532fc484c9b07844183007468 (patch) | |
tree | cbb7d8ea468a2de7016e118f3e0115a1ab4d3eff /config | |
parent | 6802c64d56f1d6603d95b3305f1dd9908c3777bf (diff) |
Use TERM=mach-gnu-color instead of mach-color
mach-gnu-color was added to upstream ncurses as the GNU variant of the Mach
kernel console.
* config/ttys (console): Set type to mach-gnu-color.
Diffstat (limited to 'config')
-rw-r--r-- | config/ttys | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ttys b/config/ttys index 6a548d59..2b3464d1 100644 --- a/config/ttys +++ b/config/ttys @@ -4,7 +4,7 @@ # name program type status comments -console "/libexec/getty 9600" mach-color on secure trusted console +console "/libexec/getty 9600" mach-gnu-color on secure trusted console tty1 "/libexec/getty 38400" hurd on secure trusted console tty2 "/libexec/getty 38400" hurd on secure trusted console tty3 "/libexec/getty 38400" hurd on secure trusted console |