From 4b0ec916240a7b8bf6adfcf73400a1ed2f05c1b8 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Thu, 17 Apr 2025 15:30:45 +0200 Subject: [PATCH] Update comment in tmux.conf file --- misc/update/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/update/tmux/tmux.conf b/misc/update/tmux/tmux.conf index 18a18860f..2457d8bc3 100644 --- a/misc/update/tmux/tmux.conf +++ b/misc/update/tmux/tmux.conf @@ -41,7 +41,7 @@ set -g status-right "#[fg=yellow]#(free -h | grep 'Mem' | awk '{ print \"RAM Use # Scrollback line buffer per pane set -g history-limit 6000 # 6000 lines of scrollback history -# Keep pane open after process ends - monitor.php requires this for re-spawns (the only config param nZEDB really needs) +# Keep pane open after process ends - monitor.php requires this for re-spawns (the only config param NNTmux really needs) set -g remain-on-exit on # Enable mouse support