st

my customized branch of st
git clone git://git.jakekoroman.com/st
Log | Files | Refs | README | LICENSE

README (1137B)


      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 scrollback (with mouse) - https://st.suckless.org/patches/scrollback/
     13 themed_cursor - https://st.suckless.org/patches/themed_cursor/
     14 
     15 Requirements
     16 ------------
     17 In order to build st you need the Xlib header files.
     18 
     19 
     20 Installation
     21 ------------
     22 Edit config.mk to match your local setup (st is installed into
     23 the /usr/local namespace by default).
     24 
     25 Afterwards enter the following command to build and install st (if
     26 necessary as root):
     27 
     28     make clean install
     29 
     30 
     31 Running st
     32 ----------
     33 If you did not install st with make clean install, you must compile
     34 the st terminfo entry with the following command:
     35 
     36     tic -sx st.info
     37 
     38 See the man page for additional details.
     39 
     40 Credits
     41 -------
     42 Based on Aurélien APTEL <aurelien dot aptel at gmail dot com> bt source code.
     43