]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When a program launched on the local console exits, the shell will
authorMaxime Henrion <mux@FreeBSD.org>
Sat, 4 May 2002 15:42:38 +0000 (15:42 +0000)
committerMaxime Henrion <mux@FreeBSD.org>
Sat, 4 May 2002 15:42:38 +0000 (15:42 +0000)
commit614be65181a860df69afa9bc1e82971e79d47b66
tree51cd1a2faf174a1a269453c6689c0b992b308aad
parentcdb886795d3988051119118269c49936a462d50f
When a program launched on the local console exits, the shell will
call read() to get the next command, and scread() disables the
screensaver.  We don't want this behaviour in the sc_saver_keybonly
case.

Submitted by: Olivier Houchard <doginou@ci0.org>
sys/dev/syscons/syscons.c