diff options
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index 91eb6e8..d2be221 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c | |||
@@ -8219,7 +8219,6 @@ fcgiDone: | |||
8219 | } | 8219 | } |
8220 | else if ((STOP == currentMode) && (NULL == target)) | 8220 | else if ((STOP == currentMode) && (NULL == target)) |
8221 | { | 8221 | { |
8222 | I("Closing all the panes."); | ||
8223 | memset((void*)&obj0, 0, sizeof(obj0)); | 8222 | memset((void*)&obj0, 0, sizeof(obj0)); |
8224 | ourSims->simsLua->lock(ourSims->simsLua); | 8223 | ourSims->simsLua->lock(ourSims->simsLua); |
8225 | while(ourSims->simsLua->getnext(ourSims->simsLua, &obj0, false) == true) | 8224 | while(ourSims->simsLua->getnext(ourSims->simsLua, &obj0, false) == true) |
@@ -8282,6 +8281,7 @@ fcgiDone: | |||
8282 | ourSims->simsLua->unlock(ourSims->simsLua); | 8281 | ourSims->simsLua->unlock(ourSims->simsLua); |
8283 | 8282 | ||
8284 | // Kill the rest of the panes that are not on the original window. | 8283 | // Kill the rest of the panes that are not on the original window. |
8284 | I("Closing all the panes."); | ||
8285 | snprintf(toybuf, sizeof(toybuf), "echo 'IDs={' >%s/IDs_ALL.lua", scTemp); | 8285 | snprintf(toybuf, sizeof(toybuf), "echo 'IDs={' >%s/IDs_ALL.lua", scTemp); |
8286 | system(toybuf); | 8286 | system(toybuf); |
8287 | doTmuxCmd("list-panes -s -F '\"#{window_id}.#{pane_id}\",' >> %s/IDs_ALL.lua", scTemp); | 8287 | doTmuxCmd("list-panes -s -F '\"#{window_id}.#{pane_id}\",' >> %s/IDs_ALL.lua", scTemp); |