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.

38 lines
692 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 [ \-w
  11. .IR windowid ]
  12. .RB [ \-v ]
  13. .RB [ \-e
  14. .IR command ...]
  15. .SH DESCRIPTION
  16. .B st
  17. is a simple terminal emulator.
  18. .SH OPTIONS
  19. .TP
  20. .BI \-t " title"
  21. defines the window title (default 'st').
  22. .TP
  23. .BI \-c " class"
  24. defines the window class (default $TERM).
  25. .TP
  26. .BI \-w " windowid"
  27. embeds st within the window identified by
  28. .I windowid
  29. .TP
  30. .B \-v
  31. prints version information to stderr, then exits.
  32. .TP
  33. .BI \-e " program " [ " arguments " "... ]"
  34. st executes
  35. .I program
  36. instead of the shell. If this is used it
  37. .B must be the last option
  38. on the command line, as in xterm / rxvt.