From f5d872a99003a5d30983cbc6a90025cea3185d10 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 13 Feb 2023 10:15:23 +0100 Subject: global-functions: $PrettyPrint: use $Unix2Dos --- global-functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'global-functions') diff --git a/global-functions b/global-functions index d184650..f15a7d1 100644 --- a/global-functions +++ b/global-functions @@ -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 -- cgit v1.2.3-54-g00ecf