My st build
- C 95.4%
- Roff 2.6%
- Makefile 1.5%
- Nix 0.5%
| patches | feat: patched font2 | |
| .envrc | replaced shell.nix with a flake | |
| .gitignore | Added missing desktop file | |
| arg.h | Upload repo | |
| config.h | rename xresources padding value read | |
| config.mk | Upload repo | |
| FAQ | Upload repo | |
| flake.lock | replaced shell.nix with a flake | |
| flake.nix | replaced shell.nix with a flake | |
| LEGACY | Upload repo | |
| LICENSE | Upload repo | |
| Makefile | Upload repo | |
| README | Upload repo | |
| st.1 | Upload repo | |
| st.c | tmux :) | |
| st.desktop | Added missing desktop file | |
| st.h | tmux :) | |
| st.info | Upload repo | |
| win.h | tmux :) | |
| x.c | feat: patched font2 | |
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.