aboutsummaryrefslogtreecommitdiffhomepage
path: root/st.1
Commit message (Collapse)AuthorAge
* Add tty line supportGravatar Roberto E. Vargas Caballero2015-04-15
| | | | | | | | | | | Not always is desirable to create a pseudo terminal, and some times we want to open a terminal emulator over a tty line. With this new patch is possible to do someting like: $ st -l /dev/ttyS0 115200 Without this option was needed to launch another terminal emulator over st (for example minicom, picocom, cu, ...).
* Add the new selection shortcuts to the manpage.Gravatar Christoph Lohmann2015-03-14
|
* document keys in man pageGravatar Greg Reagle2015-02-23
|
* Fix man page and usage()Gravatar Roberto E. Vargas Caballero2014-08-17
| | | | | | Man page was repeating -f option, the second time instead of -i, and this option was lost in usage() message. This patch also indent the output of usage().
* Conformity in the -g geometry handling.Gravatar Christoph Lohmann2014-04-25
| | | | | | | | Thanks to Yuri Karaban for suggesting this! These changes make -g correspond to <cols>x<rows> and honor it so non-tiling window managers can work with the size hints afterwards. It also adds a -i flag to force the window size. This is needed so -g keeps being useful in dwm.
* Fix the geometry handling.Gravatar Christoph Lohmann2013-04-13
|
* Add an option to disable alternative screens.Gravatar Christoph Lohmann2013-04-03
|
* This changes -f to be the parameter for the font. Now -f is -o.Gravatar Christoph Lohmann2012-09-30
| | | The parameters were reordered according to the alphabet too.
* Adding some more fields to the manpage, like authors, license etc.Gravatar Christoph Lohmann2012-09-16
|
* Add -g geometry to st and the manpage.Gravatar Christoph Lohmann2012-09-03
|
* Add write I/O to fileGravatar Roberto E. Vargas Caballero2012-09-03
| | | | | | | | | | This is a theorical feature listed in http://st.suckless.org/goals. All the input/output of the terminal will be written to a file, which can be very useful for debugging, and also allow interconnect st to other process through named pipes. --- st.1 | 6 ++++++ st.c | 14 +++++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-)
* add -w option to embed st. (thx nodus cursorius)Gravatar Aurélien Aptel2011-06-08
|
* applied parts of Connor Lane Smith's cleanup patch.Gravatar Aurélien Aptel2011-05-14
|
* change -e behaviour and update man page.Gravatar Aurélien Aptel2010-11-30
|
* Add -c option to override the default window classGravatar Gregor Best2010-11-19
|
* added manpage.Gravatar Aurélien Aptel2010-09-02