mirror of
https://github.com/Cloudef/bemenu
synced 2024-11-23 17:32:11 +01:00
Document curses struct
This commit is contained in:
parent
d53c91393d
commit
9a04c4a9a7
@ -20,6 +20,9 @@
|
|||||||
#undef getmaxy
|
#undef getmaxy
|
||||||
#undef timeout
|
#undef timeout
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Dynamically loaded curses API.
|
||||||
|
*/
|
||||||
static struct curses {
|
static struct curses {
|
||||||
void *handle;
|
void *handle;
|
||||||
WINDOW *stdscr;
|
WINDOW *stdscr;
|
||||||
|
Loading…
Reference in New Issue
Block a user