Bugzilla – Attachment 104389 Details for
Bug 199256
ncurses interface a little "flaky"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
Offending patch
ncurses_ttyupdate.patch (text/plain), 1.09 KB, created by
Katarina Machalkova
on 2006-11-08 20:52:08 UTC
(
hide
)
Description:
Offending patch
Filename:
MIME Type:
Creator:
Katarina Machalkova
Created:
2006-11-08 20:52:08 UTC
Size:
1.09 KB
patch
obsolete
>Index: ncurses/tty/tty_update.c >Prereq: 1.230 >--- ncurses-5.5-20060416+/ncurses/tty/tty_update.c 2006-03-11 19:29:14.000000000 +0000 >+++ ncurses-5.5-20060422/ncurses/tty/tty_update.c 2006-04-22 20:15:02.000000000 +0000 >@@ -74,7 +74,7 @@ > #include <ctype.h> > #include <term.h> > >-MODULE_ID("$Id: tty_update.c,v 1.230 2006/03/11 19:29:14 tom Exp $") >+MODULE_ID("$Id: tty_update.c,v 1.231 2006/04/22 20:15:02 tom Exp $") > > /* > * This define controls the line-breakout optimization. Every once in a >@@ -892,10 +892,15 @@ > > cleanup: > /* >- * Keep the physical screen in normal mode in case we get other >- * processes writing to the screen. >+ * We would like to keep the physical screen in normal mode in case we get >+ * other processes writing to the screen. This goal cannot be met for >+ * magic cookies since it interferes with attributes that may propagate >+ * past the current position. > */ >- UpdateAttrs(normal); >+#if USE_XMC_SUPPORT >+ if (magic_cookie_glitch != 0) >+#endif >+ UpdateAttrs(normal); > > _nc_flush(); > curscr->_attrs = newscr->_attrs; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 199256
:
96017
|
96018
| 104389 |
107433