Code

list_window: document list_window_center
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Wed, 31 Aug 2011 11:20:31 +0000 (13:20 +0200)
committerJonathan Neuschäfer <j.neuschaefer@gmx.net>
Wed, 31 Aug 2011 11:20:31 +0000 (13:20 +0200)
src/list_window.h

index a61d24b4e9b3c0cdd0ee7640e673e4dadc2f8966..ed241432a2ebae6cd1854a7c885802a92134bbe2 100644 (file)
@@ -121,6 +121,9 @@ bool
 list_window_mouse(struct list_window *lw, unsigned long bstate, int y);
 #endif
 
+/**
+ * Centers the visible range around item n on the list.
+ */
 void
 list_window_center(struct list_window *lw, unsigned n);