diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2014-04-10 13:23:03 +0300 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2014-04-10 13:23:03 +0300 |
commit | 9a04c4a9a7ff424741f3b6f9b0e34a6f998da7b2 (patch) | |
tree | 2048dd4d942a1cbdf69a217d8710aaf983439f15 /lib/draw | |
parent | d53c91393d0c66892d25e4ef96cd23568d9fdcea (diff) | |
download | bemenu-9a04c4a9a7ff424741f3b6f9b0e34a6f998da7b2.tar.gz bemenu-9a04c4a9a7ff424741f3b6f9b0e34a6f998da7b2.tar.bz2 bemenu-9a04c4a9a7ff424741f3b6f9b0e34a6f998da7b2.zip |
Document curses struct
Diffstat (limited to 'lib/draw')
-rw-r--r-- | lib/draw/curses.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/draw/curses.c b/lib/draw/curses.c index a0f5351..c1bb013 100644 --- a/lib/draw/curses.c +++ b/lib/draw/curses.c @@ -20,6 +20,9 @@ #undef getmaxy #undef timeout +/** + * Dynamically loaded curses API. + */ static struct curses { void *handle; WINDOW *stdscr; |