about summary refs log tree commit diff
path: root/mscan.c
diff options
context:
space:
mode:
Diffstat (limited to 'mscan.c')
-rw-r--r--mscan.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mscan.c b/mscan.c
index a410909..bb64aed 100644
--- a/mscan.c
+++ b/mscan.c
@@ -140,6 +140,10 @@ oneline(char *file)
 	u8putstr(stdout, fromdec, 17, 1);
 	printf("  ");
 	int z;
+	if (indent > 18) {
+		printf("..%2d..", indent/2);
+		indent = 14;
+	}
 	for (z = 0; z < indent; z++)
 		printf(" ");
 	u8putstr(stdout, subjdec, cols-38-indent, 0);