1
0
Fork
You've already forked st
0
No description
  • C 95.8%
  • Roff 2.6%
  • Makefile 1.6%
Find a file
2025年02月10日 21:54:24 +03:00
arg.h init 2024年02月16日 22:52:09 +03:00
challenger-deep-theme.h init 2024年02月16日 22:52:09 +03:00
config.def.h go fast as fuuuuuuuuuuuuck 2024年11月03日 21:39:22 +03:00
config.mk init 2024年02月16日 22:52:09 +03:00
FAQ init 2024年02月16日 22:52:09 +03:00
LEGACY init 2024年02月16日 22:52:09 +03:00
LICENSE init 2024年02月16日 22:52:09 +03:00
Makefile init 2024年02月16日 22:52:09 +03:00
README init 2024年02月16日 22:52:09 +03:00
st.1 init 2024年02月16日 22:52:09 +03:00
st.c init 2024年02月16日 22:52:09 +03:00
st.h init 2024年02月16日 22:52:09 +03:00
st.info init 2024年02月16日 22:52:09 +03:00
TODO init 2024年02月16日 22:52:09 +03:00
win.h init 2024年02月16日 22:52:09 +03:00
x.c Adding anysize patch 2025年02月10日 21:54:24 +03:00

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 <aurelien dot aptel at gmail dot com> bt source code.