From a933be7e3cec429792c5d90de3b15dfef842cd0b Mon Sep 17 00:00:00 2001 From: Wildan M Date: Thu, 12 Mar 2026 19:41:35 +0700 Subject: [PATCH] Use ncursesw for htop --- recipes/wip/monitors/htop/recipe.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/recipes/wip/monitors/htop/recipe.toml b/recipes/wip/monitors/htop/recipe.toml index 17259236..2d995063 100644 --- a/recipes/wip/monitors/htop/recipe.toml +++ b/recipes/wip/monitors/htop/recipe.toml @@ -8,11 +8,8 @@ autotools_recursive_regenerate [build] template = "configure" -configureflags = [ - "--disable-unicode", -] dependencies = [ - "ncurses", + "ncursesw", ] [package]