Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-08-17 | Fix man page and usage() | Roberto E. Vargas Caballero | 1 | -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(). | |||||
2014-04-25 | Conformity in the -g geometry handling. | Christoph Lohmann | 1 | -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. | |||||
2013-04-13 | Fix the geometry handling. | Christoph Lohmann | 1 | -0/+3 | |
2013-04-03 | Add an option to disable alternative screens. | Christoph Lohmann | 1 | -0/+4 | |
2012-09-30 | This changes -f to be the parameter for the font. Now -f is -o. | Christoph Lohmann | 1 | -12/+21 | |
The parameters were reordered according to the alphabet too. | |||||
2012-09-16 | Adding some more fields to the manpage, like authors, license etc. | Christoph Lohmann | 1 | -1/+15 | |
2012-09-03 | Add -g geometry to st and the manpage. | Christoph Lohmann | 1 | -0/+4 | |
2012-09-03 | Add write I/O to file | Roberto E. Vargas Caballero | 1 | -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(-) | |||||
2011-06-08 | add -w option to embed st. (thx nodus cursorius) | Aurélien Aptel | 1 | -0/+6 | |
2011-05-14 | applied parts of Connor Lane Smith's cleanup patch. | Aurélien Aptel | 1 | -13/+13 | |
2010-11-30 | change -e behaviour and update man page. | Aurélien Aptel | 1 | -9/+16 | |
2010-11-19 | Add -c option to override the default window class | Gregor Best | 1 | -0/+4 | |
2010-09-02 | added manpage. | Aurélien Aptel | 1 | -0/+21 | |