Mitchell Monahan
Mitchell Monahan
> Apologies for my late reply; I was traveling with family. No problem, I completely understand! > To be honest, I am not sure that I understand what problem you...
From my point of view, Sixel support would be nice for a monitoring dashboard-style thing. Could easily show gauges and stuff in it - there are even browsers, iirc, that...
I'd definitely use a Lua version of it if it's made.
On 09/18/2013 03:02 AM, ncopa wrote: > I tested this and it seems to work fairly well. > > Would it be possible to create a release tag? v0.1 or...
What I think would help is if you make something like a meta:queueEnabled functon, sets and gets if the queue is enabled. For example: meta:queueEnabled(true) would enable it, meta:queueEnabled() returns...
We could also have it as another branch.
For issues like that, we could offer some kind of native Windows implementation if we detect that we're running on Windows/WSL, because WSL is able to run Windows binaries straight...
Just saw this issue was still open - what about something like a `skipconsolewarning` variable, defaulting to not skip it? I'd be willing to submit a pull request for it....
In theory it'd be possible, but I'm not sure if that'd be something the LinuxGSM team would be willing to do on the official versions of LGSM. The bottom bar...
Re: tmux configuration, you can put this in your `~/.tmux.conf` for a similar thing: ```tmux set -g status-right " [ d to exit] "#{=21:pane_title}" %H:%M %d-%b-%y" ```