NOTICE: This package has been removed from pkgsrc

./wip/st, Simple terminal implementation for X

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.6, Package name: st-0.6, Maintainer: leot

st is a simple virtual terminal emulator for X which sucks less.


Required to run:
[graphics/freetype2] [fonts/fontconfig] [fonts/Xft2]

Required to build:
[pkgtools/x11-links] [x11/renderproto]

Master sites:

SHA1: a1ce3252f391f9fac63c2ebf1ed12b3f696348d6
RMD160: 22009370a4d891ac0383d41f863dcbf732ec6442
Filesize: 39.327 KB

Version history: (Expand)


CVS history: (Expand)


   2015-07-08 02:21:10 by Leonardo Taccari | Files touched by this commit (2)
Log message:
Update to st-0.6.

Changes:
* direct tty line support
   * "st -l /dev/ttyS0 115200" works
   * replace your screen(1) with st
* backspace and delete now work like the Linux standard
   * you only need to change the defaults if you are using a real
     hardware terminal
* much code refactoring
* the -g(eometry) flag now behaves like in xterm
* the main loop now uses a monotonic clock to prevent bugs tickling
    down from a flawed time scale reality
* invisible attribute is now supported
* struck-out attribute is now supported
* many wide-character bugs are fixed
* fix XIM in st
* new sequences:
   * CAN, ESC, LS2, LS3, DECSCUSR
   * 8bit: DECID, NEL, HTS, DCS, APC, PM, OSC
* children now show an error message
* VT102ID can be configured in config.h
* fix shell selection by grasping the value from the passwd file
* don't allow shells run by users not in passwd
* st supports utmp
* the bell in st now calls XkbBell so it's possible to catch the
    XkbBellNotifyEvent for your own pleasure 
* many changes in the font drawing code
   * speed optimisations!
* clipboard handling has been fixed
   * default is primary
   * clipboard needs shortcuts
* MANY small fixes to make st more stable
   2015-01-04 07:24:25 by Leonardo Taccari | Files touched by this commit (1)
Log message:
wip/st is not related to devel/st.
   2014-11-04 20:08:46 by Pierre Pronchery | Files touched by this commit (1)
Log message:
Registered dependencies on x11/libXext and x11/libXft
   2014-04-18 23:29:04 by Leonardo Taccari | Files touched by this commit (2)
Log message:
Update wip/st to st-0.5.

Changes:
* the drawing code has been reworked 
        * higly efficient blinking support 
        * jumping back in time now works 
* selection code has been fixed in many ways 
        * wrapping 
        * snapping 
* BCE is now implemented 
* 8bit mode for meta 
* mouse motion support 
* bell support 
* much more config.h options 
        * mouse controls 
        * word delimiter definition 
        * audible bell volume 
        * many changes in the key definitions 
* new terminal emulation sequeunces 
        * DSR cursor position 
        * bracketed paste mode 
        * RGB color definition 
        * MC (media copy) support for pasting 
* fix title setting 
* _NET_WM_PID is now set 
* _NET_WM_NAME is now set 
* many small other changes [http://git.suckless.org/st/log/]
   2013-08-14 14:49:20 by Leonardo Taccari | Files touched by this commit (5)
Log message:
Import st-0.4.1 as wip/st.

st is a simple virtual terminal emulator for X which sucks less.