diff options
Diffstat (limited to 'x11/xterm/patches/patch-charproc_c')
-rw-r--r-- | x11/xterm/patches/patch-charproc_c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xterm/patches/patch-charproc_c b/x11/xterm/patches/patch-charproc_c index d1cc3d6..e24fab6 100644 --- a/x11/xterm/patches/patch-charproc_c +++ b/x11/xterm/patches/patch-charproc_c @@ -3,7 +3,7 @@ $OpenBSD$ Index: charproc.c --- charproc.c.orig +++ charproc.c -@@ -365,7 +365,7 @@ static XtActionsRec actionsList[] = { +@@ -364,7 +364,7 @@ static XtActionsRec actionsList[] = { { "meta-sends-escape", HandleMetaEsc }, { "set-num-lock", HandleNumLock }, #endif @@ -21,7 +21,7 @@ Index: charproc.c #endif Bres(XtNcursorUnderLine, XtCCursorUnderLine, screen.cursor_underline, False), -@@ -12658,7 +12658,7 @@ ReallyReset(XtermWidget xw, Bool full, Bool saved) +@@ -12535,7 +12535,7 @@ ReallyReset(XtermWidget xw, Bool full, Bool saved) screen->cursor_set = ON; InitCursorShape(screen, screen); #if OPT_BLINK_CURS |