README (1005B)
1 st - simple terminal 2 -------------------- 3 st is a simple terminal emulator for X which sucks less. 4 5 6 Patches Applied 7 --------------- 8 anysize - https://st.suckless.org/patches/anysize/ 9 bold is not bright - https://st.suckless.org/patches/bold-is-not-bright/ 10 boxdraw - https://st.suckless.org/patches/boxdraw/ 11 glyph wide support - https://st.suckless.org/patches/glyph_wide_support/ 12 13 14 Requirements 15 ------------ 16 In order to build st you need the Xlib header files. 17 18 19 Installation 20 ------------ 21 Edit config.mk to match your local setup (st is installed into 22 the /usr/local namespace by default). 23 24 Afterwards enter the following command to build and install st (if 25 necessary as root): 26 27 make clean install 28 29 30 Running st 31 ---------- 32 If you did not install st with make clean install, you must compile 33 the st terminfo entry with the following command: 34 35 tic -sx st.info 36 37 See the man page for additional details. 38 39 Credits 40 ------- 41 Based on Aurélien APTEL <aurelien dot aptel at gmail dot com> bt source code. 42