public void cfmakeraw(Termios termios) {
   termios t = new termios(termios);
   m_Clib.cfmakeraw(t);
   t.update(termios);
 }