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

Definition at line 307 of file Shell.cc.

References fPanelHeight, Resize(), and This.

Referenced by Shell().

308 {
309  This->Resize(key=='+' ? This->fPanelHeight-1 : This->fPanelHeight+1);
310  return 0;
311 }
bool Resize(int h)
Definition: Shell.cc:383
static Shell * This
Definition: Shell.h:15
int fPanelHeight
Pointer to the panel for the output stream.
Definition: Shell.h:25

+ Here is the call graph for this function:

+ Here is the caller graph for this function: