From a60a800a028e21976791d9d9c8a5619664c37f87 Mon Sep 17 00:00:00 2001 From: girst Date: Fri, 13 Jul 2018 19:55:14 +0200 Subject: [PATCH] escape bonus items in ASCII mode --- schemes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemes.h b/schemes.h index 3e91b0f..f4ef47c 100644 --- a/schemes.h +++ b/schemes.h @@ -105,7 +105,7 @@ struct scheme vt220_charset = { .color = {"0", "0", "1"}, .food = { "$", "%", "&", }, - .boni = { "x", "|", "s", "f", }, + .boni = { "\033Nx", "\033N|", "\033Ns", "\033Nf", }, .init_seq = "\033(0\033*B\x0f" /* G0=Graphics, G2=ASCII, invoke G0 */ "\033[?3l", /* disable 132 column mode (DECCOLM) */ -- 2.39.3