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.

32 lines
606 B

14 years ago
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 cmd ]
  13. .SH DESCRIPTION
  14. .B st
  15. is a simple terminal emulator.
  16. .SH OPTIONS
  17. .TP
  18. .B \-t title
  19. Overrides the default title (st)
  20. .TP
  21. .B \-c class
  22. Overrides the default class ($TERM)
  23. .TP
  24. .B \-v
  25. Prints version information to standard output, then exits.
  26. .TP
  27. .B \-e cmd [arguments]
  28. Execute cmd instead of the shell. Type your command as you would on your
  29. shell. If this option is used, it
  30. .BI "must be the last"
  31. on the command-line. This is the same behaviour as xterm/rxvt.