Re: [dev] st -e

2015-07-09 Thread Dmitrij D. Czarkoff
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

[dev] st -e

2015-07-09 Thread S. R. Gal
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

Re: [dev] [PATCH 1/1] remove useless dup()

2015-07-09 Thread Roberto E. Vargas Caballero
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 of the file

Re: [dev] st -e

2015-07-09 Thread Roberto E. Vargas Caballero
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,

Re: [dev] st -e

2015-07-09 Thread Dmitrij D. Czarkoff
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

Re: [dev] st -e

2015-07-09 Thread S. R. Gal
-- 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:

Re: [dev] st -e

2015-07-09 Thread Eric Pruitt
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 tmux