Skip to content

Comments

sys-libs/ncurses: Disable minimal USE flag to install full terminfo db#3751

Open
chewi wants to merge 1 commit intomainfrom
chewi/terminfo
Open

sys-libs/ncurses: Disable minimal USE flag to install full terminfo db#3751
chewi wants to merge 1 commit intomainfrom
chewi/terminfo

Conversation

@chewi
Copy link
Contributor

@chewi chewi commented Feb 23, 2026

Install the full terminfo database

This is needed to support modern terminals like foot and Alacritty. These take up around 7.5MB more, but the btrfs compression should reduce this considerably.

How to use

SSH to a VM using foot or Alacritty and try using less. It should not complain.

Testing done

This Jenkins run passed except for the known bpf.execsnoop issue. I also manually tested using Alacritty. The nightly differences report was drowned out by the recent weekly update, so I took a closer look.

The 7.5MB figure above was from du on my own system, but btrfs evidently reports a different block size, as it was 12MB there. This is largely irrelevant for btrfs though. Adding --apparent-size tells us the actual amount of data is 2.2MB. compsize tells us the compressed size on btrfs, which is 50% or 1.1MB. So not much at all really!

  • Changelog entries added in the respective changelog/ directory (user-facing change, bug fix, security fix, update)
  • Inspected CI output for image differences: /boot and /usr size, packages, list files for any missing binaries, kernel modules, config files, kernel modules, etc.

This is needed to support modern terminals like foot and Alacritty.
These take up around 7.5MB more, but the btrfs compression should reduce
this considerably.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
@chewi chewi self-assigned this Feb 23, 2026
@chewi chewi requested a review from a team as a code owner February 23, 2026 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant