Simple Terminal from SuckLess
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
587 B

14 years ago
14 years ago
14 years ago
14 years ago
  1. .TH ST 1 st\-VERSION
  2. .SH NAME
  3. st \- simple terminal
  4. .SH SYNOPSIS
  5. .B st
  6. .RB [ \-c
  7. .IR class ]
  8. .RB [ \-t
  9. .IR title ]
  10. .RB [ \-v ]
  11. .RB [ \-e
  12. .IR command ...]
  13. .SH DESCRIPTION
  14. .B st
  15. is a simple terminal emulator.
  16. .SH OPTIONS
  17. .TP
  18. .BI \-t " title"
  19. defines the window title (default 'st').
  20. .TP
  21. .BI \-c " class"
  22. defines the window class (default $TERM).
  23. .TP
  24. .B \-v
  25. prints version information to stderr, then exits.
  26. .TP
  27. .BI \-e " program " [ " arguments " "... ]"
  28. st executes
  29. .I program
  30. instead of the shell. If this is used it
  31. .B must be the last option
  32. on the command line, as in xterm / rxvt.