diff options
Diffstat (limited to '')
-rwxr-xr-x | client.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client.c b/client.c index 775d296..b2a72d5 100755 --- a/client.c +++ b/client.c @@ -177,6 +177,8 @@ static void readInput(void) { case 'B': swapCell(-1, 1); break; case 'N': swapCell( 1, 1); break; + case '`': clientColor(CH_COLOR(inch())); break; + case '1': clientColor(COLOR_RED); break; case '2': clientColor(COLOR_GREEN); break; case '3': clientColor(COLOR_YELLOW); break; |