shrc: set stty status
on OpenBSD
This commit is contained in:
parent
db98b73ff2
commit
95a8ef0800
@ -59,6 +59,10 @@ esac
|
||||
export PS1
|
||||
|
||||
case $(uname -s) in
|
||||
OpenBSD)
|
||||
# Seems it's just set in /etc/rc and isn't inherited by the shell.
|
||||
stty status "^T"
|
||||
;;
|
||||
Linux)
|
||||
stty erase "^?"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user