Short: Opens shell on a new public screen Uploader: stefan@starship.pp.se (Stefan Ohlsson) Author: stefan@starship.pp.se (Stefan Ohlsson) Type: util/shell Replaces: util/shell/ScreenShell.LhA Version: 1.3 ScreenShell opens a new public screen and spawns a new shell in a full size borderless backdrop window. That means; NO annoying scrollbars, titlebars nor other gadgets, but full use of the screen real estate! Oh, and it's only 7280 bytes :-) Template: "NAME,PUBNAME/K,FROM/K,DEPTH/K/N,ID=MODEID/K,NB=NOTITLEBAR/S,ANSI=ANSICOLS/S" NAME - Screen title. PUBNAME - The screen's public name. FROM - Shell startup file (just like NewShell's FROM) DEPTH - Bitplane depth of screen, default 2. MODEID - Hexadecimal modeid number. (see util/cli/GetHexModeID.lha by Dirk Sessler) NOTITLEBAR - Makes the shell window even larger covering the screen titlebar. NOTE: You lose the screen depth gaget! ANSICOLS - Sets the first 8 colors of the palette to the ANSI BBS standard colors (black,red,yellow,blue,magenta,cyan,white). If you find it useful, or have a suggestion, drop me a mail :) History: V1.0: Initial release. (6648 bytes) V1.1: Added NOTITLEBAR and MODEID. Requesters are now opened on this screen instead of WB. NewLook titlebar. (7040 bytes) V1.2: Added ANSICOLS. Added shortcuts (ID,NB,ANSI) to the template. (not released, 7248 bytes) V1.3: Added PUBNAME. Cleaned up source and error codes. (7280 bytes)