Provided by: stterm_0.4.1+20130921+giteeae9b0-1_amd64 bug

NAME

       stterm - suckless tools terminal aka simple terminal

SYNOPSIS

       stterm [-a] [-c class] [-f font] [-g geometry] [-o file] [-T title] [-w windowid] [-v] [-e command...]

DESCRIPTION

       stterm  is  a  simple terminal emulator. The original project released the binary under name "st". If you
       would like to access the program by a short name, add an alias or function to the shell startup file:

           alias st=stterm  # E.g. in ~/.bashrc for bash; consult your $SHELL

OPTIONS

       -a     disable alternate screens in terminal

       -c class
              defines the window class (default $TERM).

       -f font
              defines the font to use.

       -g geometry
              defines the  X11  geometry  string,  which  will  fixate  the  height  and  width.   The  form  is
              [=][<width>{xX}<height>][{+-}<xoffset>{+-}<yoffset>]. See XParseGeometry(3) for further details.

       -o file
              writes  all the I/O to file.  This feature is useful when recording sessions. A value of "-" means
              standard output.

       -T title
              defines the window title (default 'stterm').

       -w windowid
              embeds stterm within the window identified by windowid

       -v     prints version information to stderr, then exits.

       -e program [ arguments ... ]
              executes program instead of the shell.  If this is used it must be the last option on the  command
              line, as in xterm / rxvt.

CUSTOMIZATION

       stterm  can  be customized by creating a custom config.h and (re)compiling the source code. This keeps it
       fast, secure and simple.

AUTHORS

       See the LICENSE file for the authors.

LICENSE

       See the LICENSE file for the terms of redistribution.

SEE ALSO

       tabbed(1)

BUGS

       See the TODO file in the distribution.

                                                  stterm-0.4.1                                         STTERM(1)