bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

alt-mouse doesn't work


From: Pavel Stehule
Subject: alt-mouse doesn't work
Date: Tue, 31 Jul 2018 18:58:25 +0200

Hi

I don't know if it is Fedora or ncurses bug.

I have a application where I support some ALT + mouse events.

Mouse is initialized by

mousemask(BUTTON1_PRESSED | BUTTON1_RELEASED | BUTTON4_PRESSED | BUTTON5_PRESSED | BUTTON_ALT, NULL);

and alt is checked by expressions like

event.bstate & BUTTON_ALT && event.bstate & BUTTON1_PRESSED

But this event is not emitted ever (alt is ignored)

with integrated menu
ncurses version: 6.1, patch: 20180224
ncurses with wide char support
ncurses widechar num: 1

It is work with

with integrated menu
ncurses version: 5.7, patch: 20090207
ncurses with wide char support


Has somebody some idea how I can debug this issue?

Regards

Pavel


reply via email to

[Prev in Thread] Current Thread [Next in Thread]