My build of suckless st terminal
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.

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