FACT++  1.0
void Readline::Shutdown ( const char *  buf)
protectedvirtual

Called from Prompt and PromptEOF after readline has returned. It is meant as the opposite of Startup (called after readline finsihes) The default is to do nothing.

Parameters
bufA pointer to the buffer returned by readline

Reimplemented in Shell, and ReadlineWindow.

Definition at line 353 of file Readline.cc.

Referenced by Prompt(), and PromptEOF().

354 {
355 }

+ Here is the caller graph for this function: