2017-08-23 7:34 GMT+09:00 justrajdeep <[email protected]>: > Hi vim_dev > > I am using gvim version 8.0.987 in x86_64 based RHEL 6 system. > > Gvim is compiled with +terminal support. > > When i open terminal and cursor is blinking in terminal, it does not allow > to switch to another tab, which is present, using mouse. The tab gets > selected but the frame does not change. > > If i move cursor to a different buffer and then try to change tab using > mouse it allows me to do so. > > SHELL used is tcsh. > > It might be a bug. Can someone please check. >
For built-in terminal, support for mouse events is not much implemented yet. So, for now, people need to use "<CTRL-W> :tabp" or "<CTRL-W> :tabn" in order to switch from a tab having a job-active, focused terminal to another tab, regardless of the platform in use. > > Thanks > Rajdeep > Regards, Kazunobu > > -- > -- > You received this message from the "vim_dev" maillist. > Do not top-post! Type your reply below the text you are replying to. > For more information, visit http://www.vim.org/maillist.php > > --- > You received this message because you are subscribed to the Google Groups > "vim_dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
