A few fixes hopefully even more stable now. /favorite may still not be working right.

This commit is contained in:
Storm Dragon
2025-07-30 01:45:34 -04:00
parent e50087edf7
commit 9d2dbca772
+1 -1
View File
@@ -42,7 +42,7 @@ BEGIN {
}
$command_line = $0; $0 = "TTYverse";
$TTYverse_VERSION = "2025.07.29";
$TTYverse_VERSION = "2025.07.30";
# this is kludgy, yes.
$LANG = $ENV{'LANG'} || $ENV{'GDM_LANG'} || $ENV{'LC_CTYPE'} ||
$ENV{'ALL'};