mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
slave: set TERMINFO instead of TERMINFO_DIRS
This seems to be slightly better supported than TERMINFO_DIRS. It also simplifies our code, since it’s no longer an issue of whether to append or not - we just set TERMINFO, and ignore whatever it was set to before. Also closes #687
This commit is contained in:
parent
ee68a3fe95
commit
8a7264e905
3 changed files with 20 additions and 28 deletions
|
|
@ -12,4 +12,4 @@ option('default-terminfo', type: 'string', value: 'foot',
|
|||
description: 'Default value of the "term" option in foot.ini.')
|
||||
|
||||
option('custom-terminfo-install-location', type: 'string',
|
||||
description: 'Path to foot\'s terminfo, relative to ${prefix}. If set to anything but “no“, foot will append this value to TERMINFO_DIRS in the client process.')
|
||||
description: 'Path to foot\'s terminfo, relative to ${prefix}. If set to anything but “no“, foot will set TERMINFO to this value in the client process.')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue