trapped on the surface of a sphere
she/her
Comment by ~ecs on ~ecs/madeline
we should ideally end up with some sort of parser api rather than split::, which would also solve #27 and allow us to do syntax highlighting
Comment by ~ecs on ~ecs/madeline
not sure when this stopped being broken, but it works now
REPORTED
RESOLVED FIXEDComment by ~ecs on ~sircmpwn/hare
hrm, yeah, maybe we should require
*key
here
Comment by ~ecs on ~ecs/madeline
you can confuse the new done-checking code by similar means,
"("⏎
won't let you finish the command without closing the(
Ticket created by ~ecs on ~ecs/madeline
reacquainting myself with the codebase after a year or two of not looking at it and good god do i not have any clue what anything does
Comment by ~ecs on ~ecs/madeline
upon further thought, we should replace the alt-screen hackery with a sufficiently-good approximation of a terminal state machine, to predict the number of rows that'll be rendered
this'll better disentangle i/o from madeline's internal logic, which is a blocker for #29, and it'll allow us to properly map st.buf indices to positions, which'll be required for proper vertical movement in the context of multi-line inputs
Comment by ~ecs on ~ecs/madeline
better expressed in #36
REPORTED
RESOLVED DUPLICATE