X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=mudpy.py;h=c989f0fea795faf3fa87ec7318d4cd278c380711;hp=3650f89e0c65ff5c1d9e64e75e1dd29aa135c508;hb=eac3712e357ede3a1ab69ace0aaaf4709900c7a7;hpb=7420c4997a8b1585f83b54aaefe282fe5c35a623 diff --git a/mudpy.py b/mudpy.py index 3650f89..c989f0f 100644 --- a/mudpy.py +++ b/mudpy.py @@ -651,8 +651,8 @@ class User: # find and replace macros in the output output = replace_macros(self, output) - # wrap the text at 80 characters - output = wrap_ansi_text(output, 80) + # wrap the text at 79 characters + output = wrap_ansi_text(output, 79) # tack the terminator back on if terminate: output += self.terminator