FACT++  1.0
void Shell::HandleResizeImp ( int  dummy)
staticprivate

Signal handler for SIGWINCH, calls HandleResize.

Static member function used as callback for a signal which is emitted by the system if the size of the console window has changed

Definition at line 318 of file Shell.cc.

References HandleResize(), and This.

Referenced by Shell().

319 {
320  This->HandleResize();
321 }
static Shell * This
Definition: Shell.h:15
void HandleResize()
Non static member function called by HandleResize.
Definition: Shell.cc:332

+ Here is the call graph for this function:

+ Here is the caller graph for this function: