Jump to content

MouseText

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Bumm13 (talk | contribs) at 00:06, 22 May 2007 (bolded opening instance of the word "MouseText" in article). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

MouseText is a set of 32 graphical characters first implemented in the Apple IIc. They were then retrofitted to the Apple IIe forming part of the Enhanced IIe upgrade. A slightly revised version was then released with the Apple IIgs.

The MouseText characters replace a redundant set of Inverse UpperCase characters (@,A..Z,[,\,],^,_) in the Alternate character set.

Original MouseText with Running Man

Revised MouseText found in Apple IIgs

How to access MouseText characters

In order to display MouseText characters a program must first select the Alternate character set, turn on Inverse video mode and then output an ASCII 27 character. To turn off MouseText the program should output an ASCII 24 character and the if required return the display to Normal video mode. For example, in Applesoft the following code fragment will display the MouseText Folder icon.

]PR#3

]INVERSE : PRINT CHR$(27);"XY";CHR$(24) : NORMAL

References

  • Apple Technote Mouse #6
  • Apple IIc Technical Reference Manual
  • Apple IIgs Hardware Reference Manual