Hi,
This patch add a -n argument to show-environment. It specifies a variable name.
example:
$ tmux show-environment -g -n TERM
rxvt-unicode-256color
--- a/cmd-show-environment.c
+++ b/cmd-show-environment.c
@@ -31,8 +31,8 @@ int cmd_show_environment_exec(struct cmd *, struct cmd_ctx
*);
c
un-subscribe
--
Regards,
Muhammad Sharfuddin
Technical Manager
Cell: +(92) 333-2144823 | UAN: +(92-21) 111-111-142 ext: 113 | Web:
http://www.nds.com.pk
On Thu, 2012-03-08 at 17:57 -0800, Gustavo Baratto wrote:
> Hi Nicholas...
>
>
>
> Try running "ls -la", then opening any file with 'vi'.
In order to avoid eyestrain at work, I've chosen to use the ever popular
"solarized" scheme (http://ethanschoonover.com/solarized), which, to keep
things consistent starts off by modifying your terminal colors themselves
through .Xresources or gnome terminal settings.
My basic 16 colors thus remap
On Mon, Mar 12, 2012 at 11:19:40AM +0100, d z wrote:
>If the TERM inside tmux is screen or screen-256color and I type a long
>command line in bash which is longer that the width of the terminal
>screen, the command line will not be wrapped to the next line, but be
>shifted left. But
Hi
Applied, thanks.
On Fri, Mar 09, 2012 at 09:53:44AM -0800, George Nachman wrote:
> This is used by control mode to get the window ID of the new window.
> --
> Virtualization & Cloud Management Using Capacity Planni
If the TERM inside tmux is screen or screen-256color and I type a long command
line in bash which is longer that the width of the terminal screen, the command
line will not be wrapped to the next line, but be shifted left. But if the TERM
inside tmux is xterm, the long command line is wrapped t