26 Commits

Author SHA1 Message Date
jung
997321a2a9 update to st 0.9 2022-10-12 18:06:29 +00:00
mestre
0a450ee8b5 update to 0.8.5
upstream commits since previous version:

* FAQ: fix a typo, patch -> path
* Fix overtyping wide characters
* Fix null pointer access in strhandle
* follow-up fix for OSC color sequences, return
* Add support for OSC color sequences
* fix possible rare crash when Xutf8TextPropertyToTextList fails
* fix a problem that the standard streams are unexpectedly closed
* Add 14th bit to XK_SWITCH_MOD bitmask
* Mild const-correctness improvements
* fix: correctly encode mouse buttons >= 8 in X10 and SGR mode
* remove unused variable from previous patch
* ST: Add WM_ICON_NAME property support

ok sthen@
2022-04-26 13:54:55 +00:00
naddy
21f1bb8ad8 drop RCS Ids 2022-03-11 20:15:18 +00:00
mestre
adec754214 update to 0.8.4
looks good to Hiltjo Posthuma
ok jung@ sthen@
2020-06-29 14:36:10 +00:00
mestre
b8b49571b7 update to 0.8.3
ok bket@ jung@
2020-05-23 19:32:37 +00:00
sthen
0a5b5bddee replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:50:46 +00:00
feinerer
7a091045ef Update to st 0.8.2
OK tb@, kn@, jung@ (maintainer)
2019-02-10 21:55:24 +00:00
mestre
6c824ef53d Remove key combination ctrl+shift+i, which calls dmenu, since pledge doesn't
have exec and makes it leave core dumps all over the place. kn@ noted that
upstream already removed this, so in the next version this patch can be deleted.
Prodded by aja@ to reflect this change in the manpage, this patch can also go
away once st it's updated.

OK kn@
2018-11-02 07:32:13 +00:00
kn
ea01e81689 Update st to 0.8.1
OK jung
2018-03-29 21:09:09 +00:00
kn
f4fa50359d Update to st-0.8
Initial diff from and OK rsadowski, further simplifications by me.
2018-03-17 13:28:39 +00:00
mestre
747bf79abb If st's window is deleted then it will try to send a SIGHUP through kill(2),
therefore pledge(2) needs proc otherwise it will abort due to missing promise.

OK tb@ and sthen@
2017-09-26 23:03:53 +00:00
juanfra
21729ebabc Add pledge() to st. Patch by tb@ and semarie@.
OK jung@ (MAINTAINER) gsoares@.
2017-04-05 21:29:57 +00:00
czarkoff
77b42af55c Update to st-0.7
from Rafael Sadowski

OK jung@
2016-10-09 18:47:49 +00:00
czarkoff
f923c510d2 Accept "-T" flag which cwm(1) expects from term command
OK jung@ (maintainer), sthen@
2015-07-24 15:39:23 +00:00
czarkoff
c3b17a520e Update to st-0.6
Upsteam's changelog entry:

	* 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[2]
	* 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

Also, use DejaVu Sans Mono (from xenocara) and don't force CFLAGS that are not
critical to build.

OK gsoares@, jung@ and sthen@
2015-07-09 22:07:23 +00:00
bcallah
c294fcc122 Update to 0.5
ok jung@ (MAINTAINER)
2014-06-10 07:14:50 +00:00
jung
19bc4a3368 Update to 0.4.1
Drop some patch lines committed to upstream.

Ok gonzalo@
2013-05-30 09:25:39 +00:00
bentley
bcd958a614 Update to st-0.4.
ok jung@ (MAINTAINER)
2013-04-19 19:54:34 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
gonzalo
fe8a74834f Fix License.
Ok zinke@ (maintainer)
2012-11-08 20:27:54 +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
sthen
29d2041e88 distfile rerolled, no content changes so no bump.
spotted by kurt@
2011-10-05 13:26:49 +00:00
sthen
b0e16dc281 use a more normal DISTNAME/PKGNAME/WRKDIST construct rather than
overriding DISTFILES. ok zinke@
2011-09-26 09:32:46 +00:00
ajacoutot
2779e8c7e2 Fix COMMENT. 2011-09-23 19:11:41 +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