Differences
This shows you the differences between two versions of the page.
ppl:functions:grafmode [2019/04/16 13:14] – created - external edit 127.0.0.1 | ppl:functions:grafmode [2024/03/27 14:17] (current) – stimpy | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== GRAFMODE() :STRING ====== | ====== GRAFMODE() :STRING ====== | ||
Returns a character indicating the users graphics status | Returns a character indicating the users graphics status | ||
- | | + | | **R** | RIPscrip supported |
- | G = ANSI graphics (color and positioning) supported | + | | **G** | ANSI graphics (color and positioning) supported |
- | A = ANSI positioning (no color) supported | + | | **A** | ANSI positioning (no color) supported |
- | N = No graphics (RIP or ANSI) supported | + | | **N** | No graphics (RIP or ANSI) supported |
- | **See also:** AnsiOn, OnLocal | + | --- |
+ | **See also: | ||