Introduction
Introduction Statistics Contact Development Disclaimer Help
remove double unneccesary reset - chess-puzzles - chess puzzle book generator
git clone git://git.codemadness.org/chess-puzzles
Log
Files
Refs
README
LICENSE
---
commit 3c9f4a2be304b3f0d197d69bea715ee0c9e29570
parent cbf34cae81cb9545e3854c19eb15040f106ab02f
Author: Hiltjo Posthuma <[email protected]>
Date: Wed, 20 Dec 2023 21:16:57 +0100
remove double unneccesary reset
Diffstat:
M fen_to_svg.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
diff --git a/fen_to_svg.c b/fen_to_svg.c
@@ -332,7 +332,6 @@ tty_showboard(void)
fputs(" ", stdout);
printf("\x1b[0m"); /* reset */
printf("\n");
- printf("\x1b[0m"); /* reset */
}
void
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.