#include <curses.h>#include "curspriv.h"Include dependency graph for options.c:

Go to the source code of this file.
Functions | |
| void | idlok (WINDOW *win, bool flag) |
| void | clearok (WINDOW *win, bool flag) |
| void | leaveok (WINDOW *win, bool flag) |
| void | scrollok (WINDOW *win, bool flag) |
| void | nodelay (WINDOW *win, bool flag) |
| void | keypad (WINDOW *win, bool flag) |
| void | meta (WINDOW *win, bool flag) |
Variables | |
| static bool | hasold = FALSE |
| static int | oldmode |
|
||||||||||||
|
Definition at line 22 of file options.c. References WINDOW::_clear, _cursvar, curscr, and cursv::tmpwin. Referenced by initscr(). |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 83 of file options.c. Referenced by emacs(). |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
1.4.6