summaryrefslogtreecommitdiff
path: root/lib/draw
diff options
context:
space:
mode:
authorJari Vetoniemi <mailroxas@gmail.com>2014-04-10 13:23:03 +0300
committerJari Vetoniemi <mailroxas@gmail.com>2014-04-10 13:23:03 +0300
commit9a04c4a9a7ff424741f3b6f9b0e34a6f998da7b2 (patch)
tree2048dd4d942a1cbdf69a217d8710aaf983439f15 /lib/draw
parentd53c91393d0c66892d25e4ef96cd23568d9fdcea (diff)
downloadbemenu-9a04c4a9a7ff424741f3b6f9b0e34a6f998da7b2.tar.gz
bemenu-9a04c4a9a7ff424741f3b6f9b0e34a6f998da7b2.tar.bz2
bemenu-9a04c4a9a7ff424741f3b6f9b0e34a6f998da7b2.zip
Document curses struct
Diffstat (limited to 'lib/draw')
-rw-r--r--lib/draw/curses.c3
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;