From cc0d357fe0cdcd536accae66e7e8d816eab293a7 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Fri, 15 Sep 2000 23:22:42 +0000 Subject: Workaround buggy ncurses tgoto emulation which affects pseudographics --- misc/screen/files/patch-af | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 misc/screen/files/patch-af (limited to 'misc') diff --git a/misc/screen/files/patch-af b/misc/screen/files/patch-af new file mode 100644 index 000000000000..9b9c6789c97d --- /dev/null +++ b/misc/screen/files/patch-af @@ -0,0 +1,11 @@ +--- termcap.c.bak Wed Jul 5 16:33:30 2000 ++++ termcap.c Sat Sep 16 03:13:26 2000 +@@ -358,7 +358,7 @@ + #ifdef TERMINFO + D_CS0 = "\033(%p1%c"; + #else +- D_CS0 = "\033(%."; ++ D_CS0 = "\033(%c"; /* THIS IS NCURSES BUG, MUST BE %. */ + #endif + if (D_CE0 == 0) + D_CE0 = "\033(B"; -- cgit v1.2.3