1
0
Fork
You've already forked st
0
My st build
st
  • C 95.4%
  • Roff 2.6%
  • Makefile 1.5%
  • Nix 0.5%
2025年10月16日 01:39:34 +02:00
patches feat: patched font2 2024年05月01日 22:44:55 +02:00
.envrc replaced shell.nix with a flake 2025年02月23日 19:34:31 +01:00
.gitignore Added missing desktop file 2023年12月24日 20:11:10 +01:00
arg.h Upload repo 2023年12月23日 22:06:43 +01:00
config.h rename xresources padding value read 2025年10月16日 01:39:34 +02:00
config.mk Upload repo 2023年12月23日 22:06:43 +01:00
FAQ Upload repo 2023年12月23日 22:06:43 +01:00
flake.lock replaced shell.nix with a flake 2025年02月23日 19:34:31 +01:00
flake.nix replaced shell.nix with a flake 2025年02月23日 19:34:31 +01:00
LEGACY Upload repo 2023年12月23日 22:06:43 +01:00
LICENSE Upload repo 2023年12月23日 22:06:43 +01:00
Makefile Upload repo 2023年12月23日 22:06:43 +01:00
README Upload repo 2023年12月23日 22:06:43 +01:00
st.1 Upload repo 2023年12月23日 22:06:43 +01:00
st.c tmux :) 2024年03月02日 23:37:53 +01:00
st.desktop Added missing desktop file 2023年12月24日 20:11:10 +01:00
st.h tmux :) 2024年03月02日 23:37:53 +01:00
st.info Upload repo 2023年12月23日 22:06:43 +01:00
win.h tmux :) 2024年03月02日 23:37:53 +01:00
x.c feat: patched font2 2024年05月01日 22:44:55 +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.