<feed xmlns='http://www.w3.org/2005/Atom'>
<title>r-alacritty.git/alacritty/src/display, branch old-rahm</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>Re-implement crosshairs on newer alacritty.</title>
<updated>2025-02-06T00:49:34+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>joshuarahm@gmail.com</email>
</author>
<published>2024-02-19T22:27:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=04ef76f059c751f2c1c5a7e7c691f0e7c63e89c1'/>
<id>04ef76f059c751f2c1c5a7e7c691f0e7c63e89c1</id>
<content type='text'>
The config values are hardcoded atm.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The config values are hardcoded atm.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add option to drain PTY on shutdown</title>
<updated>2025-01-16T15:04:21+00:00</updated>
<author>
<name>Andrew Borg (Kashin)</name>
<email>1192958+aborg-dev@users.noreply.github.com</email>
</author>
<published>2025-01-16T15:04:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=5e78d20c709cb1ab8d44ca7a8702cc26d779227c'/>
<id>5e78d20c709cb1ab8d44ca7a8702cc26d779227c</id>
<content type='text'>
This patch removes the `hold` option on `alacritty_terminal` in favor of
a `drain_on_exit` option, which will drain the PTY before shutdown. The
hold logic is instead handled in `alacritty`.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch removes the `hold` option on `alacritty_terminal` in favor of
a `drain_on_exit` option, which will drain the PTY before shutdown. The
hold logic is instead handled in `alacritty`.</pre>
</div>
</content>
</entry>
<entry>
<title>Bump glutin to 0.32.2</title>
<updated>2025-01-12T19:30:27+00:00</updated>
<author>
<name>Kirill Chibisov</name>
<email>contact@kchibisov.com</email>
</author>
<published>2025-01-12T19:30:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=2290afff02bc8470fb4abeb2a2ffc1c22dc2ede7'/>
<id>2290afff02bc8470fb4abeb2a2ffc1c22dc2ede7</id>
<content type='text'>
This cleans up context managing.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This cleans up context managing.</pre>
</div>
</content>
</entry>
<entry>
<title>Try to recover from GPU resets</title>
<updated>2025-01-11T05:47:32+00:00</updated>
<author>
<name>Kirill Chibisov</name>
<email>contact@kchibisov.com</email>
</author>
<published>2025-01-11T05:47:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=cd884c984bbd6a7c65965681083da61e091ff7e5'/>
<id>cd884c984bbd6a7c65965681083da61e091ff7e5</id>
<content type='text'>
Use context robustness to get notified about GPU resets
and try to recover from them by rebuilding the rendering
pipeline.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use context robustness to get notified about GPU resets
and try to recover from them by rebuilding the rendering
pipeline.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix crash during live output search</title>
<updated>2025-01-09T02:25:53+00:00</updated>
<author>
<name>Kirill Chibisov</name>
<email>contact@kchibisov.com</email>
</author>
<published>2025-01-08T14:26:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=8833551b0da3fdace94e1e6c07c6f57f45d9065e'/>
<id>8833551b0da3fdace94e1e6c07c6f57f45d9065e</id>
<content type='text'>
Sometimes points could end up outside of viewport, thus the screen
will need to be invalidated. The default unwrapping does handle both
cases.

Fixes: a1ed79bd2c01 (Fix highlight invalidation on grid scroll)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sometimes points could end up outside of viewport, thus the screen
will need to be invalidated. The default unwrapping does handle both
cases.

Fixes: a1ed79bd2c01 (Fix highlight invalidation on grid scroll)
</pre>
</div>
</content>
</entry>
<entry>
<title>Pass activation token in alacritty msg create-window</title>
<updated>2025-01-04T09:16:42+00:00</updated>
<author>
<name>Kirill Chibisov</name>
<email>contact@kchibisov.com</email>
</author>
<published>2025-01-04T06:34:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=e79f4b22d809d12b5f09543872443d0fa818fee2'/>
<id>e79f4b22d809d12b5f09543872443d0fa818fee2</id>
<content type='text'>
Fixes #8337.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #8337.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary statics</title>
<updated>2024-12-09T22:04:43+00:00</updated>
<author>
<name>Integral</name>
<email>integral@member.fsf.org</email>
</author>
<published>2024-12-09T22:04:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=8731d157be4e49713587325f29099579d637a06a'/>
<id>8731d157be4e49713587325f29099579d637a06a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `window.level` config option</title>
<updated>2024-11-23T19:20:56+00:00</updated>
<author>
<name>David Horner</name>
<email>sites@tecdev.com</email>
</author>
<published>2024-11-23T19:20:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=6e9a19fd8317e9d0d6a33aa535a1f2ea56844626'/>
<id>6e9a19fd8317e9d0d6a33aa535a1f2ea56844626</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to new objc2 crates</title>
<updated>2024-11-21T00:36:25+00:00</updated>
<author>
<name>Mads Marquart</name>
<email>mads@marquart.dk</email>
</author>
<published>2024-11-21T00:36:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=4f739a7e2b933f6828ebf64654c8a8c573bf0ec1'/>
<id>4f739a7e2b933f6828ebf64654c8a8c573bf0ec1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix racing condition in hint triggering</title>
<updated>2024-11-02T20:05:51+00:00</updated>
<author>
<name>Christian Duerr</name>
<email>contact@christianduerr.com</email>
</author>
<published>2024-11-02T20:05:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=fd745a9f4cb3ba81623167c9d1117747353db33a'/>
<id>fd745a9f4cb3ba81623167c9d1117747353db33a</id>
<content type='text'>
This fixes an issue with hints where it was possible that the terminal
content of highlighted hints changed between the highlighted hint update
and the activation of the hint.

This patch always validates the hint's text content against the hint
itself to ensure that the content is still valid for the original hint
which triggered the highlight.

Closes #8277.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes an issue with hints where it was possible that the terminal
content of highlighted hints changed between the highlighted hint update
and the activation of the hint.

This patch always validates the hint's text content against the hint
itself to ensure that the content is still valid for the original hint
which triggered the highlight.

Closes #8277.</pre>
</div>
</content>
</entry>
</feed>
