Minor comment updates in FreeMiNT sections.
This commit is contained in:
parent
82875114fe
commit
0f4fcc46df
5
neofetch
5
neofetch
|
@ -2446,7 +2446,7 @@ get_cols() {
|
||||||
unset -v blocks blocks2 cols
|
unset -v blocks blocks2 cols
|
||||||
|
|
||||||
# TosWin2 on FreeMiNT is terrible at this,
|
# TosWin2 on FreeMiNT is terrible at this,
|
||||||
# so we'll reset colors arbitrarily
|
# so we'll reset colors arbitrarily.
|
||||||
[[ "$term" == "TosWin2" ]] && \
|
[[ "$term" == "TosWin2" ]] && \
|
||||||
printf "%b\n" "\\e[30;47m"
|
printf "%b\n" "\\e[30;47m"
|
||||||
|
|
||||||
|
@ -3436,8 +3436,7 @@ get_distro_colors() {
|
||||||
|
|
||||||
"FreeMiNT"*)
|
"FreeMiNT"*)
|
||||||
# Don't explicitly set colors since
|
# Don't explicitly set colors since
|
||||||
# TosWin2 doesn't reset well
|
# TosWin2 doesn't reset well.
|
||||||
# set_colors 0
|
|
||||||
ascii_file="gem"
|
ascii_file="gem"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Reference in New Issue