<feed xmlns='http://www.w3.org/2005/Atom'>
<title>st, branch master</title>
<subtitle>my st fork</subtitle>
<id>https://git.pipeframe.xyz/fork/st/atom?h=master</id>
<link rel='self' href='https://git.pipeframe.xyz/fork/st/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/st/'/>
<updated>2024-03-06T13:27:34+00:00</updated>
<entry>
<title>always use inverse cursor</title>
<updated>2024-03-06T13:27:34+00:00</updated>
<author>
<name>lonkaars</name>
<email>loek@pipeframe.xyz</email>
</author>
<published>2024-03-06T13:27:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/st/commit/?id=88cf467963afd7e1a63a20bdfc76b14845222e81'/>
<id>urn:sha1:88cf467963afd7e1a63a20bdfc76b14845222e81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use Hiragino W3 instead of W6 to display Japanese characters</title>
<updated>2024-03-02T16:22:49+00:00</updated>
<author>
<name>lonkaars</name>
<email>loek@pipeframe.xyz</email>
</author>
<published>2024-03-02T16:22:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/st/commit/?id=ee86819539e3ac6a9b1cc8efff7fa57506ba6b44'/>
<id>urn:sha1:ee86819539e3ac6a9b1cc8efff7fa57506ba6b44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update config + clean up repo</title>
<updated>2024-03-02T12:58:28+00:00</updated>
<author>
<name>lonkaars</name>
<email>loek@pipeframe.xyz</email>
</author>
<published>2024-03-02T12:58:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/st/commit/?id=217240664873a9a31d9058048b6840abb4681098'/>
<id>urn:sha1:217240664873a9a31d9058048b6840abb4681098</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add w3m patch</title>
<updated>2022-12-24T09:59:36+00:00</updated>
<author>
<name>lonkaars</name>
<email>loek@pipeframe.xyz</email>
</author>
<published>2022-12-24T09:59:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/st/commit/?id=147e2b707f6010538fe6f7d004b68f838c14fd14'/>
<id>urn:sha1:147e2b707f6010538fe6f7d004b68f838c14fd14</id>
<content type='text'>
</content>
</entry>
<entry>
<title>support w3m images</title>
<updated>2022-12-24T09:56:27+00:00</updated>
<author>
<name>Avi Halachmi (:avih)</name>
<email>avihpit@yahoo.com</email>
</author>
<published>2020-06-04T14:35:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/st/commit/?id=3d763919f55a8554c1f945ef6e83d74d2a3a0e60'/>
<id>urn:sha1:3d763919f55a8554c1f945ef6e83d74d2a3a0e60</id>
<content type='text'>
w3m images are a hack which renders on top of the terminal's drawable,
which didn't work in st because when using double buffering, the front
buffer (on which w3m draws its images) is ignored, and st draws only
on the back buffer, which is then copied to the front buffer.

There's a patch to make it work at the FAQ already, but that patch
canceles double-buffering, which can have negative side effects on
some cases such as flickering.

This patch achieves the same goal but instead of canceling the double
buffer it first copies the front buffer to the back buffer.

This has the same issues as the FAQ patch in that the cursor line is
deleted at the image (because st renders always full lines), but
otherwise it's simpler and does keeps double buffering.
</content>
</entry>
<entry>
<title>update config.def.h</title>
<updated>2022-12-24T09:56:12+00:00</updated>
<author>
<name>lonkaars</name>
<email>loek@pipeframe.xyz</email>
</author>
<published>2022-12-24T09:56:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/st/commit/?id=05fc2768c0bd0401e1ef2cd483317c4c3640eb8f'/>
<id>urn:sha1:05fc2768c0bd0401e1ef2cd483317c4c3640eb8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added font2 patch</title>
<updated>2022-03-07T10:59:07+00:00</updated>
<author>
<name>lonkaars</name>
<email>loek@pipeframe.xyz</email>
</author>
<published>2022-03-07T10:59:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/st/commit/?id=d5d96f4d33529e9b4dd7459de2bcf7d6c2f0a9e0'/>
<id>urn:sha1:d5d96f4d33529e9b4dd7459de2bcf7d6c2f0a9e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added osc patch</title>
<updated>2021-02-22T07:29:10+00:00</updated>
<author>
<name>lonkaars</name>
<email>l.leblansch@gmail.com</email>
</author>
<published>2021-02-22T07:29:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/st/commit/?id=550f2b8e3ddb02f2ceddb103fdbb4dfc6a6a4d6c'/>
<id>urn:sha1:550f2b8e3ddb02f2ceddb103fdbb4dfc6a6a4d6c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change character height in config.def.h</title>
<updated>2021-02-22T07:24:15+00:00</updated>
<author>
<name>lonkaars</name>
<email>l.leblansch@gmail.com</email>
</author>
<published>2021-02-22T07:24:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/st/commit/?id=295ca25eba4ab678af0de2b2584d91beaa768304'/>
<id>urn:sha1:295ca25eba4ab678af0de2b2584d91beaa768304</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vertcenter + spacing</title>
<updated>2020-12-29T09:16:49+00:00</updated>
<author>
<name>lonkaars</name>
<email>l.leblansch@gmail.com</email>
</author>
<published>2020-12-29T09:16:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/st/commit/?id=ad59b2a0bdde0de49bdb8b7e962e85f306847ca6'/>
<id>urn:sha1:ad59b2a0bdde0de49bdb8b7e962e85f306847ca6</id>
<content type='text'>
</content>
</entry>
</feed>
