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.

71 lines
1.4 KiB

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 [ \-f
  9. .IR font ]
  10. .RB [ \-g
  11. .IR geometry ]
  12. .RB [ \-o
  13. .IR file ]
  14. .RB [ \-t
  15. .IR title ]
  16. .RB [ \-w
  17. .IR windowid ]
  18. .RB [ \-v ]
  19. .RB [ \-e
  20. .IR command ...]
  21. .SH DESCRIPTION
  22. .B st
  23. is a simple terminal emulator.
  24. .SH OPTIONS
  25. .TP
  26. .BI \-c " class"
  27. defines the window class (default $TERM).
  28. .TP
  29. .BI \-f " font"
  30. defines the
  31. .I font
  32. to use when st is run.
  33. .TP
  34. .BI \-g " geometry"
  35. defines the X11 geometry string, which will fixate the height and width of st.
  36. .TP
  37. .BI \-o " file"
  38. writes all the I/O to
  39. .I file.
  40. This feature is useful when recording st sessions. A value of "-" means
  41. standard output.
  42. .TP
  43. .BI \-t " title"
  44. defines the window title (default 'st').
  45. .TP
  46. .BI \-w " windowid"
  47. embeds st within the window identified by
  48. .I windowid
  49. .TP
  50. .B \-v
  51. prints version information to stderr, then exits.
  52. .TP
  53. .BI \-e " program " [ " arguments " "... ]"
  54. st executes
  55. .I program
  56. instead of the shell. If this is used it
  57. .B must be the last option
  58. on the command line, as in xterm / rxvt.
  59. .SH CUSTOMIZATION
  60. .B st
  61. can be customized by creating a custom config.h and (re)compiling the source
  62. code. This keeps it fast, secure and simple.
  63. .SH AUTHORS
  64. See the LICENSE file for the authors.
  65. .SH LICENSE
  66. See the LICENSE file for the terms of redistribution.
  67. .SH SEE ALSO
  68. .BR tabbed (1)
  69. .SH BUGS
  70. See the TODO file in the distribution.