메소드 |
설명 |
|
CmdBackspace ( ) : void |
|
|
CmdBackwardWord ( ) : void |
|
|
CmdDebug ( ) : void |
|
|
CmdDeleteBackword ( ) : void |
|
|
CmdDeleteChar ( ) : void |
|
|
CmdDeleteWord ( ) : void |
|
|
CmdDone ( ) : void |
|
|
CmdEnd ( ) : void |
|
|
CmdForwardWord ( ) : void |
|
|
CmdHistoryNext ( ) : void |
|
|
CmdHistoryPrev ( ) : void |
|
|
CmdHome ( ) : void |
|
|
CmdKillToEOF ( ) : void |
|
|
CmdLeft ( ) : void |
|
|
CmdRefresh ( ) : void |
|
|
CmdReverseSearch ( ) : void |
|
|
CmdRight ( ) : void |
|
|
CmdTabOrComplete ( ) : void |
|
|
CmdYank ( ) : void |
|
|
ComputeRendered ( ) : void |
|
|
Edit ( string prompt, string initial ) : string |
|
|
EditLoop ( ) : void |
|
|
ForceCursor ( int newpos ) : void |
|
|
HandleChar ( char c ) : void |
|
|
HistoryUpdateLine ( ) : void |
|
|
InitText ( string initial ) : void |
|
|
InsertChar ( char c ) : void |
|
|
InsertTextAtCursor ( string str ) : void |
|
|
InterruptEdit ( object sender, ConsoleCancelEventArgs a ) : void |
|
|
LineEditor ( string name ) : System |
|
|
LineEditor ( string name, int histsize ) : System |
|
|
Render ( ) : void |
|
|
RenderAfter ( int p ) : void |
|
|
RenderFrom ( int pos ) : void |
|
|
ReverseSearch ( ) : void |
|
|
SaveHistory ( ) : void |
|
|
SearchAppend ( char c ) : void |
|
|
SetPrompt ( string newprompt ) : void |
|
|
SetSearchPrompt ( string s ) : void |
|
|
SetText ( string newtext ) : void |
|
|
UpdateCursor ( int newpos ) : void |
|
|
UpdateHomeRow ( int screenpos ) : void |
|
|