summaryrefslogtreecommitdiff
path: root/twopane.bash
diff options
context:
space:
mode:
Diffstat (limited to 'twopane.bash')
-rwxr-xr-xtwopane.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/twopane.bash b/twopane.bash
index 0001f60..772f9e3 100755
--- a/twopane.bash
+++ b/twopane.bash
@@ -168,7 +168,7 @@ foreground()
168 do 168 do
169 start_top "$@" 169 start_top "$@"
170 connect stdin stdout 170 connect stdin stdout
171 forward_input 171 forward
172 disconnect $stdin $stdout 172 disconnect $stdin $stdout
173 173
174 case "$TOP_EXIT" in 174 case "$TOP_EXIT" in
@@ -177,7 +177,7 @@ foreground()
177 quit ) 177 quit )
178 exit ;; 178 exit ;;
179 prompt | * ) 179 prompt | * )
180 screen -X focus bottom 180 focus bottom
181 break 181 break
182 ;; 182 ;;
183 esac 183 esac