rrogalski has quit [Read error: Connection reset by peer]
rrogalski has joined #foot
ninewise has quit [Remote host closed the connection]
ninewise has joined #foot
azerov has quit [Quit: Gateway shutdown]
azerov has joined #foot
chiselfuse has quit [Ping timeout: 260 seconds]
chiselfuse has joined #foot
ScTpA has joined #foot
cbb has joined #foot
<j`ey>
off-topic a bit: Im playing with writing my own term, I;m getting confused by arrow keys. Im writing \x1B[D to the fd when getting a left arrow. but then bash sends \b back, so it acts like baackspace, not moving the cursor
<j`ey>
it looks like bash might use the le term cap.. but foot has that as ^H/\b, so I dont get how it works
<rockorager>
j`ey: the backspace control code technically only moves the cursor and doesn’t delete a char
<rockorager>
In terminal semantics, that is
<j`ey>
oh
<j`ey>
well that's an easy fix!
<j`ey>
rockorager: thanks, spent way too long on that
<rockorager>
along with foot source, this is a good reference