diff options
author | onefang | 2021-09-02 13:07:10 +1000 |
---|---|---|
committer | onefang | 2021-09-02 13:07:10 +1000 |
commit | 131727830fed32796292c7b0227a9433be6b0021 (patch) | |
tree | 8bfad34a9f4da57bb988dbe73e30ba11dc84bb5a /src | |
parent | Move Sort out directories, part 2 earlier. (diff) | |
download | opensim-SC-131727830fed32796292c7b0227a9433be6b0021.zip opensim-SC-131727830fed32796292c7b0227a9433be6b0021.tar.gz opensim-SC-131727830fed32796292c7b0227a9433be6b0021.tar.bz2 opensim-SC-131727830fed32796292c7b0227a9433be6b0021.tar.xz |
Alternate way of setting the tmux pane title.
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 | { |