https://github.com/0mp/st
A custom version of the st terminal.
https://github.com/0mp/st
Last synced: 8 months ago
JSON representation
A custom version of the st terminal.
- Host: GitHub
- URL: https://github.com/0mp/st
- Owner: 0mp
- License: mit
- Created: 2017-02-01T22:23:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-27T15:35:45.000Z (over 8 years ago)
- Last Synced: 2025-02-02T02:45:59.784Z (over 1 year ago)
- Language: C
- Homepage: http://st.suckless.org/
- Size: 620 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
st - simple terminal
--------------------
st is a simple terminal emulator for X which sucks less.
Requirements
------------
In order to build st you need the Xlib header files.
Installation
------------
Edit config.mk to match your local setup (st is installed into
the /usr/local namespace by default).
Afterwards enter the following command to build and install st (if
necessary as root):
make clean install
Running st
----------
If you did not install st with make clean install, you must compile
the st terminfo entry with the following command:
tic -sx st.info
See the man page for additional details.
Credits
-------
Based on Aurélien APTEL bt source code.