On Tue, Oct 23, 2007 at 01:22:29PM -0400, Etan Reisner wrote:
<snip>
> need to switch the frame to the frame-tiled-alt setting (but I can't
> recall how to do that offhand, and I'm not in front of ion at the moment,
> so hopefully someone will chime in with the right thing.)
<snip>

Now that I'm home the way to turn the tab bars off entirely is to run
_:set_mode("tiled-alt") from the mod1-F3 lua query in the frame you want
to do it in. If that frame is too small you can run "myframe = _" in that
frame and then "myframe:set_mode('tiled-alt')" in a larger frame. And then
repeat for your other frames. And you can run "myframe = nil" when you are
all done for good measure.

        -Etan

Reply via email to