﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
982	stty output flags manipulate input flags in termios struct	Christian Kellermann	Alex Shinn	"stty.scm:401 in svn -r24492 contains:

{{{
                ((output)
                 (if flag
                     (set! oflag (bitwise-ior oflag (cadr x)))
                     (set! iflag (bitwise-and oflag (bitwise-not (cadr x)))))
                 (lp (cdr lst) flag))
}}}

Is the set! oflag intentional? looks like a typo..."	defect	closed	major	someday	extensions	4.8.x	fixed	stty termios		
