On Thu, Jul 09, 2015 at 10:23:45PM +0200, S. R. Gal wrote:
> > st -e sh -c 'tmux a -d || tmux'
>
> Both, above and st -e ''tmux a -d || tmux'', seem to work but they
> result with the following error messages:
>
Theoretically you can also omit -e in both cases.
Regards,
On Thu, Jul 09, 2015 at 10:23:45PM +0200, S. R. Gal wrote:
> erresc: unknown private set/reset mode 1005
> erresc: unknown str ESC]112ESC\
> erresc: unknown str ESC]112ESC\
> erresc: unknown private set/reset mode 1005
>
> Should I not pay attention to those messages?
Those messages are caused by
S. R. Gal said:
> Is there an advantage of sh -c as oposed to double quotes?
Looks like opposite is true - with double quotes you'll get one process
less.
--
Dmitrij D. Czarkoff
-- From Dmitrij D. Czarkoff 09-07-2015 at 17:40 --
> S. R. Gal said:
> > 1. what would be st syntax for xterm -e 'tmux a -d || tmux'?
>
> st -e sh -c 'tmux a -d || tmux'
Both, above and st -e ''tmux a -d || tmux'', seem to work but they
result with the following error messages:
e
On Wed, Jul 08, 2015 at 09:30:47PM +0200, Markus Wichmann wrote:
> On Wed, Jul 08, 2015 at 12:00:35PM +0200, Roberto E. Vargas Caballero wrote:
> >
> > > We are ignoring return value of dup(), so just remove it.
> >
> >
> > From dup(3):
> >
> >The dup() system call creates a copy o
S. R. Gal said:
> 1. what would be st syntax for xterm -e 'tmux a -d || tmux'?
st -e sh -c 'tmux a -d || tmux'
> 2. what font st uses when there is no glyph in the default one?
Whatever system provides?
--
Dmitrij D. Czarkoff
1. what would be st syntax for xterm -e 'tmux a -d || tmux'?
2. what font st uses when there is no glyph in the default one?
Sincerely,
S. R. Gal