Re: Receiving random string of characters on execution

2014-10-30 Thread Justin W. Flory
Go figure. Rebooting the machine after changing the $TERM fixed it. Thanks for your help! I sincerely appreciate it! Cheers, Justin W. Flory jflo...@gmail.com On Oct 29, 2014, at 5:41 AM, Nicholas Marriott wrote: > This response comes from tmux querying the device attributes which it > shoul

[PATCH] Make the status line more configurable

2014-10-30 Thread Balazs Kezes
Don't force adding spaces after/before the window list. This can rather be achieved by changing the status-left/status-right options. In fact when status-justify is right meaning we place the window list to the right, we will see two separating spaces by default: one for window-status-separator and

Re: tmux server crashes

2014-10-30 Thread Nicholas Marriott
Make sure you have a tmux built with debug symbols (configure with --enable-debug), then best bet is to do this: $ pkill tmux $ tmux new -d $ gdb -q tmux `pgrep tmux` (gdb) c Then do "tmux a" from another window and reproduce. When it crashes, go back to the gdb window and do "bt full" and show m

Re: tmux server crashes

2014-10-30 Thread Nicholas Marriott
Do you have a backtrace? On Sat, Oct 25, 2014 at 02:19:59PM -0500, Il Memming Park wrote: >Hi all, >I'm using tmux 1.9a on Mac OS (13.4.0), homebrew version. I use it with >ViM REPL environment called slimux ([1]https://github.com/epeli/slimux). >As far as I understand it sends se

tmux server crashes

2014-10-30 Thread Il Memming Park
Hi all, I'm using tmux 1.9a on Mac OS (13.4.0), homebrew version. I use it with ViM REPL environment called slimux (https://github.com/epeli/slimux). As far as I understand it sends selected text via calling 'tmux set-buffer' and 'tmux paste-buffer -t'. It works great, but after some extensive buf

[tmux:tickets] #162 Tmux adds a space between leftmost sections

2014-10-30 Thread firedev
--- ** [tickets:#162] Tmux adds a space between leftmost sections** **Status:** open **Labels:** interface **Created:** Sun Oct 26, 2014 02:33 AM UTC by firedev **Last Updated:** Sun Oct 26, 2014 02:33 AM UTC **Owner:** nobody Hi, I made a minimal theme for tmux with the help of Tmuxline: !