terminfo compilation
This commit is contained in:
+3
-3
@@ -91,9 +91,9 @@ function in_azerty_zone {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function fix_terminfo_ghostty {
|
function fix_terminfo_ghostty {
|
||||||
if ! infocmp xterm-ghostty >/dev/null; then
|
if ! infocmp xterm-ghostty >/dev/null 2>&1; then
|
||||||
tic -x "$MIAOU_BASH_DIR"/assets/terminfo/ghostty
|
tic -x "$MIAOU_BASH_DIR"/assets/terminfo/ghostty 2>/dev/null
|
||||||
echo 'terminfo ghostty compiled'
|
echo 'terminfo ghostty succesfully compiled'
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user