My st fork (simple terminal) https://st.suckless.org/

roket1428 8ffe1a6bd9 st 0.8.4 & New patches 3 年之前
patches 8ffe1a6bd9 st 0.8.4 & New patches 3 年之前
FAQ 8ffe1a6bd9 st 0.8.4 & New patches 3 年之前
LEGACY 8ffe1a6bd9 st 0.8.4 & New patches 3 年之前
LICENSE 8ffe1a6bd9 st 0.8.4 & New patches 3 年之前
Makefile 3884ca8307 initial 5 年之前
README.md d9c729c6bb README FIX 5 年之前
TODO 8ffe1a6bd9 st 0.8.4 & New patches 3 年之前
arg.h 3884ca8307 initial 5 年之前
config.h 8ffe1a6bd9 st 0.8.4 & New patches 3 年之前
config.mk 8ffe1a6bd9 st 0.8.4 & New patches 3 年之前
st.1 8ffe1a6bd9 st 0.8.4 & New patches 3 年之前
st.c 8ffe1a6bd9 st 0.8.4 & New patches 3 年之前
st.h 8ffe1a6bd9 st 0.8.4 & New patches 3 年之前
st.info 8ffe1a6bd9 st 0.8.4 & New patches 3 年之前
win.h 3884ca8307 initial 5 年之前
x.c 8ffe1a6bd9 st 0.8.4 & New patches 3 年之前

README.md

My st fork (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 dmenu (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.