Re: [dev] [st] Some tmux trouble

2017-12-31 Thread Hadrien Lacour
On Sun, Dec 31, 2017 at 01:50:50PM -0800, Eric Pruitt wrote: > On Sun, Dec 31, 2017 at 10:15:24PM +0100, Hadrien Lacour wrote: > > I'm trying to do > > `st -e "tmux a -t cmus"` > > Use `st -e tmux -a -t cmus` as documented in st(1) which reads "-e > command [arguments...]". > > Eric > Thanks, I di

Re: [dev] [st] Some tmux trouble

2017-12-31 Thread Eric Pruitt
On Sun, Dec 31, 2017 at 10:15:24PM +0100, Hadrien Lacour wrote: > I'm trying to do > `st -e "tmux a -t cmus"` Use `st -e tmux -a -t cmus` as documented in st(1) which reads "-e command [arguments...]". Eric

[dev] [st] Some tmux trouble

2017-12-31 Thread Hadrien Lacour
Hello, I'm trying to do `st -e "tmux a -t cmus"` but it only gives me `child finished with error '256'`. * `tmux a -t cmus` works perfectly in an already open st. * `st -e tmux` works fine (there's an `erresc: unknown private set/reset mode 1005` message, though). * `tmux new -A -s dash