From 87826244071a50fa011a42b08e7703d537b6c71e Mon Sep 17 00:00:00 2001 From: tsutsui Date: Sat, 12 Aug 2017 23:46:54 +0000 Subject: Update mlterm to 3.8.2. Change noted in doc/en/ReleaseNote: ver 3.8.2 * Support page of VT400 or later. (NP, PP, PPA, PPR, PPB, DECCRA and DECLRP) * Support DECRQDE, DECSCUSR(Ps = 3,4,5,6), DECATC, DECRQM, DECRQMH, DECSCA, DECERA, DECSEL and DECSED. * Support SGR of DECRQSS. * Support MC and DECMC which output screen contents to ~/.mlterm/[tty]-YYYYMMDDHHMMSS.snp. * Add "baseline_offset" / --blpos option. * Revive iiimf input method plugin. (--disable-iiimf optoin of configure script disables this feature.) * Update unicode property table (generated from UnicodeData.txt and EastAsianWidth.txt) to version 10.0.0. * Support brltty with the use of brlapi library. (Experimental) (configure with --enable-brlapi option.) * Enable to build on msys2. * Support DECDHL and DECDWL on console. * libvte compatible library supports vte 0.48.0 API. * Bug fixes: Fix unexpected blocking in exiting mlterm.jar. Fix a redrawing problem in inserting RTL characters between LTR ones or vice-versa. Fix unexpected erasing of DECIC and DECDC. Fix a bug which occupies 100% of CPU in switching mlterm-fb to an inactive console on linux. Fix freeze in copy&paste between windows of libvte compatible library. in OSC 5379;:a=b works. --- x11/mlterm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11/mlterm/Makefile') diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile index 0b988f45377..9961f433e3b 100644 --- a/x11/mlterm/Makefile +++ b/x11/mlterm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.134 2017/05/06 13:48:39 tsutsui Exp $ +# $NetBSD: Makefile,v 1.135 2017/08/12 23:46:54 tsutsui Exp $ -DISTNAME= mlterm-3.8.1 +DISTNAME= mlterm-3.8.2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mlterm/} -- cgit v1.2.3