<feed xmlns='http://www.w3.org/2005/Atom'>
<title>st, branch 0.8.1</title>
<subtitle>a modified version of st (simple terminal)</subtitle>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/'/>
<entry>
<title>bump version to 0.8.1</title>
<updated>2018-03-20T20:29:10+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2018-03-20T20:29:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=6f0f2b7ec3713351de274707672fbadb6cc727a2'/>
<id>6f0f2b7ec3713351de274707672fbadb6cc727a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix regression by selecting clipboard text</title>
<updated>2018-03-20T20:25:30+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2018-03-20T20:25:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=f4020b2cc4fe45c9e8bfe47fc73deccd867cf9de'/>
<id>f4020b2cc4fe45c9e8bfe47fc73deccd867cf9de</id>
<content type='text'>
"restore the old behaviour that the primary doesn't get deleted by a simple
left click"

Patch by Daniel Tameling &lt;tamelingdaniel@gmail.com&gt;, thanks!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"restore the old behaviour that the primary doesn't get deleted by a simple
left click"

Patch by Daniel Tameling &lt;tamelingdaniel@gmail.com&gt;, thanks!
</pre>
</div>
</content>
</entry>
<entry>
<title>don't modify argv, use a counter</title>
<updated>2018-03-20T20:22:27+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2018-03-20T20:22:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=a5a928bfc1dd049780a45e072cb4ee42de7219bf'/>
<id>a5a928bfc1dd049780a45e072cb4ee42de7219bf</id>
<content type='text'>
on some platforms (OpenBSD) this changes the exposed argv in tools using
the kvm_* interface, such as ps and pgrep.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
on some platforms (OpenBSD) this changes the exposed argv in tools using
the kvm_* interface, such as ps and pgrep.
</pre>
</div>
</content>
</entry>
<entry>
<title>selextend: clarify: !sel.mode == SEL_IDLE</title>
<updated>2018-03-17T12:48:29+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2018-03-17T12:48:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=6ac8c8aa50d521f82d491ab54eb972660fdf3207'/>
<id>6ac8c8aa50d521f82d491ab54eb972660fdf3207</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clipcopy: no need to check for free(NULL), set to NULL after free</title>
<updated>2018-03-17T12:48:10+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2018-03-17T12:48:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=5345db3c9be1a22ca19202035b881b951c2f0f9e'/>
<id>5345db3c9be1a22ca19202035b881b951c2f0f9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>minor code-style: whitespace fixes</title>
<updated>2018-03-16T15:45:58+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2018-03-16T15:45:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=7648697f711d5ae336af142e9cd464d943341b24'/>
<id>7648697f711d5ae336af142e9cd464d943341b24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix title initialization</title>
<updated>2018-03-16T15:44:30+00:00</updated>
<author>
<name>Quentin Rameau</name>
<email>quinq@fifth.space</email>
</author>
<published>2018-03-16T15:19:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=0b507bb73138c636fd0ad6f2321624aae1346d58'/>
<id>0b507bb73138c636fd0ad6f2321624aae1346d58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix regression from 69e32a6 when setting title.</title>
<updated>2018-03-16T15:44:30+00:00</updated>
<author>
<name>Quentin Rameau</name>
<email>quinq@fifth.space</email>
</author>
<published>2018-03-16T14:03:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=e7ef3c4ce95a21cfcd0988d493f636e1d0115871'/>
<id>e7ef3c4ce95a21cfcd0988d493f636e1d0115871</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>LICENSE: fix a few years</title>
<updated>2018-03-14T19:08:00+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2018-03-14T19:06:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=8ab629031bd958d93deee9203fea32c38fe8ac30'/>
<id>8ab629031bd958d93deee9203fea32c38fe8ac30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update LICENSE: major contributors</title>
<updated>2018-03-14T19:00:35+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2018-03-14T19:00:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=a712c2dd1815f83a56be33e8055eee29e05dfef7'/>
<id>a712c2dd1815f83a56be33e8055eee29e05dfef7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
