mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
clean up the case where we don't have screen
This commit is contained in:
parent
c04f430760
commit
35d3692050
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ fix_term ()
|
||||||
echo $1
|
echo $1
|
||||||
else
|
else
|
||||||
case $1 in
|
case $1 in
|
||||||
rxvt|xterm?*|kterm|putty)
|
rxvt|xterm?*|kterm|putty|screen)
|
||||||
fix_term xterm
|
fix_term xterm
|
||||||
;;
|
;;
|
||||||
*rxvt?*|Eterm|aterm)
|
*rxvt?*|Eterm|aterm)
|
||||||
|
|
Loading…
Add table
Reference in a new issue