terminfo compilation
This commit is contained in:
@@ -90,6 +90,13 @@ function in_azerty_zone {
|
|||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function fix_terminfo_ghostty {
|
||||||
|
if ! infocmp xterm-ghostty >/dev/null; then
|
||||||
|
tic -x "$MIAOU_BASH_DIR"/assets/terminfo/ghostty
|
||||||
|
echo 'terminfo ghostty compiled'
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
# MAIN
|
# MAIN
|
||||||
|
|
||||||
[ "$UID" -ne 0 ] && echo 'root privilege required' && exit 1
|
[ "$UID" -ne 0 ] && echo 'root privilege required' && exit 1
|
||||||
@@ -99,3 +106,4 @@ DISTRO_LIKE=$(fetch_distro_like)
|
|||||||
required_packages
|
required_packages
|
||||||
no_more_skeleton
|
no_more_skeleton
|
||||||
link_config_files
|
link_config_files
|
||||||
|
fix_terminfo_ghostty
|
||||||
|
|||||||
Reference in New Issue
Block a user