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.

28 lines
580 B

  1. st - simple terminal
  2. --------------------
  3. st is a simple virtual terminal emulator for X which sucks less.
  4. Requirements
  5. ------------
  6. In order to build st you need the Xlib header files.
  7. Installation
  8. ------------
  9. Edit config.mk to match your local setup (st is installed into
  10. the /usr/local namespace by default).
  11. Afterwards enter the following command to build and install st (if
  12. necessary as root):
  13. make clean install
  14. Running st
  15. ----------
  16. See the man page for details.
  17. Credits
  18. -------
  19. Based on Aurélien APTEL <aurelien dot aptel at gmail dot com> bt source code.