mirror of
1
0
Fork 0

reworked pane / tty introspection (3)

fixed _pane_info() when running under Cygwin
This commit is contained in:
Gregory Pakosz 2021-11-09 19:03:08 +01:00
parent 0ad7f141dc
commit ee1547cb6c
1 changed files with 0 additions and 1 deletions

View File

@ -509,7 +509,6 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
# while (child[pid]) # while (child[pid])
# pid = child[pid] # pid = child[pid]
# #
# print pid":"user[pid]":"command[pid]
# file = "/proc/" pid "/cmdline"; getline command < file; close(file) # file = "/proc/" pid "/cmdline"; getline command < file; close(file)
# gsub(/\0/, " ", command) # gsub(/\0/, " ", command)
# "id -un " user[pid] | getline username # "id -un " user[pid] | getline username