<feed xmlns='http://www.w3.org/2005/Atom'>
<title>r-alacritty.git/alacritty, branch 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>Have alacritty pass through X1Mouse and X2Mouse to Vim. (Forward and Backward buttons)</title>
<updated>2025-11-12T18:49:18+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>rahm@google.com</email>
</author>
<published>2025-02-06T19:20:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=1a18c5a963575bcacbdc8783c9214484f8dbe80a'/>
<id>1a18c5a963575bcacbdc8783c9214484f8dbe80a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-implement crosshairs on newer alacritty.</title>
<updated>2025-11-12T18:10:29+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=0ebcec25ba36398a83fca7165e4d79078c9b8cdf'/>
<id>0ebcec25ba36398a83fca7165e4d79078c9b8cdf</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>Merge remote-tracking branch 'vendor/master' into graphics</title>
<updated>2025-11-04T00:00:00+00:00</updated>
<author>
<name>Ayose</name>
<email>ayosec@gmail.com</email>
</author>
<published>2025-11-04T00:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=f036a3a25f0af25e13cad42ab8fdd4aa049c6e69'/>
<id>f036a3a25f0af25e13cad42ab8fdd4aa049c6e69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add foreground CWD implementation for OpenBSD</title>
<updated>2025-11-02T02:18:09+00:00</updated>
<author>
<name>Laurence Tratt</name>
<email>laurie@tratt.net</email>
</author>
<published>2025-11-02T02:18:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=fff942ac54e2b8dd78ced619413565601f2ac1ea'/>
<id>fff942ac54e2b8dd78ced619413565601f2ac1ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore touch gestures for enabling IME</title>
<updated>2025-10-26T05:26:27+00:00</updated>
<author>
<name>Christian Duerr</name>
<email>contact@christianduerr.com</email>
</author>
<published>2025-10-26T05:26:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=1399545f48f3a7ec558377a7b935b9a94482d22b'/>
<id>1399545f48f3a7ec558377a7b935b9a94482d22b</id>
<content type='text'>
Previously whenever the user would use touch gestures to make selections
or scroll the terminal, IME would automatically be enabled due to the
focus change and reduce the terminal height. This isn't ideal when the
goal is just scanning through the terminal history without making any
input.

This patch keeps track of pointer and touch focus and only enables IME
when either the pointer is within the window or a tap touch sequence was
performed to give the window 'touch focus'.

The initial touch tap sequence used to enable IME is still forwarded to
the terminal as a simulated click event, since otherwise touch devices
without virtual keyboard would be forced into a confusing additional tap
to make it work. This means that virtual keyboard users will not be able
to open the virtual keyboard without creating a click event, which
should still be preferable to the status quo.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously whenever the user would use touch gestures to make selections
or scroll the terminal, IME would automatically be enabled due to the
focus change and reduce the terminal height. This isn't ideal when the
goal is just scanning through the terminal history without making any
input.

This patch keeps track of pointer and touch focus and only enables IME
when either the pointer is within the window or a tap touch sequence was
performed to give the window 'touch focus'.

The initial touch tap sequence used to enable IME is still forwarded to
the terminal as a simulated click event, since otherwise touch devices
without virtual keyboard would be forced into a confusing additional tap
to make it work. This means that virtual keyboard users will not be able
to open the virtual keyboard without creating a click event, which
should still be preferable to the status quo.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix OpenGL robustness crash</title>
<updated>2025-10-20T05:27:07+00:00</updated>
<author>
<name>Christian Duerr</name>
<email>contact@christianduerr.com</email>
</author>
<published>2025-10-20T05:27:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=7b33cbcbc287822ad0faf3744cff3db05fb20274'/>
<id>7b33cbcbc287822ad0faf3744cff3db05fb20274</id>
<content type='text'>
This disables the OpenGL context's robustness feature since some GPUs
that advertise robustness support do not support sufficient capabilities
for our implementation.

Closes #8713.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This disables the OpenGL context's robustness feature since some GPUs
that advertise robustness support do not support sufficient capabilities
for our implementation.

Closes #8713.</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore when config file is moved</title>
<updated>2025-10-16T06:37:33+00:00</updated>
<author>
<name>Lulu</name>
<email>git@src.lu</email>
</author>
<published>2025-10-16T06:37:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=a513d137791b98a082eb4bf591b1fd5db7a942cb'/>
<id>a513d137791b98a082eb4bf591b1fd5db7a942cb</id>
<content type='text'>
As this is practically the same as deleting the file it should be
treated the same and ignored.

Moving a file from somewhere to the config file is not ignored and the config
will reload as normal.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As this is practically the same as deleting the file it should be
treated the same and ignored.

Moving a file from somewhere to the config file is not ignored and the config
will reload as normal.</pre>
</div>
</content>
</entry>
<entry>
<title>Bump dependencies</title>
<updated>2025-10-08T12:05:01+00:00</updated>
<author>
<name>Christian Duerr</name>
<email>contact@christianduerr.com</email>
</author>
<published>2025-10-08T12:05:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=48e19ec3cb03f063710b24abf7a1d9ad753a7754'/>
<id>48e19ec3cb03f063710b24abf7a1d9ad753a7754</id>
<content type='text'>
This performs all non-breaking dependency updates, which includes
unicode-width 0.2.2 for Unicode 17 support.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This performs all non-breaking dependency updates, which includes
unicode-width 0.2.2 for Unicode 17 support.</pre>
</div>
</content>
</entry>
<entry>
<title>Disable NSAutoFillHeuristicController on macOS</title>
<updated>2025-10-04T18:43:53+00:00</updated>
<author>
<name>Andy</name>
<email>bigspeedfpv@gmail.com</email>
</author>
<published>2025-10-04T18:43:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=fa36b3abb165d26595bb8b9c74042dd74ed0f235'/>
<id>fa36b3abb165d26595bb8b9c74042dd74ed0f235</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'vendor/master' into graphics</title>
<updated>2025-09-07T00:00:00+00:00</updated>
<author>
<name>Ayose</name>
<email>ayosec@gmail.com</email>
</author>
<published>2025-09-07T00:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=abfb05824a62fd586f87d051176ad0a666c5265a'/>
<id>abfb05824a62fd586f87d051176ad0a666c5265a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
