Created attachment 4298 [details] Patch to buildroot that adds uemacs patch file that fixes ixon bug. Attached is a patch to fix a long-known bug in uemacs. The bug is that uemacs doesn't clear the ixon termios flag when's it's initializing it's tty device. As a result of this, ctrl-S keystrokes aren't seen by uemacs -- they're intercepted by the tty layer and cause terminal output to stop until the user hits ctrl-Q.
Created attachment 4304 [details] The patch file that's added to the uemacs package by the first patch I sent. uemacs-4.0.15lt.03.patch is the new patch file that is added to the uemacs package directory by the patch file buildroot-uemacs-ixon-patch.patch. I wasn't sure if adding a patch file to a package was best done by submitting the new patch file itself, or by submitting a patch file that adds the patch file -- I don't what the maintainers git workflow is like. So I attached both...
Committed, thanks