From 405b45642874420537e8a1f873687b2de6eee3b4 Mon Sep 17 00:00:00 2001 From: nick black Date: Thu, 17 Dec 2020 20:38:43 -0500 Subject: [PATCH] disambiguate comment on ncdirect #1227 --- include/notcurses/direct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/notcurses/direct.h b/include/notcurses/direct.h index 22643bafe..3241ed2c3 100644 --- a/include/notcurses/direct.h +++ b/include/notcurses/direct.h @@ -20,7 +20,7 @@ extern "C" { #define NCDIRECT_OPTION_INHIBIT_SETLOCALE 0x0001ull // *Don't* place the terminal into cbreak mode (see tcgetattr(3)). By default, -// echo and line buffering are turned off. +// echo and input's line buffering are turned off. #define NCDIRECT_OPTION_INHIBIT_CBREAK 0x0002ull // Initialize a direct-mode Notcurses context on the connected terminal at 'fp'.