diff options
author | Christian Hesse <mail@eworm.de> | 2023-02-13 10:15:23 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-02-13 10:36:56 +0100 |
commit | f5d872a99003a5d30983cbc6a90025cea3185d10 (patch) | |
tree | f6dddc3201e3865470b8b32daf629a157f2106ce | |
parent | d54c46ab98224c51675e74846362e80cb5f9102b (diff) |
global-functions: $PrettyPrint: use $Unix2Dos
-rw-r--r-- | global-functions | 4 |
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 |