What version of tmux did you compile? This looks old. Can you try latest
from git?
On Wed, Feb 27, 2013 at 02:59:41PM -0500, James Jong wrote:
>Thanks! Definitely. Below is the server log file for *tmux -vvv:
>> cat tmux-server-7279.log*
>server started, pid 7279
>socket path /t
Are you sure your terminal supports UTF-8 mouse sequences? Does this
happen in uxterm too?
On Thu, Feb 28, 2013 at 03:34:44PM -0500, Georgios Choudalakis wrote:
>Hi all,
>I have these options:
>* * * * * * * * * * * * * * * * * * * * * * *
># scroll with my mouse in history mode.
Here's a nice integration between vim and tmux for any zsh users that want
to give this patch a try: https://gist.github.com/tarruda/5051527
Combined with the new zoom patch, you can get a nice 'toggle top terminal'
experience.
On Tue, Feb 26, 2013 at 11:37 AM, Thiago Padilha wrote:
> Here is TA
Lost how? They don't appear in the tmux history?
On Sun, Mar 03, 2013 at 06:33:45PM +0400, Irakli wrote:
>Hi,
>when I cat big file, some lines of file are lost
>
>i=1
>while [ $i -le 500 ]
>do
>echo "line number: $i line number: $i line number: $i"
>i=`expr $i + 1`
>
Hi all,
I have these options:
# scroll with my mouse in history mode.
set-window-option -g mouse-select-window on
set-window-option -g mouse-select-pane on
set-window-option -g mouse-resize-pane on
set-window-option -g mouse-utf8 on
set-window-option -g mode-mouse on
I run iTerm2 on Mac OS X 10.
I was wrong about one thing, actually: If I move the window to the left of
my screen, then the right end of my window starts to interpret the mouse
clicks correctly. So, it looks like there is an invisible area on my
screen, within which the clicks are interpreted correctly, but that area
spans o
This is fine for if-shell but wrong for run-shell because wp can't be
NULL, it is deferenced a bit later in the function. I suggest making
wp_id signed and setting it to -1 if the output should be discarded in
cmd_run_shell_print.
On Wed, Feb 27, 2013 at 11:28:01AM -0500, Ben Boeckel wrote:
> On