ANN: xterm patch #240
Julien Cristau
jcristau at debian.org
Sun Jan 25 19:21:29 PST 2009
On Sun, 2009-01-25 at 20:07 -0500, Thomas Dickey wrote:
> Patch #240 - 2009/1/25
Hi Thomas,
this fails to build with --enable-dabbrev, the following patch should
fix it.
Cheers,
Julien
Index: xterm/misc.c
===================================================================
--- xterm.orig/misc.c
+++ xterm/misc.c
@@ -1069,7 +1069,7 @@
TRACE(("Handle dabbrev-expand for %p\n", w));
if ((xw = getXtermWidget(w)) != 0) {
- TScreen *screen = &w->screen;
+ TScreen *screen = &xw->screen;
if (!dabbrev_expand(screen))
Bell(XkbBI_TerminalBell, 0);
}
More information about the xorg
mailing list