<feed xmlns='http://www.w3.org/2005/Atom'>
<title>st.git, branch master</title>
<subtitle>my rice of st
</subtitle>
<id>https://git.gustafrydholm.xyz/st.git/atom?h=master</id>
<link rel='self' href='https://git.gustafrydholm.xyz/st.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.gustafrydholm.xyz/st.git/'/>
<updated>2023-07-11T12:06:12Z</updated>
<entry>
<title>Update font style for nerd symbols</title>
<updated>2023-07-11T12:06:12Z</updated>
<author>
<name>Gustaf Rydholm</name>
<email>gustaf.rydholm@gmail.com</email>
</author>
<published>2023-07-11T12:06:12Z</published>
<link rel='alternate' type='text/html' href='https://git.gustafrydholm.xyz/st.git/commit/?id=8c0bee8ab328825552874a78fc1d23da04060320'/>
<id>urn:sha1:8c0bee8ab328825552874a78fc1d23da04060320</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ignore C1 control characters in UTF-8 mode</title>
<updated>2023-05-07T22:49:25Z</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2023-02-07T19:00:59Z</published>
<link rel='alternate' type='text/html' href='https://git.gustafrydholm.xyz/st.git/commit/?id=3e1afae00450cf3ddadec904e3f37966bb866209'/>
<id>urn:sha1:3e1afae00450cf3ddadec904e3f37966bb866209</id>
<content type='text'>
Ignore processing and printing C1 control characters in UTF-8 mode.
These are in the range: 0x80 - 0x9f.

By default in st the mode is set to UTF-8.

This matches more the behaviour of xterm with the options -u8 or +u8 also.
Also see the xterm resource "allowC1Printable".

Let me know if this breaks something, in most cases I don't think so.

As usual a very good reference is:
https://invisible-island.net/xterm/ctlseqs/ctlseqs.html
</content>
</entry>
<entry>
<title>Add support for DSR response "OK" escape sequence</title>
<updated>2023-05-07T22:49:12Z</updated>
<author>
<name>Adam Price</name>
<email>komidore64@gmail.com</email>
</author>
<published>2023-02-07T18:54:29Z</published>
<link rel='alternate' type='text/html' href='https://git.gustafrydholm.xyz/st.git/commit/?id=9b61c72d8d171ddb1dec59f4cbf728766d2cfc40'/>
<id>urn:sha1:9b61c72d8d171ddb1dec59f4cbf728766d2cfc40</id>
<content type='text'>
"VT100 defines an escape sequence [1] called Device Status Report (DSR). When
the DSR sequence received is `csi 5n`, an "OK" response `csi 0n` is returned.
This patch adds that "OK" response.

I encountered this missing sequence when I noticed that fzf [2] would clobber
my prompt whenever completing a find.

To test that ST doesn't currently respond to `csi 5n`, use fzf's shell
extension in ST's repo to complete the path for a file.

    my-fancy-prompt $ vim **&lt;tab&gt;
    &lt;select a file&gt;
    st.c

Select a file with &lt;enter&gt;, and notice that fzf clobbers some or all of your
prompt.

After applying this patch, do the same test as above and notice that fzf has no
longer clobbered your prompt by placing the file name in the correct position
in your command.

    my-fancy-prompt $ vim **&lt;tab&gt;
    &lt;select a file&gt;
    my-fancy prompt $ vim st.c

Thank you for considering my first patch submission.

[1] https://www.xfree86.org/current/ctlseqs.html#VT100%20Mode
[2] https://github.com/junegunn/fzf
"

Patch slightly adapted with input from the mailinglist,
</content>
</entry>
<entry>
<title>Fixed OSC color reset without parameter-&gt;resets all colors</title>
<updated>2023-05-07T22:48:54Z</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2023-02-05T12:29:35Z</published>
<link rel='alternate' type='text/html' href='https://git.gustafrydholm.xyz/st.git/commit/?id=fd53c918d2e070b96a83c347ffefcf6842c3124f'/>
<id>urn:sha1:fd53c918d2e070b96a83c347ffefcf6842c3124f</id>
<content type='text'>
Adapted from (garbled) patch by wim &lt;wim@thinkerwim.org&gt;

