1
0
Fork
You've already forked st
0
No description
  • C 96.1%
  • Roff 2.6%
  • Makefile 1.3%
Find a file
2024年06月13日 11:19:21 +02:00
.gitignore remove config.h from .gitignore 2020年06月29日 19:16:45 +02:00
arg.h don't modify argv, use a counter 2018年03月20日 21:22:27 +01:00
config.def.h update config.def.h and config.h 2020年06月29日 19:23:56 +02:00
config.h fix font color 2024年04月10日 15:42:46 +02:00
config.mk bump version to 0.8.4 2020年06月19日 11:27:17 +02:00
FAQ FAQ: fix single-buffer patch 2020年06月01日 14:09:46 +02:00
LEGACY LEGACY: typo. 2012年09月18日 19:08:03 +02:00
LICENSE LICENSE: bump years 2020年06月17日 23:49:40 +02:00
Makefile add desktopentry patch 2020年06月29日 19:16:45 +02:00
README tic -s -> tic -sx (Treat unknown capabilities as user-defined.) 2016年11月14日 19:05:47 +01:00
st.1 fix openurl shorcut & update manpage 2020年06月29日 19:16:45 +02:00
st.c add xclearwin patch 2020年08月30日 20:42:26 +02:00
st.desktop update desktop file 2024年06月13日 11:19:21 +02:00
st.h add externalpipe patch 2020年06月29日 19:16:45 +02:00
st.info Partially add back in "support REP (repeat) escape sequence" 2020年05月30日 22:04:28 +02:00
TODO Remove old TODO entry. 2015年04月13日 17:06:11 +02:00
win.h add xclearwin patch 2020年08月30日 20:42:26 +02:00
x.c bold is not bright 2024年04月10日 15:46:40 +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.