ciinamon's build of st
- C 96.4%
- Roff 2.3%
- Makefile 1.3%
|
|
||
|---|---|---|
| .gitignore | update gitignore | |
| arg.h | don't modify argv, use a counter | |
| boxdraw.c | initial commit | |
| boxdraw_data.h | initial commit | |
| config.def.h | change alpha value | |
| config.mk | bump version to 0.9.3 | |
| FAQ | FAQ: document the color emojis crash issue which affected some systems is fixed | |
| LEGACY | LEGACY: typo. | |
| LICENSE | LICENSE: bump year | |
| Makefile | initial commit | |
| README | add blinking cursor patch | |
| st.1 | Add support for scroll(1) | |
| st.c | initial commit | |
| st.h | initial commit | |
| st.info | Add terminfo entries for bracketed paste mode | |
| TODO | Remove old TODO entry. | |
| win.h | code-golfing: cleanup osc color related code | |
| x.c | change colorscheme | |
st - simple terminal -------------------- st is a simple terminal emulator for X which sucks less. Patches ------- alpha - https://st.suckless.org/patches/alpha blinking curosr - https://st.suckless.org/patches/blinking_cursor boxdraw - https://st.suckless.org/patches/boxdraw scrollback - https://st.suckless.org/patches/scrollback 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.