2
1
Fork
You've already forked st-visone
0
Personal build of st
  • C 96%
  • Roff 2.5%
  • Makefile 1.5%
2022年10月05日 12:55:01 +02:00
patches Clean patches 2022年10月05日 12:55:01 +02:00
arg.h Update to 0.9 2022年10月05日 12:51:19 +02:00
config.def.h Update to 0.9 2022年10月05日 12:51:19 +02:00
config.def.h.orig Update to 0.9 2022年10月05日 12:51:19 +02:00
config.mk Update to 0.9 2022年10月05日 12:51:19 +02:00
FAQ Update to 0.9 2022年10月05日 12:51:19 +02:00
LEGACY Update to 0.9 2022年10月05日 12:51:19 +02:00
LICENSE Update to 0.9 2022年10月05日 12:51:19 +02:00
Makefile Update to 0.9 2022年10月05日 12:51:19 +02:00
README Update to 0.9 2022年10月05日 12:51:19 +02:00
st.1 Update to 0.9 2022年10月05日 12:51:19 +02:00
st.c Update to 0.9 2022年10月05日 12:51:19 +02:00
st.c.orig Update to 0.9 2022年10月05日 12:51:19 +02:00
st.c.rej Update to 0.9 2022年10月05日 12:51:19 +02:00
st.h Update to 0.9 2022年10月05日 12:51:19 +02:00
st.h.orig Update to 0.9 2022年10月05日 12:51:19 +02:00
st.info Update to 0.9 2022年10月05日 12:51:19 +02:00
TODO Update to 0.9 2022年10月05日 12:51:19 +02:00
win.h Update to 0.9 2022年10月05日 12:51:19 +02:00
x.c Update to 0.9 2022年10月05日 12:51:19 +02:00
x.c.orig Update to 0.9 2022年10月05日 12:51:19 +02: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.