summaryrefslogtreecommitdiffstats
path: root/mbbsd/screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/screen.c')
-rw-r--r--mbbsd/screen.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mbbsd/screen.c b/mbbsd/screen.c
index a9af6747..e508ece2 100644
--- a/mbbsd/screen.c
+++ b/mbbsd/screen.c
@@ -401,7 +401,9 @@ outs_n(const char *str, int n)
outc(*str++);
}
}
-//
+
+// XXX left-right (for large term)
+// TODO someday please add ANSI detection version
void
outslr(const char *left, int leftlen, const char *right, int rightlen)
{