Your message dated Mon, 11 Feb 2019 10:50:24 +0100
with message-id <[email protected]>
and subject line pinfo mouse selection
has caused the Debian Bug report #776064,
regarding pinfo mouse selection
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
776064: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776064
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
package: pinfo
version: 0.6.9
-------- Forwarded Message --------
Subject: pinfo mouse selection
Date: Fri, 12 Dec 2014 20:32:05 +0100
From: Kai Lüke <[email protected]>
To: [email protected]
Hello,
sorry for not submitting a bug report. I saw you as maintainer of pinfo,
but the debian package contains just a tar ball as source, so I did not
know how to write a proper debain patch.
For long time now I use alias man="pinfo" in my .bashrc and ever
wondered why I can't select any text there. Now here comes a patch to
make this possible:
utils.c
293c293,294
< mousemask(BUTTON1_CLICKED | BUTTON1_DOUBLE_CLICKED, NULL);
---
> /* removed to allow mouse selection in terminal:
> mousemask(BUTTON1_CLICKED | BUTTON1_DOUBLE_CLICKED, NULL); */
I hope you can upload it again. Thanks a lot!
Regards,
Kai
signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
|Package: pinfo
Version: 0.6.11-1
thanks
This bug was fixed in pinfo 0.6.11 (but I forgot to mark it in the
changelog): pinfo's mouse behaviour is now configurable from the ocnfig
file. The default (GRAB-MOUSE=false) disables curses-liek mouse
behaviour so that the mouse behaves like normal. Set
|||GRAB-MOUSE=|true to retain the old behaviour
Gr,
Bas.
|
--- End Message ---