aboutsummaryrefslogtreecommitdiffstats
path: root/community/rxvt-unicode
Commit message (Collapse)AuthorAgeFilesLines
* community/rxvt-unicode: Remove hardcoded TERMINFONero2020-03-171-2/+1
| | | | | | | | | | | | | | If `--with-terminfo` is passed, urxvt sets the `TERMINFO` environment variable to the passed value. The value is prepended to the terminfo directory search order, i.e. it takes precedence over other directories in the default ncurses search order. For this reason, with `--with-terminfo` enabled, `~/.terminfo` can no longer be used to override terminfo files. This change removes the `--with-terminfo` configure flag, thereby ensuring that urxvt uses the default ncurses search order instead. See also: #11304.
* community/rxvt-unicode: modernizeLeo2020-02-251-5/+3
|
* community/rxvt-unicode: move from mainLeo2020-02-253-0/+102