<feed xmlns='http://www.w3.org/2005/Atom'>
<title>reifenfeuerd/src/display, branch master</title>
<subtitle>this was a twitter client. user streams are dead, so it's dead.</subtitle>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/reifenfeuerd/'/>
<entry>
<title>show handle when composing tweets or replies</title>
<updated>2018-01-15T22:35:57+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2018-01-15T22:35:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/reifenfeuerd/commit/?id=512a8f9b9fb749eb4081b9464a0f2b2c7af8556d'/>
<id>512a8f9b9fb749eb4081b9464a0f2b2c7af8556d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add flag to translate emoji to/from a description</title>
<updated>2018-01-15T22:18:23+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2018-01-15T22:18:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/reifenfeuerd/commit/?id=5ecfb0b6204481e9ca4ed1af09ce22ff4591c1e3'/>
<id>5ecfb0b6204481e9ca4ed1af09ce22ff4591c1e3</id>
<content type='text'>
right now only handles :thinking: and :clap:, toggled by translate_emoji in profile.json
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
right now only handles :thinking: and :clap:, toggled by translate_emoji in profile.json
</pre>
</div>
</content>
</entry>
<entry>
<title>clean up DM support, add thing to send DMs</title>
<updated>2017-12-31T12:49:49+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2017-12-31T12:49:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/reifenfeuerd/commit/?id=935c78ce7d2aaabca269d81cff3459cef1084fbc'/>
<id>935c78ce7d2aaabca269d81cff3459cef1084fbc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix line wrapping bug when composing, and wrapping bug for long status lines</title>
<updated>2017-12-25T07:00:17+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2017-12-25T06:24:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/reifenfeuerd/commit/?id=2e2cee3357bc667ff2b2a0eeeb0a0ddb94fd8d93'/>
<id>2e2cee3357bc667ff2b2a0eeeb0a0ddb94fd8d93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>adjust line clearing behavior to alleviate flickering</title>
<updated>2017-12-25T06:06:20+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2017-12-25T06:06:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/reifenfeuerd/commit/?id=75b398ed87c4be384b1fcd614fbcfcf49d297bc0'/>
<id>75b398ed87c4be384b1fcd614fbcfcf49d297bc0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix style bug when replying to locked accounts</title>
<updated>2017-12-03T10:03:02+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2017-12-03T10:03:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/reifenfeuerd/commit/?id=86905966485cf981676b2f6f78cd5c4a68350155'/>
<id>86905966485cf981676b2f6f78cd5c4a68350155</id>
<content type='text'>
was incorrectly resetting ALL styling after underlining the word "locked", but instead just revert the underline only
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
was incorrectly resetting ALL styling after underlining the word "locked", but instead just revert the underline only
</pre>
</div>
</content>
</entry>
<entry>
<title>track dirty bit to know if we should redraw display</title>
<updated>2017-12-03T05:40:41+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2017-12-03T05:40:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/reifenfeuerd/commit/?id=461aa38a7abbae783ed130db27b71c026df971f7'/>
<id>461aa38a7abbae783ed130db27b71c026df971f7</id>
<content type='text'>
also clean up a bunch of TODOs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also clean up a bunch of TODOs
</pre>
</div>
</content>
</entry>
<entry>
<title>display locked and protected as applicable</title>
<updated>2017-12-01T09:48:32+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2017-12-01T09:48:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/reifenfeuerd/commit/?id=50654583a0c8f51c58f4138a3d2564036e3f2855'/>
<id>50654583a0c8f51c58f4138a3d2564036e3f2855</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>basic info log scroll support. uses home/end right now</title>
<updated>2017-12-01T09:48:07+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2017-12-01T09:48:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/reifenfeuerd/commit/?id=59cfb90dcbf2e563a279f20bc1d6994ae18ff169'/>
<id>59cfb90dcbf2e563a279f20bc1d6994ae18ff169</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rework compose display, coloring background causes Problems</title>
<updated>2017-12-01T09:47:18+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2017-12-01T09:47:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/reifenfeuerd/commit/?id=171a4382b31a3b4e9fa3626e8ecb108d10fb4791'/>
<id>171a4382b31a3b4e9fa3626e8ecb108d10fb4791</id>
<content type='text'>
if a handle is the same color as the background it becomes invisible

counting ansi string lengths is not supported, so that would be work
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
if a handle is the same color as the background it becomes invisible

counting ansi string lengths is not supported, so that would be work
</pre>
</div>
</content>
</entry>
</feed>