Additional notes: it should reset all the colors using xloadcols().
To reproduce: set a different (theme) color using some escape code, then reset
it:

	printf '\x1b]104\x07'
</content>
</entry>
<entry>
<title>fix buffer overflow when handling long composed input</title>
<updated>2023-05-07T22:48:42Z</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2022-10-25T15:11:11Z</published>
<link rel='alternate' type='text/html' href='https://git.gustafrydholm.xyz/st.git/commit/?id=694803663e99299519e1dee88106adfc973c39b3'/>
<id>urn:sha1:694803663e99299519e1dee88106adfc973c39b3</id>
<content type='text'>
To reproduce the issue:

"
If you already have the multi-key enabled on your system, then add this line
to your ~/.XCompose file:

[...]
&lt;question&gt; &lt;T&gt; &lt;E&gt; &lt;S&gt; &lt;T&gt; &lt;question&gt; :
"1234567890123456789012345678901234567890123456789012345678901234567890"
"

Reported by and an initial patch by Andy Gozas &lt;andy@gozas.me&gt;, thanks!

Adapted the patch, for now st (like dmenu) handles a fixed amount of composed
characters, or otherwise ignores it. This is done for simplicity sake.
</content>
</entry>
<entry>
<title>bump version to 0.9</title>
<updated>2023-05-07T22:48:29Z</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2022-10-04T17:40:30Z</published>
<link rel='alternate' type='text/html' href='https://git.gustafrydholm.xyz/st.git/commit/?id=e95ea6bb8fd0638d7e9d0f70a3cbfbed18264435'/>
<id>urn:sha1:e95ea6bb8fd0638d7e9d0f70a3cbfbed18264435</id>
<content type='text'>
</content>
</entry>
<entry>
<title>FAQ: document the color emojis crash issue which affected some systems is fixed</title>
<updated>2023-05-07T22:48:15Z</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2022-09-16T21:07:09Z</published>
<link rel='alternate' type='text/html' href='https://git.gustafrydholm.xyz/st.git/commit/?id=43fe8ada58d53585c3b1d283203a7ed577497ba2'/>
<id>urn:sha1:43fe8ada58d53585c3b1d283203a7ed577497ba2</id>
<content type='text'>
It is fixed in libXft 2.3.6:

https://gitlab.freedesktop.org/xorg/lib/libxft/-/blob/libXft-2.3.5/NEWS
</content>
</entry>
<entry>
<title>st: use `void' to indicate an empty parameter list</title>
<updated>2023-05-07T22:48:00Z</updated>
<author>
<name>Tom Schwindl</name>
<email>schwindl@posteo.de</email>
</author>
<published>2022-08-18T14:55:19Z</published>
<link rel='alternate' type='text/html' href='https://git.gustafrydholm.xyz/st.git/commit/?id=05fb7587ede0790489e5a912182e0c79bc338708'/>
<id>urn:sha1:05fb7587ede0790489e5a912182e0c79bc338708</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makefile: add manual path for OpenBSD</title>
<updated>2023-05-07T22:47:46Z</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2022-05-01T16:38:40Z</published>
<link rel='alternate' type='text/html' href='https://git.gustafrydholm.xyz/st.git/commit/?id=b40e01e0550e6e796c74a49583e1bbbf479d0199'/>
<id>urn:sha1:b40e01e0550e6e796c74a49583e1bbbf479d0199</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge 8629d9a1da72cc18568a8f146307b0e939b77ebf</title>
<updated>2023-05-07T22:47:23Z</updated>
<author>
<name>NRK</name>
<email>nrk@disroot.org</email>
</author>
<published>2022-01-07T17:21:04Z</published>
<link rel='alternate' type='text/html' href='https://git.gustafrydholm.xyz/st.git/commit/?id=cbe9567b1f59ef9c18412426a4b0a50ba2145b56'/>
<id>urn:sha1:cbe9567b1f59ef9c18412426a4b0a50ba2145b56</id>
<content type='text'>
</content>
</entry>
</feed>
