Skip to content

Add ncursesw recipe, terminfo changes

Jeremy Soller requested to merge xTibor:ncursesw into master

Created by: xTibor

This PR introduces the following changes:

  • Adds a new ncursesw package. It enables ncurses apps that require UTF-8 support to build.
  • Removes the terminfo related files from the ncurses package. They are unnecessary there after the introduction of the terminfo package. They could also cause some clash between the ncurses and ncursesw packages.
  • The tabset files has been added to the terminfo package and it required some path changes to the terminfo recipe.
  • Added terminfo runtime deps where I think it's required.

Merge request reports