terminfo compilation

This commit is contained in:
pvincent
2026-08-10 09:13:52 +04:00
parent 55e811fe91
commit 87e854dd73
+3 -3
View File
@@ -91,9 +91,9 @@ function in_azerty_zone {
}
function fix_terminfo_ghostty {
if ! infocmp xterm-ghostty >/dev/null; then
tic -x "$MIAOU_BASH_DIR"/assets/terminfo/ghostty
echo 'terminfo ghostty compiled'
if ! infocmp xterm-ghostty >/dev/null 2>&1; then
tic -x "$MIAOU_BASH_DIR"/assets/terminfo/ghostty 2>/dev/null
echo 'terminfo ghostty succesfully compiled'
fi
}