Summary

stty output flags manipulate input flags in termios struct

Metadata

Description

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...

Changes and comments

[2013-02-13 13:19:06 UTC] ashinn changed status from new to closed

[2013-02-13 13:19:06 UTC] ashinn set resolution to fixed

[2013-02-13 13:19:06 UTC] ashinn wrote:

Indeed, thanks!