Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>An interesting idea, and quite possible (vim7's tabs show as clicky GUI tabs in gnome-terminal), but I don't see the benefit of doing this..</p> <p>Using the follow <code>~/.screenrc</code> shows "graphical" tabs:</p> <pre><code>startup_message off vbell off hardstatus alwayslastline hardstatus string '%{gk}[ %{G}%H %{g}][%= %{wk}%?%-Lw%?%{=b kR}(%{W}%n*%f %t%?(%u)%?%{=b kR})%{= kw}%?%+Lw%?%?%= %{g}]%{=y C}[%d/%m %c]%{W}' </code></pre> <p>..which look like the following (after renaming the tabs using <code>ctrl+a,a</code>:</p> <p><a href="http://img216.imageshack.us/img216/9401/picture4myi.png" rel="nofollow noreferrer">x http://img216.imageshack.us/img216/9401/picture4myi.png</a></p> <p>You can scroll around in a screen session using "copy mode", by doing <code>ctrl+a,[</code> and using the cursor keys (press <code>Esc</code> or <code>ctrl+c</code> to exit it)</p> <p>You can also attach to the same screen session multiple times using the <code>screen -x</code> flag (rather than <code>-r</code>), so you could use any tabbed terminal emulator, and open one tab for each screen-window.</p> <p>If you really did want to start implementing this - one option would be to look into modifying gnome-terminal, to copy the behaviour with vim's tabs for screen. Or, write your own screen client - you don't need to do anything as fragile sounding as scraping the terminal - there's a FIFO file in (usually) <code>/tmp/uscreens/S-$USER/$PID.sessionname</code> which I think is how screen communicates, and remember screen is <a href="http://directory.fsf.org/project/screen/" rel="nofollow noreferrer">open-source</a>!</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload