summaryrefslogtreecommitdiff
path: root/st.1
Commit message (Collapse)AuthorAgeFilesLines
* Change Pause to Break in shortcut for serial breakRoberto E. Vargas Caballero2015-09-081-2/+4
|
* Add key to send a break to the serial lineRoberto E. Vargas Caballero2015-09-081-0/+3
|
* Making st.1 more descriptive about -l and fix -l in st.c.Christoph Lohmann2015-09-071-3/+18
|
* Fix the st manpage for -l line.Christoph Lohmann2015-09-071-4/+2
|
* Add -T, as recommended by Dmitrij D. CzarkoffChristoph Lohmann2015-07-241-0/+7
|
* Add tty line supportRoberto E. Vargas Caballero2015-04-151-1/+36
| | | | | | | | | | | 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.Christoph Lohmann2015-03-141-11/+20
|
* document keys in man pageGreg Reagle2015-02-231-0/+25
|
* Fix man page and usage()Roberto E. Vargas Caballero2014-08-171-1/+1
| | | | | | 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.Christoph Lohmann2014-04-251-2/+6
| | | | | | | | 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.Christoph Lohmann2013-04-131-0/+3
|
* Add an option to disable alternative screens.Christoph Lohmann2013-04-031-0/+4
|
* This changes -f to be the parameter for the font. Now -f is -o.Christoph Lohmann2012-09-301-12/+21
| | | The parameters were reordered according to the alphabet too.
* Adding some more fields to the manpage, like authors, license etc.Christoph Lohmann2012-09-161-1/+15
|
* Add -g geometry to st and the manpage.Christoph Lohmann2012-09-031-0/+4
|
* Add write I/O to fileRoberto E. Vargas Caballero2012-09-031-0/+6
| | | | | | | | | | 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)Aurélien Aptel2011-06-081-0/+6
|
* applied parts of Connor Lane Smith's cleanup patch.Aurélien Aptel2011-05-141-13/+13
|
* change -e behaviour and update man page.Aurélien Aptel2010-11-301-9/+16
|
* Add -c option to override the default window classGregor Best2010-11-191-0/+4
|
* added manpage.Aurélien Aptel2010-09-021-0/+21