---------- 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: 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? Is there an advantage of sh -c as oposed to double quotes? > > 2. what font st uses when there is no glyph in the default one? > > Whatever system provides? Pardon my lame question, how can I check that? S. R. Gal