From 5ccec29a85a052e206a366b8ca02a78e1595188c Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Sun, 12 Feb 2012 08:48:58 -0600 Subject: [PATCH] * usr/share/byobu/profiles/tmux: - drop the brackets around the open windows, saves ~4 horizontal characters; trying to get default tmux to fit in 80x25 --- debian/changelog | 3 +++ usr/share/byobu/profiles/tmux | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0c728a3e..de93fd18 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,9 @@ byobu (5.8) unreleased; urgency=low [ Dustin Kirkland ] * debian/control: - suggest ttf-ubuntu-font-family which provides the  character + * usr/share/byobu/profiles/tmux: + - drop the brackets around the open windows, saves ~4 horizontal + characters; trying to get default tmux to fit in 80x25 -- Dustin Kirkland Mon, 30 Jan 2012 18:12:49 -0600 diff --git a/usr/share/byobu/profiles/tmux b/usr/share/byobu/profiles/tmux index 495b0503..ae6ce2aa 100644 --- a/usr/share/byobu/profiles/tmux +++ b/usr/share/byobu/profiles/tmux @@ -81,8 +81,8 @@ set -g status-fg $BYOBU_LIGHT set -g status-interval 1 set -g status-left-length 256 set -g status-right-length 256 -set -g status-left '#(byobu-status tmux_left) [' -set -g status-right '] #(byobu-status tmux_right)' +set -g status-left '#(byobu-status tmux_left)' +set -g status-right '#(byobu-status tmux_right)' set -g message-bg $BYOBU_ACCENT set -g message-fg white