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

Definition at line 301 of file Shell.cc.

References This, and win.

Referenced by Shell().

302 {
303  This->win << "Increase " << key << endl;
304  return 0;
305 }
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: