Commit Graph

4 Commits

Author SHA1 Message Date
bentley
bcd958a614 Update to st-0.4.
ok jung@ (MAINTAINER)
2013-04-19 19:54:34 +00:00
zinke
bdf69da526 Update st to version 0.3
From the suckless announcement, the biggest changes are:
        * New drawing code, which is way more faster and comparable to the
          other terminals out there.
        * Many new escape sequences are supported:
                * setting the title
                * LNM, KAM, SI, SO, SUB, CAN, DA, DECID. OSC, DSC, PM, APC,
                  CHT, HTS, CBT, SM, RM, standout mode ???  (See st.info.)
        * Linedrawing is now supported
        * Xft and Fontcache is now used to draw fonts.
        * support for italic and bold italic font drawing
        * Some more commandline parameters are available. (See manpage.)
                * easy debugging with: st -o - | cat -v
        * nyancat(1) works.
        * external support of utmp entries by using utmp(1)

ok gonzalo@
2012-11-05 13:24:39 +00:00
zinke
3395d80f40 Update to st 0.2.1.
ok sebastia@
2012-07-09 16:37:00 +00:00
zinke
22d4127ff2 import st 0.1.1
st is a simple virtual terminal emulator for X which sucks less. 
    
ok dcoppa@
2011-09-23 14:41:31 +00:00