Update mlterm to 3.4.1.
pkgsrc changes: - remove post-3.4.1 fix Changed noted in doc/en/ReleaseNote: ver 3.4.1 * Update unicode properties to 7.0.0. * Automatically select an appropriate character set in selecting font on mlconfig according to a selected character encoding. * Add "Blink cursor" and "Log" entries to "Others" tab of mlconfig. * Add "Color" tab which customizes cursor colors , vt 16 colors and so on to mlconfig. * Add "Font policy" and "Box drawing font" entries to "Font" tab of mlconfig. * Support OSC 5380;color:key and OSC 5381;color:key. * 'mlcc color [color name]' returns current rgb of specified colors. * Bug fixes: SF Bug #72 (Thanks to http://sf.net/u/p2all) Fix a bug which disabled "\x1b]5381;/dev/...;pty_name\x07". (enbugged at 3.3.8) Fix "is_auto_encoding" of OSC 5379 which didn't work. Fix a bug which disabled "xft" checkbox of mlconfig. Revive "New" button in "PTY List" of mlconfig.
This commit is contained in:
parent
881a8bb4d7
commit
b844af24aa
3 changed files with 6 additions and 21 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.112 2014/11/30 13:26:00 tsutsui Exp $
|
||||
# $NetBSD: Makefile,v 1.113 2014/12/13 16:55:21 tsutsui Exp $
|
||||
|
||||
DISTNAME= mlterm-3.4.0
|
||||
PKGREVISION= 1
|
||||
DISTNAME= mlterm-3.4.1
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mlterm/}
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.52 2014/11/30 13:26:00 tsutsui Exp $
|
||||
$NetBSD: distinfo,v 1.53 2014/12/13 16:55:21 tsutsui Exp $
|
||||
|
||||
SHA1 (mlterm-3.4.0.tar.gz) = b30a1fdbdac1acbb3409218038d05d3d1c7bbb81
|
||||
RMD160 (mlterm-3.4.0.tar.gz) = 3e3e7c01b6f1defa0b6327dccb75ffa395218014
|
||||
Size (mlterm-3.4.0.tar.gz) = 3630918 bytes
|
||||
SHA1 (mlterm-3.4.1.tar.gz) = 47b8bb6a25dbe2aacb00c671ca4002763b6ed79c
|
||||
RMD160 (mlterm-3.4.1.tar.gz) = bf87cfba25e8c7af3eed3fa717d49cc5ce7889a1
|
||||
Size (mlterm-3.4.1.tar.gz) = 3639067 bytes
|
||||
SHA1 (patch-configure) = 30ce9b53fae4689fb0ffb86a3a63a78ef01cb65f
|
||||
SHA1 (patch-etc_font-fb) = c9f116aae7640807f4adc4042adc49ddd9805e67
|
||||
SHA1 (patch-mlterm_ml__term.c) = 0d5471092d46b945a93cee1ee5cb200edc08a85a
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
$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 ;
|
Loading…
Reference in a new issue