Re: Calling external programs in statusline creates pauses over time

2013-09-15 Thread Jan Larres
On 16/09/13 18:34, Nicholas Marriott wrote: > Hi. What tmux version? Git development from about a month ago, revision aa4920f to be precise. I checked the commits since then and none seemed really related, and since the build-up is so slow I couldn't really test the newer commits.

tmux undocumented keys

2013-09-15 Thread Αριστοτέλης Πανάρας
I am trying to bind my secondary prefix to the 'right menu' key. I searched the manpage, to no avail, and the source, where I found the key listing in tmux.h and key-string.c. However, I can't find a mention of the menu key. Is it unavailable, or is it one of the weird ones (KEYC_IC, KEYC_DC)?

Re: Calling external programs in statusline creates pauses over time

2013-09-15 Thread Nicholas Marriott
Hi. What tmux version? Original message From: Jan Larres Date: 16/09/2013 03:18 (GMT+00:00) To: tmux-users@lists.sourceforge.net Subject: Calling external programs in statusline creates pauses over time Hi, I recently figured out why my terminal would regularly freeze f

Calling external programs in statusline creates pauses over time

2013-09-15 Thread Jan Larres
Hi, I recently figured out why my terminal would regularly freeze for a split-second. The culprit seems to be some kind of leak in the code for calling external programs in the statusline. If I have a call to an external program there and start a new tmux server, everything runs smoothly. But