ramn
ramn
I see a new label `waiting-on-author` was added. I don't think this PR is waiting on the Author (@Marwes) but rather it is waiting for the maintainer @seanmonstar to review.
There is this one: https://github.com/ramn/metrics_cloudwatch - not 100% complete though.
Yes absolutely, would be nice with a link! If you have any suggestions or find problems feel invited to open issues :)
Right now a subset of readline is supported. There are ctrl-a, ctrl-e, ctrl-f, ctrl-b, ctrl-k, ctrl-p, ctrl-n, AFAIK. The ones I miss the most from readline are ctrl-w, alt-b, alt-f,...
Yes I understand wanting to avoid dependencies. Do you have any suggestion why it doesn't work to launch frotz wrapped in rlwrap?
C-k was already in there. C-c is trickier, since it is a signal (SIGINT). Easiest thing to start with is to make C-c a NOOP. That way, a player accientally...
Would it be an acceptable compromize to let ctrl-c terminate the application, but first ask the user for confirmation. That is, the same behaviour as typing "quit".