[Coco] raw mode?
    Willard Goosey 
    goosey at virgo.sdc.org
       
    Wed Aug 19 20:46:51 EDT 2009
    
    
  
OK, one other thing the subset curses doesn't have is proper raw mode,
that is, character-by-character input, with NO kernel processing on
the input stream, so that, if the user types ^C, all that happens is
that you see an ASCII 0x03 in your input.
But, according to the C manual, I can get this mode by setting a flag
in the FILE struct to be _RBF.  Is that right?  Does this actually
work?
Willard
-- 
Willard Goosey  goosey at sdc.org
Socorro, New Mexico, USA
I search my heart and find Cimmeria, land of Darkness and the Night.
  -- R.E. Howard
    
    
More information about the Coco
mailing list