On Thu, Aug 08, 2013 at 04:31:12PM -0500, Jared Stafford wrote:
> One problem that this solved for me, apart from performance, was
> easier access to options, and the ability to store private data
> associated with the session. For instance, one thing i use Lua for is
> to implement a "raw" mode:

I am sure you could do the same thing using '@' variables which we
introduced in the latest version of tmux:

tmux set @raw_mode true
tmux show @raw_mode

Or whatever you'd want to do with it.

> The status highlighting, which could easily be separated from the Lua
> patch, also helps if I run nested tmux sessions - it tells me which
> tmux instance I'm about to send a command to.

This is what #{client_prefix} is useful for.  Then you can colour whatever
you like.

-- Thomas Adam

-- 
"Deep in my heart I wish I was wrong.  But deep in my heart I know I am
not." -- Morrissey ("Girl Least Likely To" -- off of Viva Hate.)

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to