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
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
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
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
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
---
** [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:
!