Tig: Mouse down scrolling doesn't work

Created on 20 Jul 2017  路  3Comments  路  Source: jonas/tig

Much like the problem reported in #321, I can scroll up using the mouse, but not down.

Setting mouse = false in my .tigrc does allow me to scroll down, but this also moves the highlighted line.

I'm running tig 2.2.2 on MSYS2.

Most helpful comment

I 've got
set mouse = true
set mouse-scroll = 1
set mouse-wheel-cursor = 1

but unfortunately I can scroll up but not down
I am using ncurses 6.1-1ubuntu1.18 on Xubuntu 18.4

All 3 comments

606 is already merged but not yet released. I think you have to wait for the next release or build from current master.

If you set mouse to false it might be gnome-terminal (or some other terminal) translating your mouse scroll weel to arrow key presses.

I 've got
set mouse = true
set mouse-scroll = 1
set mouse-wheel-cursor = 1

but unfortunately I can scroll up but not down
I am using ncurses 6.1-1ubuntu1.18 on Xubuntu 18.4

Any news on this specific issue? Does not seem to be fixed in 2.4.1 yet?

Was this page helpful?
0 / 5 - 0 ratings