lib/tty/tty-ncurses.c: indentation.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2020-08-05 10:49:50 +03:00
parent 348011025d
commit 794f94cb23

View File

@ -554,7 +554,7 @@ void
tty_colorize_area (int y, int x, int rows, int cols, int color)
{
cchar_t *ctext;
wchar_t wch[10]; /* TODO not sure if the length is correct */
wchar_t wch[10]; /* TODO not sure if the length is correct */
attr_t attrs;
short color_pair;