about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xclient.c2
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;
June McEnroe 2020-11-24Import LibreSSL 3.3.0June McEnroe 2020-10-22Import LibreSSL 3.2.2June McEnroe 2020-09-29Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe