improve panda display (#3732)

This commit is contained in:
tersec 2022-06-11 00:48:04 +00:00 committed by GitHub
parent 6516ad43eb
commit aa4f105c0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -17,9 +17,9 @@ type
# Created by http://beatscribe.com/ (beatscribe#1008 on Discord)
# These need to be the main body of the log not to be reformatted or escaped.
proc mono🐼() = notice "text-version.txt".staticRead
proc color🐼() = notice "color-version.ans".staticRead
proc blink🐼() = notice "blink-version.ans".staticRead
proc mono🐼() = notice "\n" & "text-version.txt".staticRead
proc color🐼() = notice "\n" & "color-version.ans".staticRead
proc blink🐼() = notice "\n" & "blink-version.ans".staticRead
func getPandas*(stdoutKind: StdoutLogKind): VanityLogs =
case stdoutKind