Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-22 | st.1: add an entry for ISO-14755 shortcut | ||
2016-10-13 | Add missing device path to '-l' example | ||
Also, it's ttyS0 not ttySO. | |||
2016-01-30 | Add -n option for setting WM_CLASS instance name | ||
Signed-off-by: Christoph Lohmann <20h@r-36.net> | |||
2016-01-30 | Reformat usage and separate version from it | ||
Signed-off-by: Christoph Lohmann <20h@r-36.net> | |||
2015-09-08 | Change Pause to Break in shortcut for serial break | ||
2015-09-08 | Add key to send a break to the serial line | ||
2015-09-07 | Making st.1 more descriptive about -l and fix -l in st.c. | ||
2015-09-07 | Fix the st manpage for -l line. | ||
2015-07-24 | Add -T, as recommended by Dmitrij D. Czarkoff | ||
2015-04-15 | Add tty line support | ||
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, ...). | |||
2015-03-14 | Add the new selection shortcuts to the manpage. | ||
2015-02-23 | document keys in man page | ||
2014-08-17 | Fix man page and usage() | ||
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(). | |||
2014-04-25 | Conformity in the -g geometry handling. | ||
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. | |||
2013-04-13 | Fix the geometry handling. | ||
2013-04-03 | Add an option to disable alternative screens. | ||
2012-09-30 | This changes -f to be the parameter for the font. Now -f is -o. | ||
The parameters were reordered according to the alphabet too. | |||
2012-09-16 | Adding some more fields to the manpage, like authors, license etc. | ||
2012-09-03 | Add -g geometry to st and the manpage. | ||
2012-09-03 | Add write I/O to file | ||
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(-) | |||
2011-06-08 | add -w option to embed st. (thx nodus cursorius) | ||
2011-05-14 | applied parts of Connor Lane Smith's cleanup patch. | ||
2010-11-30 | change -e behaviour and update man page. | ||
2010-11-19 | Add -c option to override the default window class | ||
2010-09-02 | added manpage. | ||