diff options
author | ed <ed@FreeBSD.org> | 2009-11-13 11:28:54 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2009-11-13 11:28:54 +0000 |
commit | a53dc193764a8928da88e20397e66f2899792aca (patch) | |
tree | b86fe80f8a708abb928d56e967531b8056ab7e4e /UPDATING | |
parent | 4e6819803d8a0f9bc9f4706e17f512d154faaecc (diff) | |
download | FreeBSD-src-a53dc193764a8928da88e20397e66f2899792aca.zip FreeBSD-src-a53dc193764a8928da88e20397e66f2899792aca.tar.gz |
Convert syscons on i386 to TERM=xterm.
TEKEN_XTERM is now gone. Because we always use xterm mode now, we only
need a TEKEN_CONS25 switch to go back to cons25.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -24,14 +24,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 9.x IS SLOW: 20091113: The default terminal emulation for syscons(4) has been changed - from cons25 to xterm on all platforms except i386 and pc98. - This means that the /etc/ttys file needs to be updated to ensure - correct operation of applications on the console. + from cons25 to xterm on all platforms except pc98. This means + that the /etc/ttys file needs to be updated to ensure correct + operation of applications on the console. The terminal emulation style can be toggled per window by using - vidcontrol(1)'s -T flag. The TEKEN_XTERM and TEKEN_CONS25 - kernel configuration options can be used to change the - compile-time default. + vidcontrol(1)'s -T flag. The TEKEN_CONS25 kernel configuration + options can be used to change the compile-time default back to + cons25. To prevent graphical artifacts, make sure the TERM environment variable is set to match the terminal emulation that is being |