Workaround buggy ncurses tgoto emulation which affects pseudographics
This commit is contained in:
parent
99467bd40f
commit
cc0d357fe0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32663
11
misc/screen/files/patch-af
Normal file
11
misc/screen/files/patch-af
Normal file
@ -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";
|
11
sysutils/screen/files/patch-af
Normal file
11
sysutils/screen/files/patch-af
Normal file
@ -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";
|
Loading…
Reference in New Issue
Block a user