<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/st, branch 0.5</title>
<subtitle>st - simple terminal (suckless.org mirror)
</subtitle>
<id>https://git.ireas.org/mirrors/st/atom?h=0.5</id>
<link rel='self' href='https://git.ireas.org/mirrors/st/atom?h=0.5'/>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/st/'/>
<updated>2014-04-05T18:40:11Z</updated>
<entry>
<title>0.5 release.</title>
<updated>2014-04-05T18:40:11Z</updated>
<author>
<name>Christoph Lohmann</name>
<email>20h@r-36.net</email>
</author>
<published>2014-04-05T18:40:11Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/st/commit/?id=0baf2d8be57d93a86973c8363df4ea3f3e641925'/>
<id>urn:sha1:0baf2d8be57d93a86973c8363df4ea3f3e641925</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updating the TODO in preparating for 0.5.</title>
<updated>2014-04-05T18:39:46Z</updated>
<author>
<name>Christoph Lohmann</name>
<email>20h@r-36.net</email>
</author>
<published>2014-04-05T18:39:46Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/st/commit/?id=62f9142478d58185fee74f41055978f708bffa46'/>
<id>urn:sha1:62f9142478d58185fee74f41055978f708bffa46</id>
<content type='text'>
</content>
</entry>
<entry>
<title>There is no need for a full dirt redraw.</title>
<updated>2014-04-05T18:34:57Z</updated>
<author>
<name>Christoph Lohmann</name>
<email>20h@r-36.net</email>
</author>
<published>2014-04-05T18:34:57Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/st/commit/?id=a495fce128a887275d455c09c37b3882e909f962'/>
<id>urn:sha1:a495fce128a887275d455c09c37b3882e909f962</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixing a compiler warning with the assignment.</title>
<updated>2014-04-02T07:26:28Z</updated>
<author>
<name>Christoph Lohmann</name>
<email>20h@r-36.net</email>
</author>
<published>2014-04-02T07:26:28Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/st/commit/?id=6f4cfa5136d354f3901871b71e460ba9f0f182a3'/>
<id>urn:sha1:6f4cfa5136d354f3901871b71e460ba9f0f182a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix segfault when pressing PrintScr without a selection</title>
<updated>2014-03-27T06:48:32Z</updated>
<author>
<name>Rafa Garcia Gallego</name>
<email>rafael.garcia.gallego@gmail.com</email>
</author>
<published>2014-03-26T22:58:27Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/st/commit/?id=672e4e4b03d8987103020d399b2c05c95a9ea2f8'/>
<id>urn:sha1:672e4e4b03d8987103020d399b2c05c95a9ea2f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>new utf decoder</title>
<updated>2014-03-27T06:19:37Z</updated>
<author>
<name>Damian Okrasa</name>
<email>dokrasa@gmail.com</email>
</author>
<published>2014-03-25T19:20:26Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/st/commit/?id=45b808b88ee63f21a188800ba3473a24a3c4b987'/>
<id>urn:sha1:45b808b88ee63f21a188800ba3473a24a3c4b987</id>
<content type='text'>
This patch replaces current utf decoder with a new one, which is ~50
lines shorter and should be easier to understand. Parsing 5 and 6
sequences, if necessary, requires trivial modification of UTF_SIZ
constant and utfbyte, utfmask, utfmin, utfmax arrays.
</content>
</entry>
<entry>
<title>Merge branch 'master' of ssh://suckless.org/gitrepos/st</title>
<updated>2014-03-10T14:16:26Z</updated>
<author>
<name>Roberto E. Vargas Caballero</name>
<email>k0ga@shike2.com</email>
</author>
<published>2014-03-10T14:16:26Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/st/commit/?id=71328cbcdc88f4fdfbb62d8c0324938e245c8971'/>
<id>urn:sha1:71328cbcdc88f4fdfbb62d8c0324938e245c8971</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add terminfo entries for printer</title>
<updated>2014-03-06T06:55:21Z</updated>
<author>
<name>Roberto E. Vargas Caballero</name>
<email>k0ga@shike2.com</email>
</author>
<published>2014-02-01T10:11:11Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/st/commit/?id=85f8a414be21ed4d7df153763a1cf679814c72cd'/>
<id>urn:sha1:85f8a414be21ed4d7df153763a1cf679814c72cd</id>
<content type='text'>
These capabilities inform to programs how print in local printer
of the terminal.
</content>
</entry>
<entry>
<title>Add sequence for printing the current selection</title>
<updated>2014-03-06T06:55:07Z</updated>
<author>
<name>Roberto E. Vargas Caballero</name>
<email>k0ga@shike2.com</email>
</author>
<published>2014-02-01T12:41:58Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/st/commit/?id=78f8843bc7d6dc731f23d5ff3a8536fdcc5e4be6'/>
<id>urn:sha1:78f8843bc7d6dc731f23d5ff3a8536fdcc5e4be6</id>
<content type='text'>
This is very usefull in order to can select what is sent
to the plumber.
</content>
</entry>
<entry>
<title>Add key definition for printer sequences</title>
<updated>2014-03-06T06:53:15Z</updated>
<author>
<name>Roberto E. Vargas Caballero</name>
<email>k0ga@shike2.com</email>
</author>
<published>2014-01-31T22:05:42Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/st/commit/?id=96c230e476a4fb446a8fa8d651c88fda32cd5427'/>
<id>urn:sha1:96c230e476a4fb446a8fa8d651c88fda32cd5427</id>
<content type='text'>
These new combinations generate the same behaviour (basically) of
vt102. It is a good way of communicating st with other programs.

[0] http://www.vt100.net/docs/vt102-ug/chapter2.html
</content>
</entry>
</feed>
