From 0836a2dda92c3d9e9d4d87e25ae45c30a76e794c Mon Sep 17 00:00:00 2001 From: leemeans <1808577072@qq.com> Date: Sun, 11 Feb 2018 20:48:52 +0800 Subject: [PATCH] Update 20180206 Programming in Color with ncurses.md --- sources/tech/20180206 Programming in Color with ncurses.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/tech/20180206 Programming in Color with ncurses.md b/sources/tech/20180206 Programming in Color with ncurses.md index 80d5d9354b..bd31f18bb2 100644 --- a/sources/tech/20180206 Programming in Color with ncurses.md +++ b/sources/tech/20180206 Programming in Color with ncurses.md @@ -1,3 +1,4 @@ +Leemeans translating Programming in Color with ncurses ====== In parts [one][1] and [two][2] of my article series about programming with the ncurses library, I introduced a few curses functions to draw text on the screen, query characters from the screen and read from the keyboard. To demonstrate several of these functions, I created a simple adventure game in curses that drew a game map and player character using simple characters. In this follow-up article, I show how to add color to a curses program.