~ecs

trapped on the surface of a sphere

https://ecs.d2evs.net

she/her

Trackers

~ecs/madeline

Last active 11 days ago

~ecs/narn

Last active 1 year, 18 days ago

#11 syntax-aware completion 9 days ago

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

#28 pasting text with newlines causes buggy behavior 9 days ago

Comment by ~ecs on ~ecs/madeline

not sure when this stopped being broken, but it works now

REPORTED RESOLVED FIXED

#809 buggy behavior with insert and pointer to array 9 days ago

Comment by ~ecs on ~sircmpwn/hare

hrm, yeah, maybe we should require *key here

#27 $() can mess up quoting 15 days ago

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 (

#17 respect $NO_COLOR 15 days ago

easy added by ~ecs on ~ecs/madeline

#37 improve internal documentation 15 days ago

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

#14 input that's larger than the screen leads to ui bugs 16 days ago

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

#34 case-insensitive autocomplete 16 days ago

Comment by ~ecs on ~ecs/madeline

better expressed in #36

REPORTED RESOLVED DUPLICATE

#1 true >> /dev/null leaks fds 16 days ago

Comment by ~ecs on ~ecs/madeline

REPORTED RESOLVED NOT_OUR_BUG

#2 Assertion failed: priv->foreground_job == NULL (../shell/job.c: job_set_foreground: 159) 16 days ago

Comment by ~ecs on ~ecs/madeline

REPORTED RESOLVED NOT_OUR_BUG