<feed xmlns='http://www.w3.org/2005/Atom'>
<title>r-alacritty.git/src/config, 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>Split alacritty into a separate crates</title>
<updated>2019-04-28T13:24:58+00:00</updated>
<author>
<name>Theodore Dubois</name>
<email>tblodt@icloud.com</email>
</author>
<published>2019-04-28T13:24:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=dbd8538762ef8968a493e1bf996e8693479ca783'/>
<id>dbd8538762ef8968a493e1bf996e8693479ca783</id>
<content type='text'>
The crate containing the entry point is called alacritty, and the crate
containing everything else is called alacritty_terminal.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The crate containing the entry point is called alacritty, and the crate
containing everything else is called alacritty_terminal.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add fullscreen support</title>
<updated>2019-04-23T19:05:47+00:00</updated>
<author>
<name>acheronfail</name>
<email>acheronfail@gmail.com</email>
</author>
<published>2019-04-23T19:05:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=e9813031f6e308984cb5547aa1049839cb75745f'/>
<id>e9813031f6e308984cb5547aa1049839cb75745f</id>
<content type='text'>
Fixes #34.
Fixes #2012.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #34.
Fixes #2012.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix cursor colors</title>
<updated>2019-04-20T22:47:05+00:00</updated>
<author>
<name>Christian Duerr</name>
<email>chrisduerr@users.noreply.github.com</email>
</author>
<published>2019-04-20T22:47:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=0d060d5d801e3abb55035269138d819d38fc175b'/>
<id>0d060d5d801e3abb55035269138d819d38fc175b</id>
<content type='text'>
This fixes a recent regression in
cfc20d4f34dca535654cc32df18e785296af4cc5 which broke cursor colors when
specified in the `colors.cursor` field in the config.

It also removes a lot of unneeded code from the font crate related to
the cursor rendering.

This fixes #2338.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes a recent regression in
cfc20d4f34dca535654cc32df18e785296af4cc5 which broke cursor colors when
specified in the `colors.cursor` field in the config.

It also removes a lot of unneeded code from the font crate related to
the cursor rendering.

This fixes #2338.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix duplicate resize events</title>
<updated>2019-04-14T15:37:58+00:00</updated>
<author>
<name>Christian Duerr</name>
<email>chrisduerr@users.noreply.github.com</email>
</author>
<published>2019-04-14T15:37:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=5174f9b27488902e7862aeb470aa0f0375c95e46'/>
<id>5174f9b27488902e7862aeb470aa0f0375c95e46</id>
<content type='text'>
If a resize event is identical to the current size, it is no longer
propagated but the resize is discarded immediately.

To further prevent resizes when not necessary, the list of monitors is
enumerated and the DPR of the first display is assumed to be the target
DPR.

This allows spawning a window with dimensions when the config has
columns and lines specified and the window only needs to be resized if
the estimated DPR is not correct.

Fixes #1825.
Fixes #204.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a resize event is identical to the current size, it is no longer
propagated but the resize is discarded immediately.

To further prevent resizes when not necessary, the list of monitors is
enumerated and the DPR of the first display is assumed to be the target
DPR.

This allows spawning a window with dimensions when the config has
columns and lines specified and the window only needs to be resized if
the estimated DPR is not correct.

Fixes #1825.
Fixes #204.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ScrollLineUp and ScrollLineDown actions for scrolling line by line</title>
<updated>2019-04-08T19:50:06+00:00</updated>
<author>
<name>Jerry Yin</name>
<email>enjmiah@users.noreply.github.com</email>
</author>
<published>2019-04-08T19:50:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=090842bd8e8890c40cf40a4430bae1b073515c40'/>
<id>090842bd8e8890c40cf40a4430bae1b073515c40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add rustfmt style guide</title>
<updated>2019-03-30T16:48:36+00:00</updated>
<author>
<name>Christian Duerr</name>
<email>chrisduerr@users.noreply.github.com</email>
</author>
<published>2019-03-30T16:48:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=cfd025b5289bc305470a96657868c982a2b13bc2'/>
<id>cfd025b5289bc305470a96657868c982a2b13bc2</id>
<content type='text'>

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

</pre>
</div>
</content>
</entry>
<entry>
<title>Add additional key bindings for changing font size</title>
<updated>2019-03-15T20:41:48+00:00</updated>
<author>
<name>Aaron Goodfellow</name>
<email>amgoodfellow@oakland.edu</email>
</author>
<published>2019-03-15T20:41:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=e2eb5bbd2e564710d35d06f04789486b227ffeb8'/>
<id>e2eb5bbd2e564710d35d06f04789486b227ffeb8</id>
<content type='text'>
This fixes #2010.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes #2010.</pre>
</div>
</content>
</entry>
<entry>
<title>Add text reflow</title>
<updated>2019-03-13T18:55:18+00:00</updated>
<author>
<name>Christian Duerr</name>
<email>chrisduerr@users.noreply.github.com</email>
</author>
<published>2019-03-13T18:55:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=b1032bcc6b79135f87f327548e43563da05657fb'/>
<id>b1032bcc6b79135f87f327548e43563da05657fb</id>
<content type='text'>
Alacritty will now automatically reflow lines and shrink them when they
would usually exceed the new width of the terminal instead of
truncation.

If a line had to be truncated, it will also be reflown into the previous
line after growing the terminal width.

The reflow behavior when not at the bottom of the history is similar to
that of VTE and aims to keep the viewport stationary whenever possible.

Opposed to VTE, reflow will also be performed in the alternate screen
buffer.

There will be bugs when resizing the terminal emulator to a size smaller
than the prompt, though these issues were present in all terminal
emulators with reflow support.

This fixes #591.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Alacritty will now automatically reflow lines and shrink them when they
would usually exceed the new width of the terminal instead of
truncation.

If a line had to be truncated, it will also be reflown into the previous
line after growing the terminal width.

The reflow behavior when not at the bottom of the history is similar to
that of VTE and aims to keep the viewport stationary whenever possible.

Opposed to VTE, reflow will also be performed in the alternate screen
buffer.

There will be bugs when resizing the terminal emulator to a size smaller
than the prompt, though these issues were present in all terminal
emulators with reflow support.

This fixes #591.</pre>
</div>
</content>
</entry>
<entry>
<title>Add config option to change selection color</title>
<updated>2019-03-12T23:11:32+00:00</updated>
<author>
<name>Kirill Chibisov</name>
<email>wchibisovkirill@gmail.com</email>
</author>
<published>2019-03-12T23:11:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=0b9ae4ce936dfafbf5ea1929a170c97391cdea0b'/>
<id>0b9ae4ce936dfafbf5ea1929a170c97391cdea0b</id>
<content type='text'>

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

</pre>
</div>
</content>
</entry>
<entry>
<title>Add option for window position at startup</title>
<updated>2019-03-11T12:35:49+00:00</updated>
<author>
<name>Cole Helbling</name>
<email>cole.e.helbling@gmail.com</email>
</author>
<published>2019-03-11T12:35:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=e240da9ab3b819a8845ced1ab72d0a4239eac789'/>
<id>e240da9ab3b819a8845ced1ab72d0a4239eac789</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
