Re: console title

2002-11-14 Thread Hironori SAKAMOTO
') + if (*src < ' ' || *src != '\177') { if (*src == '\007' && dev_state->state_ == gettitle) { --- Hironori SAKAMOTO <[EMAIL PROTECTED]> http://ww

Re: console title

2002-11-14 Thread Hironori SAKAMOTO
7;) + if (*src < ' ' || *src >= 0377) { if (*src == '\007' && dev_state->state_ == gettitle) { --- Hironori SAKAMOTO <[EMAIL PROTECTED]> http://www2u.biglobe.ne.jp/~hsaka/ -- Unsubscribe inf

console title

2002-11-13 Thread Hironori SAKAMOTO
{ if (*src == '\007' && dev_state->state_ == gettitle) { PS. Thanks for the fix of mouse support. --- Hironori SAKAMOTO <[EMAIL PROTECTED]> http://www2u.biglobe.ne.jp/~hsaka/ -- Unsubscribe info: http

mouse support of cygwin console

2002-11-13 Thread Hironori SAKAMOTO
\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, -