shrc: set stty status
on OpenBSD
This commit is contained in:
parent
db98b73ff2
commit
95a8ef0800
1 changed files with 4 additions and 0 deletions
|
@ -59,6 +59,10 @@ esac
|
||||||
export PS1
|
export PS1
|
||||||
|
|
||||||
case $(uname -s) in
|
case $(uname -s) in
|
||||||
|
OpenBSD)
|
||||||
|
# Seems it's just set in /etc/rc and isn't inherited by the shell.
|
||||||
|
stty status "^T"
|
||||||
|
;;
|
||||||
Linux)
|
Linux)
|
||||||
stty erase "^?"
|
stty erase "^?"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue