From 39ceb9f3ed508c3036ce752309075ed631516c32 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jonathan=20Neusch=C3=A4fer?= Date: Mon, 29 Aug 2011 21:47:23 +0200 Subject: [PATCH] list_window.h: "non-zero" -> "true", we use bool --- src/list_window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/list_window.h b/src/list_window.h index a61d24b..d60b669 100644 --- a/src/list_window.h +++ b/src/list_window.h @@ -106,7 +106,7 @@ bool list_window_cmd(struct list_window *lw, command_t cmd); /** - * Scroll the window. Returns non-zero if the command has been + * Scroll the window. Returns true if the command has been * consumed. */ bool -- 2.30.2