From 9e5ceacd74dce8d4ce971b7bfd9c7c74f28e51c6 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 9 May 2015 10:32:35 -0700 Subject: 1314 --- termbox/termbox.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'termbox/termbox.h') diff --git a/termbox/termbox.h b/termbox/termbox.h index 3e2228de..b1b75ac8 100644 --- a/termbox/termbox.h +++ b/termbox/termbox.h @@ -82,7 +82,8 @@ void tb_change_cell(int x, int y, uint32_t ch, uint16_t fg, uint16_t bg); struct tb_event { uint8_t type; - /* fields for type TB_EVENT_KEY */ + /* fields for type TB_EVENT_KEY. At most one of 'key' and 'ch' will be set at + * any time. */ uint16_t key; uint32_t ch; /* fields for type TB_EVENT_RESIZE */ -- cgit 1.4.1-2-gfad0