diff options
Diffstat (limited to 'src')
-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 9637a85..405bcf7 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c | |||
@@ -1912,7 +1912,7 @@ void startSim(simData *simd, char *sim, char *type, int count, int window, int p | |||
1912 | { | 1912 | { |
1913 | I("Tmux tab [%d:%s](pane %d) tmux ID %s, from %s/sim%d - %s is starting.", window, type, pane, simd->paneID, scTemp, count, simd->name); | 1913 | I("Tmux tab [%d:%s](pane %d) tmux ID %s, from %s/sim%d - %s is starting.", window, type, pane, simd->paneID, scTemp, count, simd->name); |
1914 | doTmuxCmd("select-pane -t %s:%s -T '%s'", Tconsole, simd->paneID, simd->tab); | 1914 | doTmuxCmd("select-pane -t %s:%s -T '%s'", Tconsole, simd->paneID, simd->tab); |
1915 | snprintf(toybuf, sizeof(toybuf), "cd %s/current/bin; mono OpenSim.exe -inidirectory=%s/sim%d", scRoot, scTemp, count); | 1915 | snprintf(toybuf, sizeof(toybuf), "cd %s/current/bin; printf \"\\033]0;%s\\007\"; mono OpenSim.exe -inidirectory=%s/sim%d", scRoot, simd->tab, scTemp, count); |
1916 | sendTmuxCmd(simd->paneID, toybuf); | 1916 | sendTmuxCmd(simd->paneID, toybuf); |
1917 | if (0 == ourSims->doIt) | 1917 | if (0 == ourSims->doIt) |
1918 | { | 1918 | { |