<feed xmlns='http://www.w3.org/2005/Atom'>
<title>r-alacritty.git/alacritty_terminal, 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 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>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>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>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>
<entry>
<title>Added a rudimentary undercurl to Alacritty. Currently does not support setting the color. That is the next task</title>
<updated>2021-09-15T06:12:07+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>rahm@google.com</email>
</author>
<published>2021-09-15T06:12:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=d2b578e011d62311125033d895060986a96d3c88'/>
<id>d2b578e011d62311125033d895060986a96d3c88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix alacitty_terminal build on windows</title>
<updated>2021-08-26T22:01:18+00:00</updated>
<author>
<name>Andrew Chin</name>
<email>achin@eminence32.net</email>
</author>
<published>2021-08-26T22:01:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=e6565f1b76973eeb5ad7c5f858834ca0bdfa9959'/>
<id>e6565f1b76973eeb5ad7c5f858834ca0bdfa9959</id>
<content type='text'>
The "consoleapi" feature in the winapi crate is required when using
things from the `winapi::um::consoleapi` module.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The "consoleapi" feature in the winapi crate is required when using
things from the `winapi::um::consoleapi` module.</pre>
</div>
</content>
</entry>
<entry>
<title>fixup</title>
<updated>2021-08-17T16:12:47+00:00</updated>
<author>
<name>betaboon</name>
<email>betaboon@0x80.ninja</email>
</author>
<published>2021-08-17T15:51:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=98fbb3f9285d8c00836e3bcfa6e1e13bf809e2a2'/>
<id>98fbb3f9285d8c00836e3bcfa6e1e13bf809e2a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Define MAX_GRAPHIC_DIMENSIONS as a 2-elements array.</title>
<updated>2021-08-17T13:49:26+00:00</updated>
<author>
<name>Ayose</name>
<email>ayosec@gmail.com</email>
</author>
<published>2021-05-31T19:53:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=c5b7304e93d94c0dee4b07f2741b07b6a9cef5e1'/>
<id>c5b7304e93d94c0dee4b07f2741b07b6a9cef5e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid unnecessary clone when set graphic data.</title>
<updated>2021-08-17T13:49:26+00:00</updated>
<author>
<name>Ayose</name>
<email>ayosec@gmail.com</email>
</author>
<published>2021-05-31T19:50:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=c20820de2978d92603d029da13c56ddfc79b019f'/>
<id>c20820de2978d92603d029da13c56ddfc79b019f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
