https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193339

            Bug ID: 193339
           Summary: [syscons] [patch] mouse reporting works properly only
                    on ttyv0
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Some People
          Priority: ---
         Component: kern
          Assignee: [email protected]
          Reporter: [email protected]

When mouse reporting feature is turned on (control sequence ^[[?1000h), syscons
sends valid mouse coordinates only for ttyv0. Applications running on other
ttys always (erroneously) get mouse coordinates from the first tty, not from
tty they actually run.

Steps to reproduce:
1. On ttyv0, run any application that uses mouse reporting feature. Make some
clicks. The feature works properly.
2. Switch to another ttyv, run the application. The application receives mouse
click events, but mouse position reported by syscons to the application does
not match with the actual mouse position on the screen.

Expected result:
Reported mouse position should match with visible mouse position.

The bug affects CURRENT as well as 10.0-RELEASE.

The patch seems to be trivial.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to