mirror of
https://github.com/urbit/shrub.git
synced 2024-12-04 04:35:02 +03:00
@-messages now get the @ for the new line placed correctly.
This commit is contained in:
parent
8cfbd216d1
commit
d11bf89811
@ -840,14 +840,14 @@
|
|||||||
?. =(64 len) advance
|
?. =(64 len) advance
|
||||||
:- (fix(inx brk) (turf '•'))
|
:- (fix(inx brk) (turf '•'))
|
||||||
?: isa
|
?: isa
|
||||||
[[%ins +(inx) (turf '@')] newline(new &)]
|
[[%ins +(brk) (turf '@')] newline(new &)]
|
||||||
newline(new &)
|
newline(new &)
|
||||||
?: =(64 len)
|
?: =(64 len)
|
||||||
=+ dif=(sub inx brk)
|
=+ dif=(sub inx brk)
|
||||||
?: (lth dif 64)
|
?: (lth dif 64)
|
||||||
:- (fix(inx brk) (turf '•'))
|
:- (fix(inx brk) (turf '•'))
|
||||||
?: isa
|
?: isa
|
||||||
[[%ins (sub inx 3) (turf '@')] $(len dif, new &)]
|
[[%ins +(brk) (turf '@')] $(len dif, new &)]
|
||||||
$(len dif, new &)
|
$(len dif, new &)
|
||||||
[[%ins inx (turf '•')] $(len 0, inx +(inx), new &)]
|
[[%ins inx (turf '•')] $(len 0, inx +(inx), new &)]
|
||||||
?: |((lth cur 32) (gth cur 126))
|
?: |((lth cur 32) (gth cur 126))
|
||||||
|
Loading…
Reference in New Issue
Block a user