diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2017-08-12 23:46:54 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2017-08-12 23:46:54 +0000 |
commit | 87826244071a50fa011a42b08e7703d537b6c71e (patch) | |
tree | 279f8963e145c6c75c6b55c361a18ecab9e000ed /x11/mlterm/Makefile | |
parent | 1606e3dc04c10dd99b32884a47b80b8eec2c32f2 (diff) | |
download | pkgsrc-87826244071a50fa011a42b08e7703d537b6c71e.tar.gz |
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.
<dev> in OSC 5379;<dev>:a=b works.
Diffstat (limited to 'x11/mlterm/Makefile')
-rw-r--r-- | x11/mlterm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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/} |