ANN: xterm patch #240

Thomas Dickey dickey at his.com
Mon Jan 26 03:04:57 PST 2009


On Mon, 26 Jan 2009, Julien Cristau wrote:

> 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.

thanks (will amend, this evening).

>
> 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);
>     }
>
> _______________________________________________
> xorg mailing list
> xorg at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/xorg
>

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net



More information about the xorg mailing list