LilyTerm icon indicating copy to clipboard operation
LilyTerm copied to clipboard

Mouse click position wrong beyond 188ish characters, maybe.

Open bdjnk opened this issue 11 years ago • 3 comments

The issue occurs in console applications that allow vertical splitting. I've tested both vim and tmux, and the problem occurs in both. I've also tested both these applications in roxterm and evilvte (which are also vte based), and found that the issue does not occur.

The issue being, that any click to the right of 188 characters (approximately 1562 pixels) fails to give focus to, and place the cursor in, the right hand pane of the vertically split application.

To run these test, try running vimdiff (or :vsplit from within vim), and using Ctrl-b % in tmux. In either the issue should be evident after selecting the left hand page, then clicking beyond 188 characters.

bdjnk avatar Oct 06 '13 09:10 bdjnk

Hmm... Did you tried the GTK3+ version of LilyTerm? It seems to be a bug in libvte9, which is GTK2+ based. Thanks!

Tetralet avatar Oct 07 '13 10:10 Tetralet

Ah, I missed it before, but now I see. Both evilterm and roxterm are using vte3 (gtk3), while lilyterm uses vte (gtk2).

So where is this gtk3 version of which you speak? I just did some looking around, and I assume you mean compiling from source, as I don't see a released version...

bdjnk avatar Oct 07 '13 15:10 bdjnk

The GTK3 version of LilyTerm is still in developing. You may try the last version of LilyTerm in github. Thanks!

Tetralet avatar Oct 08 '13 10:10 Tetralet