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.

35 lines
871 B

13 years ago
  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. If you don't install st, define TNAME to "xterm" in config.h or make sure to at
  17. least compile st terminfo entry with the following command:
  18. tic -s st.info
  19. It should print the path of the compiled terminfo entry. You can
  20. safely remove it if you don't plan to use st anymore.
  21. See the man page for additional details.
  22. Credits
  23. -------
  24. Based on Aurélien APTEL <aurelien dot aptel at gmail dot com> bt source code.