From 27eaef0bfdd0f3d06c7877fa3173e5ffd4570eff Mon Sep 17 00:00:00 2001 From: girst Date: Thu, 1 Nov 2018 20:32:15 +0100 Subject: [PATCH] add note that sending drcs breaks vt220 --- schemes.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/schemes.h b/schemes.h index 435ce45..964e255 100644 --- a/schemes.h +++ b/schemes.h @@ -144,6 +144,8 @@ struct minescheme symbols_doublewidth = { .cell_width = 1, .display_width = 2, + //TODO: after transmitting the DRCS the terminal gets unresponsive for a few seconds, causing the minefield to not be fully + //drawn after a screen_setup() .init_seq = "\033P0;1;0;4;1;1{P" /*config for DRCS "P": 7x10,erase-all*/ "??~^^^^/??N????\033\\" /* flag at '!' resembling ▕▀ */ "\033(0\033*B\033+P" /* G0=Graphics,G2=ASCII,G3="P" */ -- 2.39.3