mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-18 09:19:24 +03:00
lib/tty/tty-ncurses.c: indentation.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
348011025d
commit
794f94cb23
@ -554,7 +554,7 @@ void
|
|||||||
tty_colorize_area (int y, int x, int rows, int cols, int color)
|
tty_colorize_area (int y, int x, int rows, int cols, int color)
|
||||||
{
|
{
|
||||||
cchar_t *ctext;
|
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;
|
attr_t attrs;
|
||||||
short color_pair;
|
short color_pair;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user