diff --git a/scripts/colo.py b/scripts/colo.py index 2cc76dc..6a60638 100644 --- a/scripts/colo.py +++ b/scripts/colo.py @@ -127,7 +127,8 @@ def cb_colo (data, mod, buf, input): input = input.split(" ", 1)[1] if " " in input else "" break else: - return input + # XXX + return input.replace('\r','') if input.startswith("//"): input = input[1:]