<feed xmlns='http://www.w3.org/2005/Atom'>
<title>st, branch 0.4.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>0.4.1 release.</title>
<updated>2013-04-20T13:29:39+00:00</updated>
<author>
<name>Christoph Lohmann</name>
<email>20h@r-36.net</email>
</author>
<published>2013-04-20T13:29:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=3c546ae73924804ddc6d29dc3ab2f12a93287009'/>
<id>3c546ae73924804ddc6d29dc3ab2f12a93287009</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Making st compile on OpenBSD again.</title>
<updated>2013-04-19T19:11:29+00:00</updated>
<author>
<name>Christoph Lohmann</name>
<email>20h@r-36.net</email>
</author>
<published>2013-04-19T19:11:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=645c1b0afccf14a5bcdf754475516554437599ca'/>
<id>645c1b0afccf14a5bcdf754475516554437599ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Selection now handles empty lines less counter-intuitively.</title>
<updated>2013-04-18T14:51:52+00:00</updated>
<author>
<name>Alexander Sedov</name>
<email>alex0player@gmail.com</email>
</author>
<published>2013-04-18T08:47:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=e5ff746430725b05e223c454febbde949df2fde2'/>
<id>e5ff746430725b05e223c454febbde949df2fde2</id>
<content type='text'>
Now, when you are selecting a region, you will get all empty lines that happen
to be in it, including trailing ones. Last line terminator is omitted as it previously
was, though.

Signed-off-by: Christoph Lohmann &lt;20h@r-36.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now, when you are selecting a region, you will get all empty lines that happen
to be in it, including trailing ones. Last line terminator is omitted as it previously
was, though.

Signed-off-by: Christoph Lohmann &lt;20h@r-36.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Removing trailing whitespace.</title>
<updated>2013-04-18T04:51:18+00:00</updated>
<author>
<name>Christoph Lohmann</name>
<email>20h@r-36.net</email>
</author>
<published>2013-04-18T04:51:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=da182612b7c7a6be67b2c7be0c0d85562220f1e4'/>
<id>da182612b7c7a6be67b2c7be0c0d85562220f1e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Got rid of redundant Glyph state.</title>
<updated>2013-04-18T04:48:06+00:00</updated>
<author>
<name>Alexander Sedov</name>
<email>alex0player@gmail.com</email>
</author>
<published>2013-04-15T13:13:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=b7e6a5c825a8d786a0cc4dbacc82df1c90ad7020'/>
<id>b7e6a5c825a8d786a0cc4dbacc82df1c90ad7020</id>
<content type='text'>
Now, newly allocated Glyphs are set to spaces and current cursor colors
with tclearregion() routine.

Signed-off-by: Christoph Lohmann &lt;20h@r-36.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now, newly allocated Glyphs are set to spaces and current cursor colors
with tclearregion() routine.

Signed-off-by: Christoph Lohmann &lt;20h@r-36.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Removing unneeded comments.</title>
<updated>2013-04-18T04:41:54+00:00</updated>
<author>
<name>Christoph Lohmann</name>
<email>20h@r-36.net</email>
</author>
<published>2013-04-18T04:41:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=3ae02990648447ec3252b42f5b64e18818c19fd8'/>
<id>3ae02990648447ec3252b42f5b64e18818c19fd8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Got rid of code duplication in tnew() and tresize().</title>
<updated>2013-04-18T04:39:43+00:00</updated>
<author>
<name>Alexander Sedov</name>
<email>alex0player@gmail.com</email>
</author>
<published>2013-04-14T20:12:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=fed9968ba5d3c6874f73517b261968746d36801e'/>
<id>fed9968ba5d3c6874f73517b261968746d36801e</id>
<content type='text'>
Signed-off-by: Christoph Lohmann &lt;20h@r-36.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Christoph Lohmann &lt;20h@r-36.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Strip trailing spaces from lines when copying selection.</title>
<updated>2013-04-14T19:32:53+00:00</updated>
<author>
<name>Alexander Sedov</name>
<email>alex0player@gmail.com</email>
</author>
<published>2013-04-14T19:17:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=0ca0dd8b11ec0febc547e485395b7c9ec01e2866'/>
<id>0ca0dd8b11ec0febc547e485395b7c9ec01e2866</id>
<content type='text'>
Signed-off-by: Christoph Lohmann &lt;20h@r-36.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Christoph Lohmann &lt;20h@r-36.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable BCE everywhere.</title>
<updated>2013-04-14T16:30:10+00:00</updated>
<author>
<name>Christoph Lohmann</name>
<email>20h@r-36.net</email>
</author>
<published>2013-04-14T16:30:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=c371fe58a36abbfbf684e62d6b4026173dbc79be'/>
<id>c371fe58a36abbfbf684e62d6b4026173dbc79be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the geometry handling.</title>
<updated>2013-04-13T13:24:26+00:00</updated>
<author>
<name>Christoph Lohmann</name>
<email>20h@r-36.net</email>
</author>
<published>2013-04-13T13:24:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=44db38a5f8560564851683f80e1a649836e5885c'/>
<id>44db38a5f8560564851683f80e1a649836e5885c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
