|
C-Menu 0.2.9
A User Interface Toolkit
|
Non-portable escape hatch for the NotCurses backend. More...
Go to the source code of this file.
Functions | |
| struct notcurses * | ui_notcurses_get_nc () |
Return the raw struct notcurses* for the NotCurses session. | |
| struct ncplane * | ui_notcurses_surface_get_plane (const UiSurface *s, uint w) |
Return the raw struct ncplane* underlying a surface. | |
Non-portable escape hatch for the NotCurses backend.
Definition in file ui_notcurses_compat.h.
| struct notcurses * ui_notcurses_get_nc | ( | ) |
Return the raw struct notcurses* for the NotCurses session.
ui is NULL. Definition at line 921 of file ui_notcurses.c.
References UiRuntime::nc, and ui.
| struct ncplane * ui_notcurses_surface_get_plane | ( | const UiSurface * | s, |
| uint | w ) |
Return the raw struct ncplane* underlying a surface.
| s | The UiSurface to inspect. |
s is NULL. Definition at line 927 of file ui_notcurses.c.