Changeset 126
- Timestamp:
- 05/09/07 19:36:54 (2 years ago)
- Files:
-
- trunk/lib/help/command.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/help/command.txt
r119 r126 648 648 Save screen dump (right-paren) 649 649 This command dumps a "snap-shot" of the current screen to the file 650 "dump.txt", including encoded color information. 651 650 "dump.txt", including encoded color information. The command has 651 three variants: 652 - text, a simple ascii dump of the screen concatenated with a dump of 653 the color attributes. It may be viewed in color with the '(' command. 654 - html, suitable for viewing in a web browser. 655 - forum embedded html for vBulletin, suitable for pasting in 656 web forums like http://angband.oook.cz/forums. 657
