Vte.Terminal.OnCommit Method
Default handler for the Terminal.Commit event.

Syntax

protected virtual void OnCommit (string p0, uint p1)

Parameters

p0
a string Representing the input data to commit. This can be a single character or a string.
p1
a uint The length of P0.

Remarks

Override this method in a subclass to provide a default handler for the Terminal.Commit event.
Note:

P0 can contain control characters. Every key the user presses will emmit a commit signal. About the only thing that will send a sring in P0 will be if the users pasts in some text. Also you must call the parent or base class OnCommit or things will get ugly.

Requirements

Namespace: Vte
Assembly: vte-sharp (in vte-sharp.dll)