global-functions: $PrettyPrint: use $Unix2Dos

This commit is contained in:
Christian Hesse 2023-02-13 10:15:23 +01:00
parent d54c46ab98
commit f5d872a990

View file

@ -646,9 +646,9 @@
:set PrettyPrint do={
:local Input [ :tostr $1 ];
:global CharacterReplace;
:global Unix2Dos;
:put [ $CharacterReplace $Input ("\n") ("\n\r") ];
:put [ $Unix2Dos $Input ];
}
# delay a random amount of seconds