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