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.

25 lines
439 B

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 [ \-e " <cmd>"]
  7. .RB [ \-c " <class>"]
  8. .RB [ \-t " <title>"]
  9. .RB [ \-v ]
  10. .SH DESCRIPTION
  11. .B st
  12. is a simple terminal emulator.
  13. .SH OPTIONS
  14. .TP
  15. .B \-e <cmd>
  16. Execute cmd instead of the shell
  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. .BI \-v
  25. Prints version information to standard output, then exits.