tines icon indicating copy to clipboard operation
tines copied to clipboard

Very laggy on arch linux

Open carnager opened this issue 9 years ago • 6 comments

Running tines is very laggy on current arch linux. Hitting ESC takes 1-2 seconds to show the menu. Happens on every terminal (vte based, urxvt, xterm)

hnb does not have this issue

What can I provide to help you finding the issue?

carnager avatar Aug 07 '16 16:08 carnager

Hi, can you try installing ncurses5-compat-libs as Fred Warren suggested in Issue #5? If that fixes the problems, I'll add a note to the docs and close these.

larrykollar avatar Aug 07 '16 23:08 larrykollar

Installed the package and both issues persist... Recompiling tines also does not help, it still links against libncursesw.so.6

carnager avatar Aug 07 '16 23:08 carnager

OK, this is a stupid question, but did you put the 5 in there?

larrykollar avatar Aug 08 '16 01:08 larrykollar

carnager@caprica ~ > pacman -Qs ncurses5
local/ncurses5-compat-libs 6.0-4
    System V Release 4.0 curses emulation library, ABI 5

carnager avatar Aug 08 '16 02:08 carnager

OK, I have a dumb request I just now thought of: press F5 to open the command line, then type show_vars and look for escdelay.

  • If the value is 100, try changing it to 10 in your .tinesrc just to see what happens.
  • If the value is 1000 or more, change it to 100 in your .tinesrc and that should fix it.

larrykollar avatar Nov 04 '16 02:11 larrykollar

Changing escdelay to 10 in the config solved it for me.

logistic-bot avatar Dec 14 '19 20:12 logistic-bot