Re: failed installation of tmux 1-1 on aix

2010-02-16 Thread Jozef Riha
thank you, it was the aix make as you said. compilation succeeded with gnu make but i get this error on running: jose:myserver /home/jose/tmux-1.1/: ./tmux open terminal failed: terminal does not support ich1 or ich or smir and rmir fatal: dispatch_imsg: imsg_get failed jose:myserver

Re: failed installation of tmux 1-1 on aix

2010-02-16 Thread Jozef Riha
unfortunately no logs are generated.. :-( On Tue, Feb 16, 2010 at 1:41 PM, Nicholas Marriott nicholas.marri...@gmail.com wrote: Send me the logs from starting with -. On Tue, Feb 16, 2010 at 12:38:21PM +0100, Jozef Riha wrote: thank you, this got me a bit further. still not there though.

Re: failed installation of tmux 1-1 on aix

2010-02-16 Thread Nicholas Marriott
Make sure no tmux instanaces at all are running first, it could be starting the server and the client failing. On Tue, Feb 16, 2010 at 01:56:52PM +0100, Jozef Riha wrote: unfortunately no logs are generated.. :-( On Tue, Feb 16, 2010 at 1:41 PM, Nicholas Marriott nicholas.marri...@gmail.com

Re: failed installation of tmux 1-1 on aix

2010-02-16 Thread Jozef Riha
no, only those two files were created :-( On Tue, Feb 16, 2010 at 3:15 PM, Nicholas Marriott nicholas.marri...@gmail.com wrote: Nothing funny in here, the client must be dying. No client log? On Tue, Feb 16, 2010 at 02:52:21PM +0100, Jozef Riha wrote: tmux-server.log is

[Patch] BUG: clipped copies on wrapped lines

2010-02-16 Thread Micah Cowan
If you select some text from a wrapped line, where the selection is of stuff before the final wrap of the line, the final chraracter gets stripped on copy. This patch fixes the problem for me. -- Micah J. Cowan http://micah.cowan.name/ Index: sf/window-copy.c

tmux loadb and fifos

2010-02-16 Thread Fulvio Ciriaco
Hallo, I tried the following on different OSes: #tmux setb echo 1 #mkfifo test #echo echo 2 test #tmux loadb test On NetBSD: does nothing #tmux showb echo 1 On Linux: empties buffer and creates all sorts of problems (broken pipe, killed shell) tmux showb My questions: Why does it not work?

Re: tmux loadb and fifos

2010-02-16 Thread Nicholas Marriott
Dunno. Perhaps fstat doesn't return a sane size for FIFOs. You'd have to add some debugging to find out what is going on. On Tue, Feb 16, 2010 at 09:06:05PM +0100, Fulvio Ciriaco wrote: Hallo, I tried the following on different OSes: #tmux setb echo 1 #mkfifo test #echo echo 2 test #tmux