Maxime Coste
Maxime Coste
https://pubs.opengroup.org/onlinepubs/9699919799/ is not very clear on when EXIT should be triggered, both `dash` and `busybox sh` do not seem to trigger when foot is closed directly, it would be good...
> yeah dash needs something like "trap ... EXIT HUP INT QUIT" That does not seem to work unfortunately, `trap "notify-send exited" EXIT HUP INT QUIT` in dash or busybox...
> The try block is necessary to move the cursor onto the next line. If, when inserting characters past the autowrap limit, we only ran the format command then the...
Would be good to try to get this reproduced on a debug build (`make debug=yes`) so that we get actual symbols in that call stack. The top 4 frames are...
I do not have access to any MacOS at the moment, so I cannot really reproduce this to investigate.
Not too sure about this suggested change, this is a very narrow use case but I expect the implementation to be quite involved, as it stands it does not seem...
This is possible by making the info box anchored at the cursor location, not sure what else we could do, the UI now knows the cursor position so it could...