chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] #982: stty output flags manipulate input flags in ter


From: Chicken Trac
Subject: [Chicken-janitors] #982: stty output flags manipulate input flags in termios struct
Date: Wed, 13 Feb 2013 12:01:48 -0000

#982: stty output flags manipulate input flags in termios struct
--------------------------+-------------------------------------------------
 Reporter:  ckeen         |       Owner:  ashinn 
     Type:  defect        |      Status:  new    
 Priority:  major         |   Milestone:  someday
Component:  extensions    |     Version:  4.8.x  
 Keywords:  stty termios  |  
--------------------------+-------------------------------------------------
 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...

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/982>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]