<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/st/TODO, branch 0.4.1</title>
<subtitle>st - simple terminal (suckless.org mirror)
</subtitle>
<id>https://git.ireas.org/mirrors/st/atom?h=0.4.1</id>
<link rel='self' href='https://git.ireas.org/mirrors/st/atom?h=0.4.1'/>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/st/'/>
<updated>2013-03-29T18:44:37Z</updated>
<entry>
<title>Updating the TODO file for after 0.4.</title>
<updated>2013-03-29T18:44:37Z</updated>
<author>
<name>Christoph Lohmann</name>
<email>20h@r-36.net</email>
</author>
<published>2013-03-29T18:44:37Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/st/commit/?id=502911e55442a89602bd5681763f68250bff330b'/>
<id>urn:sha1:502911e55442a89602bd5681763f68250bff330b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add umlaut support for title change.</title>
<updated>2013-02-23T20:20:21Z</updated>
<author>
<name>Christoph Lohmann</name>
<email>20h@r-36.net</email>
</author>
<published>2013-02-23T20:20:21Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/st/commit/?id=efaf1c2a94ed9193c04c3a67f374d31f988b0e9a'/>
<id>urn:sha1:efaf1c2a94ed9193c04c3a67f374d31f988b0e9a</id>
<content type='text'>
Thanks Alexander Sedov &lt;alex0player@gmail.com&gt;!
</content>
</entry>
<entry>
<title>Removing BCE from the TODO list.</title>
<updated>2013-01-20T13:55:08Z</updated>
<author>
<name>Christoph Lohmann</name>
<email>20h@r-36.net</email>
</author>
<published>2013-01-20T13:55:08Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/st/commit/?id=d8f3809345d62477c204e03071db61fe8443fd5f'/>
<id>urn:sha1:d8f3809345d62477c204e03071db61fe8443fd5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adding a nasty resize bug. Maybe it can be fixed.</title>
<updated>2013-01-16T17:53:32Z</updated>
<author>
<name>Christoph Lohmann</name>
<email>20h@r-36.net</email>
</author>
<published>2013-01-16T17:53:32Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/st/commit/?id=c9bd58e4dd04e61aa3613eab57ba6fb716a41146'/>
<id>urn:sha1:c9bd58e4dd04e61aa3613eab57ba6fb716a41146</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adding error checks for XCreateIC and XOpenIM.</title>
<updated>2012-12-11T07:32:08Z</updated>
<author>
<name>Christoph Lohmann</name>
<email>20h@r-36.net</email>
</author>
<published>2012-12-11T07:32:08Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/st/commit/?id=3c6ec1995d8ec4d8d5da7ca81d15adfdb08086aa'/>
<id>urn:sha1:3c6ec1995d8ec4d8d5da7ca81d15adfdb08086aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changing the TODO to the current state.</title>
<updated>2012-11-15T15:36:48Z</updated>
<author>
<name>Christoph Lohmann</name>
<email>20h@r-36.net</email>
</author>
<published>2012-11-15T15:36:48Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/st/commit/?id=cc86d148cb4092a57af2b58eeae96bbd721de803'/>
<id>urn:sha1:cc86d148cb4092a57af2b58eeae96bbd721de803</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missed key definitions</title>
<updated>2012-11-13T19:05:02Z</updated>
<author>
<name>Roberto E. Vargas Caballero</name>
<email>k0ga@shike2.com</email>
</author>
<published>2012-11-13T19:05:02Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/st/commit/?id=620e3bb39ebe617b69b5cb1323b4f47c2f699527'/>
<id>urn:sha1:620e3bb39ebe617b69b5cb1323b4f47c2f699527</id>
<content type='text'>
This patch adds the keys for the keypad (in both modes, application mode or
ansi mode) and function keys. It uses the same convention than xterm and
instead of using the XK_Fxx values it generates them using F1-F12 and
modifiers. For example:

   F1 -&gt; ^[OP
   F1 + Shift = F13 -&gt; ^[[1;2P
   F1 + Control = F25 -&gt; ^[[1;5P
   F1 + Mod2 = F37 -&gt; ^[[1;6P
   F1 + Mod1 = F49 -&gt; ^[[1;3P
   F1 + Mod3 = F61 -&gt; ^[[1;4P

It is also important notice than the terminfo capability kIC (shifted insert
key) only can be generated using the keypad keyboard, because the shorcut
for selection paste is using the same combination.

After this path the number of elements in the Key array becomes high, and
maybe a sequencial search is not enough efficient now.
---
 TODO         |    6 +---
 config.def.h |  102 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 st.info      |   70 ++++++++++++++++++++++++++++++++++++++--
 3 files changed, 169 insertions(+), 9 deletions(-)</content>
</entry>
<entry>
<title>Cleaning up the TODO file.</title>
<updated>2012-10-31T19:35:07Z</updated>
<author>
<name>Christoph Lohmann</name>
<email>20h@r-36.net</email>
</author>
<published>2012-10-31T19:35:07Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/st/commit/?id=784765ca35389a9579976d3e5ec9dc73de4bf4d9'/>
<id>urn:sha1:784765ca35389a9579976d3e5ec9dc73de4bf4d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adding a TODO for xft fallback.</title>
<updated>2012-09-24T08:31:35Z</updated>
<author>
<name>Christoph Lohmann</name>
<email>20h@r-36.net</email>
</author>
<published>2012-09-24T08:31:35Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/st/commit/?id=e9c677816c0161a6702dabb244bd2fd918dcb0af'/>
<id>urn:sha1:e9c677816c0161a6702dabb244bd2fd918dcb0af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Redrawing is fixed.</title>
<updated>2012-09-17T21:14:40Z</updated>
<author>
<name>Christoph Lohmann</name>
<email>20h@r-36.net</email>
</author>
<published>2012-09-17T21:14:40Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/st/commit/?id=0eaed8f085d9b0c4763ca3a42338f40e2401e335'/>
<id>urn:sha1:0eaed8f085d9b0c4763ca3a42338f40e2401e335</id>
<content type='text'>
</content>
</entry>
</feed>
