From d11bf89811d4cb3f02aac612ba71bd779aa6c4c6 Mon Sep 17 00:00:00 2001 From: Fang Date: Thu, 28 Jul 2016 21:38:51 +0200 Subject: [PATCH] @-messages now get the @ for the new line placed correctly. --- app/talk.hoon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/talk.hoon b/app/talk.hoon index 682d9b7860..13b9053ae4 100644 --- a/app/talk.hoon +++ b/app/talk.hoon @@ -840,14 +840,14 @@ ?. =(64 len) advance :- (fix(inx brk) (turf '•')) ?: isa - [[%ins +(inx) (turf '@')] newline(new &)] + [[%ins +(brk) (turf '@')] newline(new &)] newline(new &) ?: =(64 len) =+ dif=(sub inx brk) ?: (lth dif 64) :- (fix(inx brk) (turf '•')) ?: isa - [[%ins (sub inx 3) (turf '@')] $(len dif, new &)] + [[%ins +(brk) (turf '@')] $(len dif, new &)] $(len dif, new &) [[%ins inx (turf '•')] $(len 0, inx +(inx), new &)] ?: |((lth cur 32) (gth cur 126))