From 4acc1fe948ecf6a6b6d77b8920af3a198e288a9c Mon Sep 17 00:00:00 2001 From: Liam Fitzgerald Date: Thu, 28 Nov 2019 15:23:18 +1000 Subject: [PATCH] chat-cli: use tall-form cencab --- pkg/arvo/app/chat-cli.hoon | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pkg/arvo/app/chat-cli.hoon b/pkg/arvo/app/chat-cli.hoon index 65644d62d5..334c189ee1 100644 --- a/pkg/arvo/app/chat-cli.hoon +++ b/pkg/arvo/app/chat-cli.hoon @@ -359,7 +359,11 @@ [(flop moves) this] =^ char state.cli (~(transmit sole-lib state.cli) [%ins send-pos `@c`i.to-send]) - $(moves [(effect:sh-out %det char) moves], send-pos +(send-pos), to-send t.to-send) + %_ $ + moves [(effect:sh-out %det char) moves] + send-pos +(send-pos) + to-send t.to-send + == :: +edit: apply sole edit :: :: called when typing into the cli prompt.