Bug 5144

Summary: Patch to fix ixon bug in uemacs
Product: buildroot Reporter: Grant Edwards <grant.b.edwards>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: enhancement CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:
Attachments: Patch to buildroot that adds uemacs patch file that fixes ixon bug.
The patch file that's added to the uemacs package by the first patch I sent.

Description Grant Edwards 2012-04-27 02:23:26 UTC
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.
Comment 1 Grant Edwards 2012-04-27 02:28:57 UTC
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...
Comment 2 Peter Korsgaard 2012-05-03 18:36:06 UTC
Committed, thanks