mrdotx/st
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
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. Version ------- 0.9.3 Patches ------- st-alpha-0.8.5.diff st-font2-20190416-ba72400.diff st-copyurl-multiline-20230406-211964d.diff st-openclipboard-20190202-3be4cf1.diff st-appsync-20200618-b27a383.diff st-xresources-20200604-9ba7ecf.diff st-scrollback-ringbuffer-0.9.2.diff st-scrollback-mouse-0.9.2.diff st-scrollback-mouse-altscreen-20220127-2c5edf2.diff st-w3m-0.8.3.diff st-keyboard_select-20200617-9ba7ecf.diff st-clipboard-0.8.3.diff st-boxdraw_v2-0.8.3.diff st-glyph-wide-support-boxdraw-20220411-ef05519.diff Last implemented commit ----------------------- 2026-01-15 05:00 st: guard tsetdirt() against zero-sized terminal Milos Nikic