summaryrefslogtreecommitdiffstats
path: root/extra/alacritty.info
AgeCommit message (Collapse)Author
2019-06-07Fix ncurses backspace keyChristian Duerr
Ncurses does some special handling for backspace, normally comparing it to the KEY_BACKSPACE constant. However to make this work, the right backspace escape sequence needs to be set in the terminfo. XTerm has this set to ^H, but it always sends ^H. Since Alacritty usually sends ^? instead, this needs to be specified to allow correct interpretation for ncurses.
2019-04-01Add official logov0.3.0-rc2Christian Duerr