aboutsummaryrefslogtreecommitdiffhomepage
path: root/st.1
AgeCommit message (Collapse)AuthorFilesLines
2024-02-03Add switch to provide initial working directoryDavid Gricar1-0/+8
This patch adds -p switch which takes one argument 'path' and can be used to set the initial working directory of the new st instance. It acts the same as running 'cd path' command after starting the st instance. Source: https://st.suckless.org/patches/workingdir/
2020-04-11Add support for scroll(1)Roberto E. Vargas Caballero1-1/+2
Scroll is a program that stores all the lines of its child and be used in st as a way of implementing scrollback. This solution is much better than implementing the scrollback in st itself because having a different program allows to use it in any other program without doing modifications to those programs.
2018-09-11Remove the ISO 14755 featureQuentin Rameau1-4/+0
And move it to the patches section. Keeping it would force to add an exec pledge on OpenBSD, and some people think it's bloated, so bye!
2017-10-10Fix manpage typoParide Legovini1-1/+1
Signed-off-by: Paride Legovini <pl@ninthfloor.org>
2017-04-10st.1: modify man page to accurately reflect default keybindingsgreg.reagle@umbc.edu1-10/+7
Attached. ===> 2/ (text/x-patch) [file] cp /mail/fs/mbox/298/2/body /usr/k0ga/0001-st.1-modify-man-page-to-accurately-reflect-default-k.patch From 265db94b1eca5850d484f86b7db4af8e57822cfe Mon Sep 17 00:00:00 2001 From: Greg Reagle <greg.reagle@umbc.edu> Date: Sun, 9 Apr 2017 23:05:47 -0400 Subject: [PATCH] st.1: modify man page to accurately reflect default keybindings
2016-10-22st.1: add an entry for ISO-14755 shortcutQuentin Rameau1-0/+4
2016-10-13Add missing device path to '-l' exampleKlemens Nanni1-4/+4
Also, it's ttyS0 not ttySO.
2016-01-30Add -n option for setting WM_CLASS instance nameQuentin Rameau1-0/+7
Signed-off-by: Christoph Lohmann <20h@r-36.net>
2016-01-30Reformat usage and separate version from itQuentin Rameau1-21/+17
Signed-off-by: Christoph Lohmann <20h@r-36.net>
2015-09-08Change Pause to Break in shortcut for serial breakRoberto E. Vargas Caballero1-2/+4
2015-09-08Add key to send a break to the serial lineRoberto E. Vargas Caballero1-0/+3
2015-09-07Making st.1 more descriptive about -l and fix -l in st.c.Christoph Lohmann1-3/+18
2015-09-07Fix the st manpage for -l line.Christoph Lohmann1-4/+2
2015-07-24Add -T, as recommended by Dmitrij D. CzarkoffChristoph Lohmann1-0/+7
2015-04-15Add tty line supportRoberto E. Vargas Caballero1-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, ...).
2015-03-14Add the new selection shortcuts to the manpage.Christoph Lohmann1-11/+20
2015-02-23document keys in man pageGreg Reagle1-0/+25
2014-08-17Fix man page and usage()Roberto E. Vargas Caballero1-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-25Conformity in the -g geometry handling.Christoph Lohmann1-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-13Fix the geometry handling.Christoph Lohmann1-0/+3
2013-04-03Add an option to disable alternative screens.Christoph Lohmann1-0/+4
2012-09-30This changes -f to be the parameter for the font. Now -f is -o.Christoph Lohmann1-12/+21
The parameters were reordered according to the alphabet too.
2012-09-16Adding some more fields to the manpage, like authors, license etc.Christoph Lohmann1-1/+15
2012-09-03Add -g geometry to st and the manpage.Christoph Lohmann1-0/+4
2012-09-03Add write I/O to fileRoberto E. Vargas Caballero1-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-08add -w option to embed st. (thx nodus cursorius)Aurélien Aptel1-0/+6
2011-05-14applied parts of Connor Lane Smith's cleanup patch.Aurélien Aptel1-13/+13
2010-11-30change -e behaviour and update man page.Aurélien Aptel1-9/+16
2010-11-19Add -c option to override the default window classGregor Best1-0/+4
2010-09-02added manpage.Aurélien Aptel1-0/+21