fix: make help tab read-only (stty -echo -icanon)
This commit is contained in:
@@ -12,6 +12,7 @@ tmux new-window -t "$SESSION" -n "git"
|
||||
tmux new-window -t "$SESSION" -n "run"
|
||||
tmux new-window -t "$SESSION" -n "logs"
|
||||
tmux new-window -t "$SESSION" -n "help" "/opt/sethmux/sethmux-help.sh"
|
||||
tmux set-option -t "$SESSION:help" -p remain-on-exit on
|
||||
tmux select-window -t "$SESSION:1"
|
||||
|
||||
# Ensure logs dir exists
|
||||
|
||||
Reference in New Issue
Block a user