From ee1547cb6c9a8586e28b31092e28c4d196b6d8ff Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Tue, 9 Nov 2021 19:03:08 +0100 Subject: [PATCH] reworked pane / tty introspection (3) fixed _pane_info() when running under Cygwin --- .tmux.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 32b7b78..164836b 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -509,7 +509,6 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration' # while (child[pid]) # pid = child[pid] # -# print pid":"user[pid]":"command[pid] # file = "/proc/" pid "/cmdline"; getline command < file; close(file) # gsub(/\0/, " ", command) # "id -un " user[pid] | getline username