sprites are rad, but ghostty sets TERM to something whacky

ghostyy sets TERM=xterm-ghostty, which in a Sprite means smashing the delete btn looks like it’s adding a space (even tho it’s deleting characters). Idiots like me who hit delete every 3 characters end up having a bad time. (I just hit delete at least 3 times in that sentence).

Wonder if it’s worth over-riding to set TERM=xterm-256color or something.

wow, don’t go into /.sprite and type tree. Or do.

@fideloper I modified the ssh command from the Ghostty docs to this and then it worked as expected:

infocmp -x xterm-ghostty | sprite exec tic -x -

Good looking out @gaqzi - I adjusted the command for my specific sprite to work:

$ infocmp -x xterm-ghostty | sprite exec -s <sprite-name> tic -x -
1 Like