dnkl/foot
41
2.0k
Fork
You've already forked foot
243

Don't default to a non-standard terminfo install location #698

Manually merged
dnkl merged 1 commit from terminfo-no-custom-install-location into master 2021年08月30日 19:15:12 +02:00
Owner
Copy link

The meson command line option -Dcustom-terminfo-install-location has been changed in the following ways:

  • If unset, the $datadir/terminfo is used, and TERMINFO is not exported
  • If set, that value (relative to $prefix) is used, and TERMINFO is exported.
  • The special value no is removed.

The defaults have been updated; -Dcustom-terminfo-install-location is unset by default, meaning terminfo is installed to ${datadir}/terminfo, and foot does not export TERMINFO.

TODO:

  • Update INSTALL.md
  • Automatically generate the correct file names for the terminfo definitions, if -Ddefault-terminfo is set.
  • Remove or update documentation of TERMINFO from the foot.1 and footclient.1 man pages.

Closes #695

The meson command line option `-Dcustom-terminfo-install-location` has been changed in the following ways: * If unset, the `$datadir/terminfo` is used, and `TERMINFO` is *not* exported * If set, that value (relative to `$prefix`) is used, and `TERMINFO` *is* exported. * The special value `no` is removed. The defaults have been updated; `-Dcustom-terminfo-install-location` is unset by default, meaning terminfo is installed to `${datadir}/terminfo`, and foot does **not** export `TERMINFO`. TODO: * [x] Update INSTALL.md * [x] Automatically generate the correct **file** names for the terminfo definitions, if `-Ddefault-terminfo` is set. * [x] Remove or update documentation of `TERMINFO` from the `foot.1` and `footclient.1` man pages. Closes #695
dnkl changed title from (削除) WIP: don't default to a non-standard terminfo install location (削除ここまで) to Don't default to a non-standard terminfo install location 2021年08月29日 12:59:44 +02:00
dnkl force-pushed terminfo-no-custom-install-location from d9735f576a to 2aff268acf 2021年08月30日 19:08:46 +02:00 Compare
dnkl force-pushed terminfo-no-custom-install-location from 2aff268acf to 9434066546 2021年08月30日 19:13:03 +02:00 Compare
dnkl manually merged commit 4e5c8fd1b0 into master 2021年08月30日 19:15:12 +02:00
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
dnkl/foot!698
Reference in a new issue
dnkl/foot
No description provided.
Delete branch "terminfo-no-custom-install-location"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?