fix: make help tab read-only (stty -echo -icanon)

This commit is contained in:
Mortdecai
2026-03-26 19:22:16 -04:00
parent ff33967020
commit 59db3ab59a
2 changed files with 6 additions and 2 deletions
+1
View File
@@ -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