From 0f777a7c20e1a95665cf3f1e68de55d49b80aad1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jonathan=20Neusch=C3=A4fer?= Date: Wed, 31 Aug 2011 13:20:31 +0200 Subject: [PATCH] list_window: document list_window_center --- src/list_window.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/list_window.h b/src/list_window.h index a61d24b..ed24143 100644 --- a/src/list_window.h +++ b/src/list_window.h @@ -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); -- 2.30.2