Page MenuHomeSolus

Update alacritty - fix terminfo files location
ClosedPublic

Authored by sborer on Aug 11 2019, 4:13 PM.
Tags
None
Referenced Files
F11071523: D6920.id16599.diff
Sat, Aug 12, 1:34 AM
F11071522: D6920.id16594.diff
Sat, Aug 12, 1:34 AM
F11071521: D6920.id.diff
Sat, Aug 12, 1:34 AM
F11053120: D6920.diff
Thu, Aug 10, 10:39 PM
F11013200: D6920.diff
Fri, Aug 4, 11:09 AM
F10986237: D6920.id16595.diff
Mon, Jul 24, 12:24 AM
F10939937: D6920.id16599.diff
Fri, Jul 14, 12:57 AM
F10939936: D6920.id16595.diff
Fri, Jul 14, 12:57 AM
Subscribers

Details

Summary

Right now, the terminfo files for alacritty are wrongly placed in /usr/share/terminfo/a/a/*
The new version of package.yml should fix this.

For more background, I found this bug because of xterm-256color (the fallback) was not compatible.
Scrolling in neovim with set mouse=a is now working properly.

See: https://github.com/jwilm/alacritty/issues/1228

Test Plan

Run echo $TERM, resulting in alacritty.
ls, vim work as intended.

Diff Detail

Repository
R4608 alacritty
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

JoshStrobl added a subscriber: JoshStrobl.

You need to provide the updated pspec as well, that would be generated after building the package.

This revision now requires changes to proceed.Aug 11 2019, 4:14 PM

Update alacritty - fixes T8249

Summary:
Right now, the terminfo files for alacritty are wrongly placed in /usr/share/terminfo/a/a/*
The new version of package.yml should fix this.

For more background, I found this bug because of xterm-256color (the fallback) was not compatible.
Scrolling in neovim with set mouse=a is now working properly.

See: https://github.com/jwilm/alacritty/issues/1228

Test Plan:
Run echo $TERM, resulting in alacritty.
ls, vim work as intended.

LGTM, thanks for the patch!

This revision is now accepted and ready to land.Aug 11 2019, 4:59 PM
This revision was automatically updated to reflect the committed changes.