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

Definition at line 283 of file Shell.cc.

References This, and win.

Referenced by Shell().

284 {
285  This->win << "Scroll " << key << endl;
286  return 0;
287 }
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: