TRint and french keyboard

From: Mathieu de Naurois (denauroi@polhp1.in2p3.fr)
Date: Thu Jul 09 1998 - 11:15:25 MEST


Hello,

  I'll have just a small suggestion about TRint: I use a french keyboard,
this means there are some specials keys (like characters with accent).
Within a Root interactive session, if I mistype something and press a key
like \'e, Root exits brutaly. This is because of the "Terminate(0)"
instruction in  void TRint::HandleTermInput():

 void TRint::HandleTermInput()
{
   // Handle input coming from terminal.
.....
	else
--------->         Terminate(0);

      Getlinem(kInit, GetPrompt());
   }
}


Would it be possible to ignore these special characters instead of
exiting?

Thanks a lot.

---------------------------------

Mathieu de Naurois
LPNHE Ecole Polytechnique
denauroi@polhp1.in2p3.fr



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:34:34 MET