Short: Opens full size shell on new public screen Author: stefan@starship.pp.se (Stefan Ohlsson) Uploader: stefan starship pp se (Stefan Ohlsson) Type: util/shell Version: 1.6 Replaces: util/shell/ScreenShell.LhA Architecture: m68k-amigaos 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. If you find ScreenShell useful, or have a suggestion, drop me a mail ScreenShell is MAILWARE (If you use it, send a mail to the author). Template: "NAME,PUBNAME/K,FROM/K,DEV=DEVICE/K,ID=MODEID/K,W=WIDTH/K/N,H=HEIGHT/K/N, D=DEPTH/K/N,F=FONT/K,FS=FONTSIZE/K/N,NB=NOTITLEBAR/S,BP=BLANKPOINTER/S, ANSI=ANSICOLS/S" NAME - Screen title. PUBNAME - The screen's public name. FROM - Shell startup file. (Just like NewShell's FROM) DEVICE - Shell device to use. (Default CON:) WARNING: If this isn't a valid shell device the screen will WARNING: open but hang, and no shell appears. BE CAREFUL. MODEID - Hexadecimal modeid number. (see util/cli/GetHexModeID.lha by Dirk Sessler) WIDTH - Width of screen. HEIGHT - Height of screen. (Both WIDTH and HEIGHT default to the text overscan size) DEPTH - Bitplane depth of screen, default 2. FONT - Font to use. (Must be a monospaced, full name of font must be specified) FONTSIZE - Size of font. (Default is 8) NOTITLEBAR - Makes the shell window even larger covering the screen titlebar. (NOTE: You lose the screen depth and drag gadgets!) BLANKPOINTER - Makes the mouse pointer invisible. ANSICOLS - Sets the first 8 colors of the palette to the ANSI BBS standard colors (black,red,yellow,blue,magenta,cyan,white). This software is subject to the "Standard Amiga FD-Software Copyright Note". It is MAILWARE as defined in paragraph 4b. For more information please read "AFD-COPYRIGHT" version 1.4 (included). History: v1.0 First 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) v1.4 Added WIDTH and HEIGHT. Respects and defaults to the text overscan preferences. D=DEPTH shortcut added to the template. (7464 bytes) v1.5 Added FONT, FONTSIZE and BLANKPOINTER. (Too big to brag about small size, still about 8K though) :-) v1.6 Added DEVICE. Reordered prameters in template. Removed forgotten debug printout (oops).