aboutsummaryrefslogtreecommitdiffstats
path: root/global-functions
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2023-02-13 10:15:23 +0100
committerGravatar Christian Hesse <mail@eworm.de>2023-02-13 10:36:56 +0100
commitf5d872a99003a5d30983cbc6a90025cea3185d10 (patch)
treef6dddc3201e3865470b8b32daf629a157f2106ce /global-functions
parentd54c46ab98224c51675e74846362e80cb5f9102b (diff)
global-functions: $PrettyPrint: use $Unix2Dos
Diffstat (limited to 'global-functions')
-rw-r--r--global-functions4
1 files changed, 2 insertions, 2 deletions
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