2016-09-30 16:20 GMT+09:00 Christian Brabandt <[email protected]>: > Hi Kazunobu! > > On Fr, 30 Sep 2016, Kazunobu Kuriyama wrote: > > > > > > > 2016-09-30 9:51 GMT+09:00 Taylor Venable <[email protected]>: > > <snip> > > > > > > The movement is slow, the display lags, and when you let off 'j' it > keeps > > going for a second. This doesn't happen in Emacs or gedit (both use > GTK+ > > 3). > > > > > > Probably, the interval of autorepeat is too small for the underlying > graphics > > hardware to fulfill all the drawing requests on time. > > > > How about increasing the value of the interval? > > > > It could be possible for vim to detect the refresh rate of the display > and the > > frame clock of the GUI, and then overwrite the autorepeat setting > > accordingly.so that the GUI won't consume auto-repeated drawing requests > beyond > > the hardware limitation. > > > > By that, the GUI would behave like other GTK3 apps, though I personally > prefer > > to leave such settings to users' discretion. > > It's the first time I hear about that. How would one set it? >
Hi Christian, As for autorepeat, please refer to the -r option of xset(1). As for the refresh rate and the frame clock, I'm not sure if there're utility programs which are designed for ordinary users. - Kazunobu > Best, > Christian > -- > Oh man, wenn ich bei Windows so viele Programme installiert hätte, > dann hätte ich schon 100mal rebooten müssen. > -- RealTimo unter Linux > > -- > -- > 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.
