<feed xmlns='http://www.w3.org/2005/Atom'>
<title>r-alacritty-vte.git/utf8parse, branch master</title>
<subtitle>Alacritty's VTE library with Rahm's extra hacks.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty-vte.git/'/>
<entry>
<title>Bump crate versions missing license files</title>
<updated>2024-06-08T07:07:09+00:00</updated>
<author>
<name>Christian Duerr</name>
<email>contact@christianduerr.com</email>
</author>
<published>2024-06-08T07:07:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty-vte.git/commit/?id=ebc4a4d7259678a8626f5c269ea9348dfc3e79b2'/>
<id>ebc4a4d7259678a8626f5c269ea9348dfc3e79b2</id>
<content type='text'>
This patch bumps utf8parse/vte_generate_state_changes versions to
release the change which included the license files into the crates.io
package.

Closes #113.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch bumps utf8parse/vte_generate_state_changes versions to
release the change which included the license files into the crates.io
package.

Closes #113.</pre>
</div>
</content>
</entry>
<entry>
<title>Add licenses to vte_generate_state_changes</title>
<updated>2024-01-25T03:17:05+00:00</updated>
<author>
<name>Casey Dahlin</name>
<email>casey.dahlin@gmail.com</email>
</author>
<published>2024-01-25T03:17:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty-vte.git/commit/?id=ed51aa19b7ad060f62a75ec55ebb802ced850b1a'/>
<id>ed51aa19b7ad060f62a75ec55ebb802ced850b1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate `ansi` from `alacritty_terminal`</title>
<updated>2023-05-14T22:54:30+00:00</updated>
<author>
<name>Anhad Singh</name>
<email>62820092+Andy-Python-Programmer@users.noreply.github.com</email>
</author>
<published>2023-05-14T22:54:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty-vte.git/commit/?id=257b925513c8bf47895dac90d8ccb815bec88492'/>
<id>257b925513c8bf47895dac90d8ccb815bec88492</id>
<content type='text'>
Signed-off-by: Andy-Python-Programmer &lt;andypythonappdeveloper@gmail.com&gt;
Signed-off-by: Anhad Singh &lt;andypythonappdeveloper@gmail.com&gt;
Co-authored-by: Nicholas Sim &lt;nsim@posteo.net&gt;
Co-authored-by: Christian Duerr &lt;contact@christianduerr.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Andy-Python-Programmer &lt;andypythonappdeveloper@gmail.com&gt;
Signed-off-by: Anhad Singh &lt;andypythonappdeveloper@gmail.com&gt;
Co-authored-by: Nicholas Sim &lt;nsim@posteo.net&gt;
Co-authored-by: Christian Duerr &lt;contact@christianduerr.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Bump utf8parse to 0.2.1</title>
<updated>2023-03-09T14:46:41+00:00</updated>
<author>
<name>Christian Duerr</name>
<email>contact@christianduerr.com</email>
</author>
<published>2023-03-09T14:46:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty-vte.git/commit/?id=aba7d319b621609ab4244d1fe25187a319b04664'/>
<id>aba7d319b621609ab4244d1fe25187a319b04664</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add trivial derives to `utf8parser::Parser`</title>
<updated>2023-03-08T16:53:10+00:00</updated>
<author>
<name>Ed Page</name>
<email>eopage@gmail.com</email>
</author>
<published>2023-03-08T16:53:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty-vte.git/commit/?id=8b415320df73b54808ae06d0bf22adcb7dc706ee'/>
<id>8b415320df73b54808ae06d0bf22adcb7dc706ee</id>
<content type='text'>
Much like `std::ops::Range`, we likely don't want this to be `Copy` as
that makes it too easy to get mixed up on what state you are using but
`Clone` should be explicit enough to be safe.

`PartialOrd` / `Ord` were left off because there isn't really a
user-facing ordering to these types

`Hash` was left off as the use cases for it isn't clear.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Much like `std::ops::Range`, we likely don't want this to be `Copy` as
that makes it too easy to get mixed up on what state you are using but
`Clone` should be explicit enough to be safe.

`PartialOrd` / `Ord` were left off because there isn't really a
user-facing ordering to these types

`Hash` was left off as the use cases for it isn't clear.</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate to 2021 edition</title>
<updated>2022-01-16T06:34:22+00:00</updated>
<author>
<name>Kirill Chibisov</name>
<email>contact@kchibisov.com</email>
</author>
<published>2022-01-16T06:34:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty-vte.git/commit/?id=dfac57ef3fdd5ddc884ce7d7559137c5123bae3e'/>
<id>dfac57ef3fdd5ddc884ce7d7559137c5123bae3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove redundant `.to_string()`</title>
<updated>2020-06-15T16:04:32+00:00</updated>
<author>
<name>Dan Gohman</name>
<email>sunfish@mozilla.com</email>
</author>
<published>2020-06-15T16:04:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty-vte.git/commit/?id=582731cf9d3bdb4ba453e189fb114583f0b8f0f0'/>
<id>582731cf9d3bdb4ba453e189fb114583f0b8f0f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pass terminator to osc dispatcher</title>
<updated>2020-01-29T15:57:04+00:00</updated>
<author>
<name>Christian Duerr</name>
<email>contact@christianduerr.com</email>
</author>
<published>2020-01-29T15:57:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty-vte.git/commit/?id=e61e9652241a8e85ffdbb6dc6e48375e30ea9d40'/>
<id>e61e9652241a8e85ffdbb6dc6e48375e30ea9d40</id>
<content type='text'>
Even though the ST terminator is the only officially supported
terminator, some applications still rely on BEL to work properly. Both
have been supported historically, however there was no way for the
terminal to tell which terminator was used.

Since OSC escapes frequently offer the `?` parameter to query for the
current format, some applications expect the response terminator to
match the request terminator. To make it possible to support this, the
osc_dispatcher is now informed when the BEL terminator was used.

Since the C1 ST terminator was not yet supported for OSC escapes,
support for it has also been added.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Even though the ST terminator is the only officially supported
terminator, some applications still rely on BEL to work properly. Both
have been supported historically, however there was no way for the
terminal to tell which terminator was used.

Since OSC escapes frequently offer the `?` parameter to query for the
current format, some applications expect the response terminator to
match the request terminator. To make it possible to support this, the
osc_dispatcher is now informed when the BEL terminator was used.

Since the C1 ST terminator was not yet supported for OSC escapes,
support for it has also been added.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix outdated URLs</title>
<updated>2020-01-20T22:45:09+00:00</updated>
<author>
<name>Alex Touchet</name>
<email>alextouchet@outlook.com</email>
</author>
<published>2020-01-20T22:45:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty-vte.git/commit/?id=7399615d1f94676b99defff0ebe9a385e26d7199'/>
<id>7399615d1f94676b99defff0ebe9a385e26d7199</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump utf8parse to 0.2.0</title>
<updated>2019-12-10T19:58:39+00:00</updated>
<author>
<name>Christian Duerr</name>
<email>contact@christianduerr.com</email>
</author>
<published>2019-12-10T19:58:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty-vte.git/commit/?id=5e5d7de9c8054f837a2d34d0d9a8c3791ab15bf8'/>
<id>5e5d7de9c8054f837a2d34d0d9a8c3791ab15bf8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
