summaryrefslogtreecommitdiff
path: root/x11/mlterm/patches
diff options
context:
space:
mode:
authortsutsui <tsutsui@pkgsrc.org>2014-11-30 13:26:00 +0000
committertsutsui <tsutsui@pkgsrc.org>2014-11-30 13:26:00 +0000
commit4b6f8307cd2b53072769e62af645b122ec1d681a (patch)
treeef8def0aea90d52b9ba9c92bf81885665eedc0d9 /x11/mlterm/patches
parent09a4bd5a0043e006e8946dc33179ce17cc101b41 (diff)
downloadpkgsrc-4b6f8307cd2b53072769e62af645b122ec1d681a.tar.gz
Pull a post-3.4.0 fix from upstream.
http://sourceforge.net/projects/mlterm/files/01release/mlterm-3.4.0/mlterm-3.4.0-fixes.patch/download * Pty to be responsed to by OSC 5381 is fixed. Bump PKGREVISION.
Diffstat (limited to 'x11/mlterm/patches')
-rw-r--r--x11/mlterm/patches/patch-mlterm_ml__term.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/mlterm/patches/patch-mlterm_ml__term.c b/x11/mlterm/patches/patch-mlterm_ml__term.c
new file mode 100644
index 00000000000..409a9a80af9
--- /dev/null
+++ b/x11/mlterm/patches/patch-mlterm_ml__term.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-mlterm_ml__term.c,v 1.1 2014/11/30 13:26:00 tsutsui Exp $
+
+--- mlterm/ml_term.c.orig 2014-10-27 22:25:45.000000000 +0000
++++ mlterm/ml_term.c
+@@ -1353,7 +1353,7 @@ ml_term_get_config(
+ }
+ else
+ {
+- ml_response_config( term->pty , key , value , to_menu) ;
++ ml_response_config( output->pty , key , value , to_menu) ;
+ }
+
+ return 1 ;