<feed xmlns='http://www.w3.org/2005/Atom'>
<title>r-alacritty.git/alacritty_terminal/src, 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>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>Allow setting terminal env vars via PTY options</title>
<updated>2024-08-14T21:41:13+00:00</updated>
<author>
<name>Kirill Bulatov</name>
<email>mail4score@gmail.com</email>
</author>
<published>2024-03-18T01:15:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=2197a8eb53e260f56fc090d3f1c64fa76e25b8f1'/>
<id>2197a8eb53e260f56fc090d3f1c64fa76e25b8f1</id>
<content type='text'>
Closes #7778.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #7778.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix hint `Select` action for hyperlink escape</title>
<updated>2024-08-14T21:41:13+00:00</updated>
<author>
<name>Christian Duerr</name>
<email>contact@christianduerr.com</email>
</author>
<published>2024-03-12T11:15:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=84a9d7446eba3e912ad3b7efd0000ff8ea5845a7'/>
<id>84a9d7446eba3e912ad3b7efd0000ff8ea5845a7</id>
<content type='text'>
This fixes an issue where the `Select` action for hyperlink escape text
would select the entire line, instead of selecting only the hyperlink
itself.

It also changes the way hyperlinks with the same ID are highlighted,
removing the restriction of being on consecutive lines and instead
highlighting all visible cells that correspond to the matching
hyperlink.

Closes #7766.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes an issue where the `Select` action for hyperlink escape text
would select the entire line, instead of selecting only the hyperlink
itself.

It also changes the way hyperlinks with the same ID are highlighted,
removing the restriction of being on consecutive lines and instead
highlighting all visible cells that correspond to the matching
hyperlink.

Closes #7766.</pre>
</div>
</content>
</entry>
<entry>
<title>Set PTY's pixel size on startup</title>
<updated>2024-08-14T21:41:13+00:00</updated>
<author>
<name>Kirill Chibisov</name>
<email>contact@kchibisov.com</email>
</author>
<published>2024-03-09T21:58:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=082a348e7df9b35f4d574256f7a2856676421288'/>
<id>082a348e7df9b35f4d574256f7a2856676421288</id>
<content type='text'>
117719b3 removed the extra call for TIOCSWINSZ, however the initial
`openpty` call itself did not set the pixel size, which caused issues
with some clients.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
117719b3 removed the extra call for TIOCSWINSZ, however the initial
`openpty` call itself did not set the pixel size, which caused issues
with some clients.</pre>
</div>
</content>
</entry>
</feed>
