diff options
Diffstat (limited to 'gbctl')
| -rwxr-xr-x | gbctl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -200,7 +200,7 @@ def cmd_spawn(argv): if "TMUX" not in os.environ: die("not inside tmux; gbctl spawn needs a tmux session") - cmd = [BIN, rom, "--sock", sock_path] + emu_args + cmd = [BIN, "--sock", sock_path] + emu_args + [rom] # ROM is the final arg # exec via a shell wrapper so the pane stays around & shows a title shell_cmd = "printf '\\033]2;gbc %s\\007'; exec %s" % ( os.path.basename(rom), " ".join(_shquote(c) for c in cmd)) |
