This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

mouse support of cygwin console


Hello,

When the escape sequence "\033[?1000h" is sent to cygwin console
and the support of xterm-style mouse event are enabled,
the escape sequences of middle button (btn2) and right button (btn3)
are opposite with xterm.

Escape sequences when button down:
* xterm
  left button down:   \033 [ M SPC x y
  middle button down: \033 [ M ! x y
  right button down:  \033 [ M " x y
* cygwin console
  left button down:   \033 [ M SPC x y
  middle button down: \033 [ M " x y
  right button down:  \033 [ M ! x y

Is it a bug ?

Regards,
-------------------------------------------
Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
 http://www2u.biglobe.ne.jp/~hsaka/

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]