efar icon indicating copy to clipboard operation
efar copied to clipboard

The screen is scrolling

Open belinski-roman opened this issue 3 years ago • 9 comments

When the mouse wheel scrolls, the screen shifts and the panels scroll up. Is there any way to eliminate this?

belinski-roman avatar Nov 08 '21 08:11 belinski-roman

Hi, sorry for long waiting for the answer. I cannot reproduce this behaviour.

Could you please execute (describe-key (kbd "<wheel-down>")) while eFar buffer is current one.

Cheers, Vladimir

suntsov avatar Nov 22 '21 14:11 suntsov

Is there anything else I can help with? If not I will close this issue.

suntsov avatar Dec 22 '21 16:12 suntsov

Is there anything else I can help with? If not I will close this issue. Example of behavior https://disk.yandex.ru/i/9iFHEr4BCIZTjw

belinski-roman avatar Dec 22 '21 17:12 belinski-roman

I have the same or similar problem: when I start eFar, the bottom line of its buffer goes to the center. When I scroll the buffer to make efar to fit the frame, it scrolls automatically again to wrong position. image

spanskikh avatar Apr 23 '22 06:04 spanskikh

Hi, sorry for long absence. I'm not able to reproduce described behavior, but would try one workaround. In the latest version available on Melpa I introduced new variable efar-height-correction. It controls the number of lines by which to shrink eFar height.

Please try to set this variable to 1 or 2 and check if this helps. You can do this in your .emacs: (setq efar-height-correction 1)

Also you can configure this variable via customize menu.

suntsov avatar May 16 '22 14:05 suntsov

(setq efar-height-correction 1) did not help. Also tried with value 2, 3, 0 and -1. No difference.

spanskikh avatar May 17 '22 06:05 spanskikh

It's a pitty... Could you maybe tell me the list of additional Emacs packages you have installed? This might help me to reproduce the issue.

suntsov avatar May 17 '22 07:05 suntsov

And the list of enabled features/modes in your .emacs might be helpful as well.

suntsov avatar May 17 '22 07:05 suntsov

Had similar issue. I have a header-line-format set and had to set a value of custom "efar-height-correction" to 2 to make it work. I see on the screen above there is tabbar present which behaves similar to header-line so maybe those two are similar. I did it through normal Emacs customize interface - I know sometimes customs are overridden if not set in a proper order - maybe that was the issue?

adamkruszewski avatar Feb 09 '23 23:02 adamkruszewski