disambiguate comment on ncdirect #1227

This commit is contained in:
nick black 2020-12-17 20:38:43 -05:00
parent e43d127b42
commit 405b456428
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -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'.