<feed xmlns='http://www.w3.org/2005/Atom'>
<title>r-alacritty.git/alacritty/src, branch experimental</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 logo key prefix and alt behavior configuration options</title>
<updated>2021-10-26T04:49:16+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>rahm@google.com</email>
</author>
<published>2021-10-26T04:49:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=b28edbad4eea1c4c8b233925ec520ec8f401d407'/>
<id>b28edbad4eea1c4c8b233925ec520ec8f401d407</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make keybindings more consistent with libtermkey</title>
<updated>2021-10-11T07:15:39+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>joshuarahm@gmail.com</email>
</author>
<published>2021-10-11T07:15:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=01554367f00f7c39ad17163cd5922a069284844a'/>
<id>01554367f00f7c39ad17163cd5922a069284844a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add configurable crosshairs to Alacritty.</title>
<updated>2021-10-09T05:00:53+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>rahm@google.com</email>
</author>
<published>2021-10-09T05:00:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=52f6fd90867881300aa64034dc2c698c3fda1f34'/>
<id>52f6fd90867881300aa64034dc2c698c3fda1f34</id>
<content type='text'>
This allows the user to put semitransparent rectangles around the
current cursor line and column, á la Vim's cursor line/column, but
for the whole terminal.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows the user to put semitransparent rectangles around the
current cursor line and column, á la Vim's cursor line/column, but
for the whole terminal.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some more terminal code stuff.</title>
<updated>2021-10-07T00:39:54+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>rahm@google.com</email>
</author>
<published>2021-10-07T00:39:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=750d1e196875a7063da5aa38673d0792911e8ad3'/>
<id>750d1e196875a7063da5aa38673d0792911e8ad3</id>
<content type='text'>
- The &lt;Hyper&gt; key now sends &lt;C-M-S-Insert&gt; to make keybinding
  easier.

- the &lt;Ctrl&gt; key with a multibyte character now prepends
  &lt;C-M-S-Insert&gt;

- &lt;Shift-Space&gt; now returns the "\x1b[32;2u"

- &lt;Shift-Alt&gt; now sends ""\x1b\x1b[32;2u""
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- The &lt;Hyper&gt; key now sends &lt;C-M-S-Insert&gt; to make keybinding
  easier.

- the &lt;Ctrl&gt; key with a multibyte character now prepends
  &lt;C-M-S-Insert&gt;

- &lt;Shift-Space&gt; now returns the "\x1b[32;2u"

- &lt;Shift-Alt&gt; now sends ""\x1b\x1b[32;2u""
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'betaboon/graphics' into experimental</title>
<updated>2021-10-05T20:36:31+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>rahm@google.com</email>
</author>
<published>2021-10-05T20:36:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=7a209fa45f1f4d07cb4a885e8ea3d03e47cf48ae'/>
<id>7a209fa45f1f4d07cb4a885e8ea3d03e47cf48ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Relax the ASCII constraint for ALT, and add support for LOGO.</title>
<updated>2021-10-03T20:27:30+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>rahm@google.com</email>
</author>
<published>2021-10-03T20:27:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=1725e30e144b04e2e2e30efc76eb968c97a0eabf'/>
<id>1725e30e144b04e2e2e30efc76eb968c97a0eabf</id>
<content type='text'>
Traditionally only ASCII characters can be sent with the ALT key. This
is an arbitrary restriction than I have relaxed. This means now ALT+ñ
will produce '^[ñ' on the terminal as expected.

I have also added support for the Windows key to send the escapesequence
'\x1b@\x1b\' so a mapping can be created in Vim for something like
'&lt;M-@&gt;&lt;M-\&gt;t' for Windows+t.

In addition, it's worth noting that Glutin does not differentiate
between the windows key and the hyper key, so if one is relatively
perverse like me and has a hyper key, it can be used to sent logo keys
to the terminal without X intercepting it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Traditionally only ASCII characters can be sent with the ALT key. This
is an arbitrary restriction than I have relaxed. This means now ALT+ñ
will produce '^[ñ' on the terminal as expected.

I have also added support for the Windows key to send the escapesequence
'\x1b@\x1b\' so a mapping can be created in Vim for something like
'&lt;M-@&gt;&lt;M-\&gt;t' for Windows+t.

In addition, it's worth noting that Glutin does not differentiate
between the windows key and the hyper key, so if one is relatively
perverse like me and has a hyper key, it can be used to sent logo keys
to the terminal without X intercepting it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a dotted underline feature and changed the undercurl feature to be</title>
<updated>2021-09-28T05:45:48+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>rahm@google.com</email>
</author>
<published>2021-09-28T05:45:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=505bbdb0aa09350a2c52ede96cbacc6e9cf084a2'/>
<id>505bbdb0aa09350a2c52ede96cbacc6e9cf084a2</id>
<content type='text'>
more antialiased.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
more antialiased.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add overline attribute.</title>
<updated>2021-09-15T18:13:09+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>rahm@google.com</email>
</author>
<published>2021-09-15T18:13:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=843583e2246a2404999b6c36293d7966cfb84334'/>
<id>843583e2246a2404999b6c36293d7966cfb84334</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change undercurl line style</title>
<updated>2021-09-15T17:50:56+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>rahm@google.com</email>
</author>
<published>2021-09-15T17:50:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=579a59b054b5b994317b58bde1f075b1389f05e7'/>
<id>579a59b054b5b994317b58bde1f075b1389f05e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added ability to set the special color for the undercur and underlines using the standard ANSI code 59</title>
<updated>2021-09-15T07:18:33+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>rahm@google.com</email>
</author>
<published>2021-09-15T07:08:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=2ded77656793f340440fe0efb54119697bb22a1a'/>
<id>2ded77656793f340440fe0efb54119697bb22a1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
