FACT++  1.0
void Readline::Stop ( )
static

Stops the readline execution. It fakes the end of an editing by setting rl_done to 1. To distinguish this from a normal edit, rl_pending_input is set to EOT.

Definition at line 1534 of file Readline.cc.

Referenced by Execute(), GetUpdatePrompt(), RunThread(), and Main::Thread().

1535 {
1536  rl_done = 1;
1537  rl_pending_input = 4; // EOT (end of transmission, ctrl-d)
1538 }

+ Here is the caller graph for this function: