FACT++  1.0
int Shell::rl_scroll_bot ( int  cnt,
int  key 
)
staticprivate

Definition at line 289 of file Shell.cc.

References This, and win.

Referenced by Shell().

290 {
291  This->win << "Scroll " << key << endl;
292  return 0;
293 }
WindowLog win
pointer to our glocal object to get the static member functions into scope
Definition: Shell.h:17
static Shell * This
Definition: Shell.h:15

+ Here is the caller graph for this function: