summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortsutsui <tsutsui>2012-10-07 20:12:07 +0000
committertsutsui <tsutsui>2012-10-07 20:12:07 +0000
commitb958c0d0fbe3cfe849f75b90ca547383a2c86d71 (patch)
tree2ebbbeb9487c292bece63577b2abd63d91de62fe /x11
parentf434c9dae90033646eae6c4757f33ad746b9131b (diff)
downloadpkgsrc-b958c0d0fbe3cfe849f75b90ca547383a2c86d71.tar.gz
Update mlterm to 3.1.4.
Changes from 3.1.2 (per doc/en/ReleaseNote): ver 3.1.4 * Support 0x90...0x9c format for sixel graphics sequence. * Change the file where sixel graphics sequence is stored temporarily from ~/.mlterm/picture.six to ~/.mlterm/[tty name].six. * Add k1, k2, k3 and k4 entries for ~/.mlterm/termcap. * Change key sequences in term_type=xterm. XK_F1: \x1b[11~ -> \x1bOP XK_F2: \x1b[12~ -> \x1bOQ XK_F3: \x1b[13~ -> \x1bOR XK_F4: \x1b[14~ -> \x1bOS * Support remote image files via network protocols supported by GVfs. (e.g. mlterm -pic http://....) * Use CSI ? 8428 instead of CSI ? 8840. (Thanks to saitoha san) * Bug fixes: Fix conflicting types of kik_utmp_new. (Thanks to KATO Masashi san) Erase wrap line attributes completely in clearing lines. (Thanks to Andi Cristian Serbanescu) Enable PAGE_DOWN shortcut (which doesn't anything) when it reaches the bottom. (Thanks to Andi Cristian Serbanescu) Fix freeze in scrolling by CSI r. (Thanks to koie san) Fix the problem which always replaces the 2nd or later sixel graphics with the 1st one if mlterm is compiled with --with-imagelib=gdk-pixbuf option. (Thanks to saitoha asn) Fix the problem of reverting back to selecting one character at a time by dragging the pointer after double- or triple-clicking. (Thanks to Andi Cristian Serbanescu) ver 3.1.3 * Support OSC 5;0 and OSC 5;1. * Support CSI ? 8840 h, CSI ? 8840 l and CSI ? 8840 n. (see https://docs.google.com/document/d/1Dgq81J0eQEfjq3MR__O7VrbSVnatr9CCqMEITse9psk/edit?pli=1) * Support CSI SP q partially. * Support CSI [>4;2 m and CSI [>4;0m partially. (Note that sequence from terminal is CSI <code>;<mod>u, not CSI 27;<mod>;<code>~.) * Add "ssh_keepalive_interval" option. * Add "ssh_x11_forwarding" option. * Add "use_bold_font" option. * Add "use_local_echo" option and CSI ? 9500 h / CSI ? 9500 l which enable or disable local echo mode. * Merge SF patches: #3529392 (Thanks to Ahmed El-Mahmoudy) #3529386 (Thanks to Ahmed El-Mahmoudy) #3530235 (Thanks to Ahmed El-Mahmoudy) * Bug fixes: #3528838 (Thanks to Thomas Wolff) #3528836 (Thanks to Thomas Wolff) Fix a bug which wrongly keeps a screen which has failed to open. Show characters in the center of cells whose width is larger than the default. (Thanks to Andi Cristian Serbanescu) Fix a bug which erases scrolled area. (Thanks to Andi Cristian Serbanescu) Fix failure of opening pty in startup in MacOS 10.7. (Thanks to saitoha san)
Diffstat (limited to 'x11')
-rw-r--r--x11/mlterm/Makefile6
-rw-r--r--x11/mlterm/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile
index 11dc0603209..2d865b82c8d 100644
--- a/x11/mlterm/Makefile
+++ b/x11/mlterm/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.72 2012/10/02 17:12:17 tron Exp $
+# $NetBSD: Makefile,v 1.73 2012/10/07 20:12:07 tsutsui Exp $
-DISTNAME= mlterm-3.1.2
-PKGREVISION= 4
+DISTNAME= mlterm-3.1.4
+#PKGREVISION=
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mlterm/}
diff --git a/x11/mlterm/distinfo b/x11/mlterm/distinfo
index 56972228c4a..762ccf2ebe2 100644
--- a/x11/mlterm/distinfo
+++ b/x11/mlterm/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2012/05/20 06:07:31 tsutsui Exp $
+$NetBSD: distinfo,v 1.25 2012/10/07 20:12:07 tsutsui Exp $
-SHA1 (mlterm-3.1.2.tar.gz) = 9053475c5096a8edc74c537d675ade83066c2d90
-RMD160 (mlterm-3.1.2.tar.gz) = 74465aef938ef04b203cda5fc10688c0abfd6f40
-Size (mlterm-3.1.2.tar.gz) = 4349401 bytes
+SHA1 (mlterm-3.1.4.tar.gz) = 12411fe8dc59969a2b74cc01bcd4cfe5316c0a43
+RMD160 (mlterm-3.1.4.tar.gz) = 544bb61d9c09d1a19c8bed86edb9e3c5a60e77e7
+Size (mlterm-3.1.4.tar.gz) = 3454873 bytes