1
0
mirror of https://github.com/Cloudef/bemenu synced 2024-11-23 17:32:11 +01:00

Document curses struct

This commit is contained in:
Jari Vetoniemi 2014-04-10 13:23:03 +03:00
parent d53c91393d
commit 9a04c4a9a7

@ -20,6 +20,9 @@
#undef getmaxy
#undef timeout
/**
* Dynamically loaded curses API.
*/
static struct curses {
void *handle;
WINDOW *stdscr;