diff options
author | yoichi <yoichi@FreeBSD.org> | 2002-05-15 21:20:09 +0800 |
---|---|---|
committer | yoichi <yoichi@FreeBSD.org> | 2002-05-15 21:20:09 +0800 |
commit | bbf6f6744966638282161f76fc707ca3eade0eba (patch) | |
tree | 65eb4f6fc1d5d06f103c87aaf0e25c78b2427390 | |
parent | 9085b9e0fd82e6f4ce69848b81f643715d423c07 (diff) | |
download | freebsd-ports-graphics-bbf6f6744966638282161f76fc707ca3eade0eba.tar.gz freebsd-ports-graphics-bbf6f6744966638282161f76fc707ca3eade0eba.tar.zst freebsd-ports-graphics-bbf6f6744966638282161f76fc707ca3eade0eba.zip |
Fix input problem while mouse pointer is left on scroll bar.
PR: ports/37668
Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp>
Reviewed by: ports-jp@jp.FreeBSD.org
-rw-r--r-- | japanese/kterm/Makefile | 2 | ||||
-rw-r--r-- | japanese/kterm/files/patch-ab | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/japanese/kterm/Makefile b/japanese/kterm/Makefile index b904633ce67..65d46635ff4 100644 --- a/japanese/kterm/Makefile +++ b/japanese/kterm/Makefile @@ -7,7 +7,7 @@ PORTNAME= kterm PORTVERSION= 6.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= japanese x11 MASTER_SITES= ${MASTER_SITE_PORTS_JP} \ ${MASTER_SITE_XCONTRIB} \ diff --git a/japanese/kterm/files/patch-ab b/japanese/kterm/files/patch-ab index 32a6d4b2beb..a9bac5f42a3 100644 --- a/japanese/kterm/files/patch-ab +++ b/japanese/kterm/files/patch-ab @@ -69,10 +69,12 @@ *fontMenu*fontescape*Label: Escape Sequence *fontMenu*fontsel*Label: Selection !fontescape and fontsel overridden by application -@@ -123,5 +129,20 @@ +@@ -131,5 +137,18 @@ *tek4014*font3: 6x13 *tek4014*fontSmall: 6x10 +-*VT100*translations: #override Shift<Key>space: \ +- begin-conversion(_JAPANESE_CONVERSION) +!This can be useful if you have an IntelliMouse. It maps the button +!events generated by the wheel +*VT100*Translations: #override \ @@ -88,5 +90,3 @@ + <Btn5Down>: scroll-forw(5,line) +*VT100.translations: #override \ + Shift<Key>space: begin-conversion(_JAPANESE_CONVERSION) - *VT100*translations: #override Shift<Key>space: \ - begin-conversion(_JAPANESE_CONVERSION) |