From 00cb0f8ca430ef97b380f35e11fbb50d3112e8c9 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 2 Aug 2017 01:34:16 -0400 Subject: Preserve color on replace --- client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client.c') diff --git a/client.c b/client.c index 74e3a6f..464568b 100755 --- a/client.c +++ b/client.c @@ -143,7 +143,7 @@ static void readInput(void) { } if (mode == MODE_REPLACE) { - if (isprint(c)) clientPut(inputColor, c); + if (isprint(c)) clientPut(CH_COLOR(inch()), c); mode = MODE_NORMAL; return; } -- cgit 1.4.1 ption value='69ee46ae445c3d37ea5d0e2d8621bf7dc562219b'>this commit dontfiles
summary refs log tree commit diff
path: root/doc/zlib/deflateReset.3 (unfollow)
Commit message (Expand)Author
2022-06-25Bump xterm font size to 12June McEnroe
2022-06-10Handle subshells (and functions) inside substitutionsJune McEnroe
2022-06-10Switch to jorts Install scriptJune McEnroe
2022-06-08Indicate if still reading or no resultsJune McEnroe
2022-06-08Add Maiden, Mother, CroneJune McEnroe
2022-06-05FIRST SHOW IN 2.5 YEARS BABEY!!!June McEnroe
2022-06-03Set line number on File linesJune McEnroe
2022-06-03Stop polling stdin after EOFJune McEnroe
2022-06-02Set TABSIZE=4June McEnroe
2022-06-02Do basic match highlightingJune McEnroe
2022-06-02Clean up parsing a littleJune McEnroe
2022-06-02Don't duplicate path stringJune McEnroe
2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe
2022-06-02Add initial working version of qfJune McEnroe
2022-05-29Set prompt for okshJune McEnroe