a fork of https://st.suckless.org with some patches and zig build
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Matthias-Christian Ott a49919a10c drop stdio usage
Std requires I/O multiplexing which is very complicated with
stdio, because it provides no transparent buffering.
17 years ago
LICENSE added some new files for the initial rewrite of st from scratch 17 years ago
Makefile make st and std separate programmes 17 years ago
TODO update TODO 17 years ago
config.mk make st and std separate programmes 17 years ago
pty.c source utility functions out to util.c 17 years ago
st.c make st and std separate programmes 17 years ago
std.c drop stdio usage 17 years ago
util.c source utility functions out to util.c 17 years ago
util.h source utility functions out to util.c 17 years ago