Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jun 2001 21:18:14 +0900 (JST)
From:      candy@kgc.co.jp
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/28317: kterm input difficulty
Message-ID:  <200106211218.f5LCIEx21881@xxx.kgc.co.jp>

next in thread | raw e-mail | index | archive | help

>Number:         28317
>Category:       ports
>Synopsis:       cannot input key when the pointer on scrollbar
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 21 05:20:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     KANDA Toshihiro
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD xxx.kgc.co.jp 5.0-CURRENT FreeBSD 5.0-CURRENT #6: Thu Apr 19 19:49:19 JST 2001 candy@xxx.kgc.co.jp:/usr/src/sys/compile/XXX i386


>Description:
>How-To-Repeat:
	Put your pointer on kterm's scrollbar,
	then hit keyboard like a monkey.
>Fix:
files/patch-ab 

--- files/patch-ab.orig	Wed May  9 01:09:12 2001
+++ files/patch-ab	Thu Jun 21 21:15:24 2001
@@ -1,12 +1,12 @@
+--- KTerm.ad	Sun Jun 23 17:00:22 1996
 --- KTerm.ad.orig	Thu Dec 21 17:52:07 2000
-+++ KTerm.ad	Thu Dec 21 17:53:18 2000
 @@ -123,3 +123,18 @@
  *tek4014*font3: 6x13
  *tek4014*fontSmall: 6x10
  
 +!This can be useful if you have an IntelliMouse.  It maps the button
 +!events generated by the wheel
-+*VT100*translations:	#override \
++*VT100*Translations:	#override \
 +	!Ctrl			<Btn4Down>:	scroll-back(1,halfpage) \n\
 +	!Lock Ctrl		<Btn4Down>:	scroll-back(1,halfpage) \n\
 +	!Lock @Num_Lock Ctrl	<Btn4Down>:	scroll-back(1,halfpage) \n\
@@ -16,6 +16,7 @@
 +	!Lock Ctrl		<Btn5Down>:	scroll-forw(1,halfpage) \n\
 +	!Lock @Num_Lock Ctrl	<Btn5Down>:	scroll-forw(1,halfpage) \n\
 +	! @Num_Lock Ctrl	<Btn5Down>:	scroll-forw(1,halfpage) \n\
-+				<Btn5Down>:	scroll-forw(5,line) \n\
++				<Btn5Down>:	scroll-forw(5,line)
++*VT100.translations:	#override \
 +	Shift<Key>space: begin-conversion(_JAPANESE_CONVERSION)
 +
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106211218.f5LCIEx21881>