<feed xmlns='http://www.w3.org/2005/Atom'>
<title>st/TODO, branch 0.3</title>
<subtitle>a modified version of st (simple terminal)</subtitle>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/'/>
<entry>
<title>Cleaning up the TODO file.</title>
<updated>2012-10-31T19:35:07+00:00</updated>
<author>
<name>Christoph Lohmann</name>
<email>20h@r-36.net</email>
</author>
<published>2012-10-31T19:35:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=d84e2978c2f39179c01eefb0392f50a6eac4f831'/>
<id>d84e2978c2f39179c01eefb0392f50a6eac4f831</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding a TODO for xft fallback.</title>
<updated>2012-09-24T08:31:35+00:00</updated>
<author>
<name>Christoph Lohmann</name>
<email>20h@r-36.net</email>
</author>
<published>2012-09-24T08:31:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=71fc293de214646f76a24b3a452a227837b8cbef'/>
<id>71fc293de214646f76a24b3a452a227837b8cbef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Redrawing is fixed.</title>
<updated>2012-09-17T21:14:40+00:00</updated>
<author>
<name>Christoph Lohmann</name>
<email>20h@r-36.net</email>
</author>
<published>2012-09-17T21:14:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=9c7579deea9fe0a531060cc0976f3ddc07fd44a7'/>
<id>9c7579deea9fe0a531060cc0976f3ddc07fd44a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove some solved issues and add some new.</title>
<updated>2012-09-16T11:50:07+00:00</updated>
<author>
<name>Christoph Lohmann</name>
<email>20h@r-36.net</email>
</author>
<published>2012-09-16T11:50:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=851b15293aaa6e28a68d49d61773bde4508c7340'/>
<id>851b15293aaa6e28a68d49d61773bde4508c7340</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove timeout in the main loop</title>
<updated>2012-09-16T08:47:21+00:00</updated>
<author>
<name>Roberto E. Vargas Caballero</name>
<email>k0ga@shike2.com</email>
</author>
<published>2012-09-16T08:47:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=f3704e65537f0e86b9bcfbe998e6a82a1a59e611'/>
<id>f3704e65537f0e86b9bcfbe998e6a82a1a59e611</id>
<content type='text'>
The main loop waits until there is some data to read in file descriptors of
the X server or the pseudo tty. But it uses a timeout in select(), which
causes that st awake each 20 ms, even it doesn't have something to do. This
patch removes this problem removing the timeout, which is not needed.
---
 TODO |    1 -
 st.c |   27 +++------------------------
 2 files changed, 3 insertions(+), 25 deletions(-)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The main loop waits until there is some data to read in file descriptors of
the X server or the pseudo tty. But it uses a timeout in select(), which
causes that st awake each 20 ms, even it doesn't have something to do. This
patch removes this problem removing the timeout, which is not needed.
---
 TODO |    1 -
 st.c |   27 +++------------------------
 2 files changed, 3 insertions(+), 25 deletions(-)</pre>
</div>
</content>
</entry>
<entry>
<title>Adding the removal of the timeouts to the TODO.</title>
<updated>2012-09-05T21:06:59+00:00</updated>
<author>
<name>Christoph Lohmann</name>
<email>20h@r-36.net</email>
</author>
<published>2012-09-05T21:06:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=f48c2b1484e1134fcac93164940565290eff796d'/>
<id>f48c2b1484e1134fcac93164940565290eff796d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement italic font support.</title>
<updated>2012-09-05T19:48:26+00:00</updated>
<author>
<name>Christoph Lohmann</name>
<email>20h@r-36.net</email>
</author>
<published>2012-09-05T19:48:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=f5c6bcf03a87b663db3b9358b16adde460ba787c'/>
<id>f5c6bcf03a87b663db3b9358b16adde460ba787c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add to TODO to make function keys work.</title>
<updated>2012-09-04T23:32:42+00:00</updated>
<author>
<name>Christoph Lohmann</name>
<email>20h@r-36.net</email>
</author>
<published>2012-09-04T23:32:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=0e0a7f9130fc08b9c4c0c1accd81f49b727533d1'/>
<id>0e0a7f9130fc08b9c4c0c1accd81f49b727533d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable BCE again.</title>
<updated>2012-09-04T22:58:17+00:00</updated>
<author>
<name>Christoph Lohmann</name>
<email>20h@r-36.net</email>
</author>
<published>2012-09-04T22:58:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=245a6418b4b23bfdc6df6d226ac6aa161d958f41'/>
<id>245a6418b4b23bfdc6df6d226ac6aa161d958f41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removing the resize issue from the TODO file.</title>
<updated>2012-09-04T22:09:13+00:00</updated>
<author>
<name>Christoph Lohmann</name>
<email>20h@r-36.net</email>
</author>
<published>2012-09-04T22:09:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=1afbb7799fb603dffc768a6b33fe02737fc3f3aa'/>
<id>1afbb7799fb603dffc768a6b33fe02737fc3f3aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
