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/]
This commit is contained in:
Leonardo Taccari 2014-04-18 21:29:04 +00:00 committed by Thomas Klausner
parent 37011daa7f
commit 8d43b881b8
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1 2013/08/14 12:49:19 leot1990 Exp $
# $NetBSD: Makefile,v 1.2 2014/04/18 21:29:04 leot1990 Exp $
DISTNAME= st-0.4.1
DISTNAME= st-0.5
CATEGORIES= x11
MASTER_SITES= http://dl.suckless.org/st/

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1 2013/08/14 12:49:19 leot1990 Exp $
$NetBSD: distinfo,v 1.2 2014/04/18 21:29:04 leot1990 Exp $
SHA1 (st-0.4.1.tar.gz) = b501f6386b65ce8aad597997d85fb5de9be1bb05
RMD160 (st-0.4.1.tar.gz) = 66590197b8a074ea3eede01d378c0cdae3a5554d
Size (st-0.4.1.tar.gz) = 32947 bytes
SHA1 (st-0.5.tar.gz) = d2d834e1b105c218a41417032a961cd4e51a46c1
RMD160 (st-0.5.tar.gz) = 386af533d121903239e470f7b5fa85112e7634dd
Size (st-0.5.tar.gz) = 36710 bytes