run: rename cryptic tmu to tmux-split, ./run is good now so I never use it anymore explicitly

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-05-12 00:00:03 +00:00
parent 1ab7fbf607
commit b14f68f9bf
2 changed files with 2 additions and 1 deletions

2
run
View File

@@ -718,7 +718,7 @@ Extra options to append at the end of the emulator command line.
if self.env['tmux_args'] is not None:
tmux_args += ' {}'.format(self.env['tmux_args'])
subprocess.Popen([
os.path.join(self.env['root_dir'], 'tmu'),
os.path.join(self.env['root_dir'], 'tmux-split'),
"sleep 2;{} {}".format(tmux_cmd, tmux_args)
])
cmd.extend(extra_emulator_args)