Added ENotifyKeypresses and ECaptureCtrlC flags to CCommandBase.
Commands can now get keypresses and handle ctrl-C via callbacks instead of having to implement custom active objects. As part of this extended the CCommandBase extension interface to MCommandExtensionsV2 for the new virtual functions KeyPressed(TUint aKeyCode, TUint aModifiers) and CtrlCPressed(). sudo now cleans up correctly by using ECaptureCtrlC.
X one
X twoX threeX four
X five
X six
X seven
X eight
X nine
X ten
Before 111
Before 222
Before 333
Match
After 111
After 222
After 333
And so on and so on
And so on and so on