Fix unicode glyphs

This commit is contained in:
2025-09-26 15:26:26 +02:00
parent e924c6f2cf
commit d01730862b
3 changed files with 15 additions and 9 deletions

View File

@@ -1053,7 +1053,7 @@ class Editor
$this->term->setCursor(1, $h);
echo "\e[37;40m\e[K";
foreach ($keys as $key=>$info)
echo "\e[2m\u{f104}\e[22;97;1m{$key}\e[22;37;2m\u{f105} \e[22;33m{$info}\e[37m ";
echo "\e[2m[\e[22;97;1m{$key}\e[22;37;2m] \e[22;33m{$info}\e[37m ";
//echo "\e[37;40;2m\u{e0b6}\e[7;37m{$key} \e[22m {$info} \e[27m\u{e0b4}\e[0m";
//echo " \e[1m{$key}\e[2m \e[3m{$info}\e[0m \e[90m\u{2502}\e[0m";
}