Recursor the Window. More...
Functions | |
static bool | enter_recursor (struct MuttWindow *win) |
Recursor the Window - Implements MuttWindow::recursor() -. | |
static bool | msgwin_recursor (struct MuttWindow *win) |
Recursor the Message Window - Implements MuttWindow::recursor() -. | |
Recursor the Window.
win | Window |
true | Cursor set |
After all the repainting is done, the focussed window will be given an opportunity to set the position and visibility of the cursor.
If the focussed window doesn't implement recursor(), then the cursor will be hidden.
|
static |
Recursor the Window - Implements MuttWindow::recursor() -.
Definition at line 247 of file window.c.
|
static |
Recursor the Message Window - Implements MuttWindow::recursor() -.
Definition at line 283 of file msgwin.c.