<feed xmlns='http://www.w3.org/2005/Atom'>
<title>r-alacritty.git/alacritty_terminal, branch rahm2</title>
<subtitle>My custom-patched version of alacritty.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/'/>
<entry>
<title>Add alacritty extension script support.</title>
<updated>2024-08-14T21:42:42+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>rahm@google.com</email>
</author>
<published>2024-06-26T00:01:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=001a0da746c695721490c7cf6f3153c6351603f3'/>
<id>001a0da746c695721490c7cf6f3153c6351603f3</id>
<content type='text'>
This allows an escape code to invoke user-defined extensions found in
/home/rahm/.local/bin/alacritty-ext.sh. The terminal passes to this
script the escape-code arguments.

This allows things like opening links in the browser even through an ssh
connection.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows an escape code to invoke user-defined extensions found in
/home/rahm/.local/bin/alacritty-ext.sh. The terminal passes to this
script the escape-code arguments.

This allows things like opening links in the browser even through an ssh
connection.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix spelling errors</title>
<updated>2024-08-14T21:42:41+00:00</updated>
<author>
<name>Josh Soref</name>
<email>2119212+jsoref@users.noreply.github.com</email>
</author>
<published>2024-05-24T17:32:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=e7cc5a5c8fdd1a70f90523a8654c253a0e1b00b2'/>
<id>e7cc5a5c8fdd1a70f90523a8654c253a0e1b00b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix IO safety violation from consequent dropping `OwnedFd`</title>
<updated>2024-08-14T21:42:41+00:00</updated>
<author>
<name>Jakob Hellermann</name>
<email>jakob.hellermann@protonmail.com</email>
</author>
<published>2024-05-23T14:03:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=a45adac92c447649a1123557e72939cf43233c99'/>
<id>a45adac92c447649a1123557e72939cf43233c99</id>
<content type='text'>
This was not a _real_ violation and was _expected_, though for rust
to not complain clone FD properly...</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was not a _real_ violation and was _expected_, though for rust
to not complain clone FD properly...</pre>
</div>
</content>
</entry>
<entry>
<title>Fix FD leak after closing child windows</title>
<updated>2024-08-14T21:42:41+00:00</updated>
<author>
<name>Christian Duerr</name>
<email>contact@christianduerr.com</email>
</author>
<published>2024-05-22T12:25:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=5691e1ed0ac4f465a9c845b93162e7bb389415b4'/>
<id>5691e1ed0ac4f465a9c845b93162e7bb389415b4</id>
<content type='text'>
This patch fixes an issue with signal handling where Alacritty would
permanently create one signal handling FD for each alacritty window
created by an instance. This FD was never released, causing a leak of
the FD.

Closes #7983.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch fixes an issue with signal handling where Alacritty would
permanently create one signal handling FD for each alacritty window
created by an instance. This FD was never released, causing a leak of
the FD.

Closes #7983.</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore shell RCs for macOS zsh wrapper</title>
<updated>2024-08-14T21:42:41+00:00</updated>
<author>
<name>Nathan Lilienthal</name>
<email>nathan@nixpulvis.com</email>
</author>
<published>2024-05-15T22:38:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=0704735fa0f5d3a92e54ca62920c5010468dfa78'/>
<id>0704735fa0f5d3a92e54ca62920c5010468dfa78</id>
<content type='text'>
Closes #7886.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #7886.</pre>
</div>
</content>
</entry>
<entry>
<title>Bump winit to 0.30.0</title>
<updated>2024-08-14T21:42:41+00:00</updated>
<author>
<name>Kirill Chibisov</name>
<email>contact@kchibisov.com</email>
</author>
<published>2024-05-04T16:51:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=823c945b0049565bfce1b26010183a2874dd06fe'/>
<id>823c945b0049565bfce1b26010183a2874dd06fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump alacritty_terminal to 0.24.1-dev</title>
<updated>2024-08-14T21:42:41+00:00</updated>
<author>
<name>Christian Duerr</name>
<email>contact@christianduerr.com</email>
</author>
<published>2024-05-03T19:47:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=6389f9a409f70be69fb7f889ff7989700579f03c'/>
<id>6389f9a409f70be69fb7f889ff7989700579f03c</id>
<content type='text'>
This is only an update to the development version and does not represent
a stable release.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is only an update to the development version and does not represent
a stable release.</pre>
</div>
</content>
</entry>
<entry>
<title>Add `from_file_descriptors()` to `tty::unix`</title>
<updated>2024-08-14T21:42:41+00:00</updated>
<author>
<name>Owen Law</name>
<email>81528246+someone13574@users.noreply.github.com</email>
</author>
<published>2024-05-01T05:27:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=0e7a84d15fb2674660abca28b9cbc1e6ab0163fe'/>
<id>0e7a84d15fb2674660abca28b9cbc1e6ab0163fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix window being focused by default</title>
<updated>2024-08-14T21:42:41+00:00</updated>
<author>
<name>Kirill Chibisov</name>
<email>contact@kchibisov.com</email>
</author>
<published>2024-04-18T18:58:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=cea5bdb90654fda9ca881484a238ed4ac87b22e9'/>
<id>cea5bdb90654fda9ca881484a238ed4ac87b22e9</id>
<content type='text'>
Winit explicitly states that the window is not focused by default and
the `Focused` event will deliver the state later on.

Also start adding notable changes to alacritty_terminal in its own
CHANGELOG.

Closes #7866.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Winit explicitly states that the window is not focused by default and
the `Focused` event will deliver the state later on.

Also start adding notable changes to alacritty_terminal in its own
CHANGELOG.

Closes #7866.</pre>
</div>
</content>
</entry>
<entry>
<title>Update homepage and repository in Cargo manifests</title>
<updated>2024-08-14T21:42:41+00:00</updated>
<author>
<name>Foorack / Max Faxälv</name>
<email>max@foorack.com</email>
</author>
<published>2024-03-31T01:57:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=812873d4589b34a8bf313e501663255f4b6c857b'/>
<id>812873d4589b34a8bf313e501663255f4b6c857b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
