Warning

You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

petscii_escape_sequences [2019/07/16 08:37] – created neilspetscii_escape_sequences [2019/08/25 19:14] (current) neils
Line 2: Line 2:
  
 ^ Sequence      ^ Alias(es)        Value^ ^ Sequence      ^ Alias(es)        Value^
-| ''{CLR}''         | ''{CLEAR}''     |  $93| +|''{ARROW_LEFT}'' |''{ARROW LEFT}'' ''$5f''
-| ''{HOME}''                            |  $13| +|''{ARROW_UP}'' |''{ARROW UP}'' ''$5e''
-| ''{INSERT}''    |''{INS}''                         |  $94| +|''{BLACK}'' ||  ''$90''
-| ''{DELETE}''    |''{DEL}''                         |  $14+|''{BLUE}'' ||  ''$1f''
-| ''{CR}''    |''{RETURN}''                         |  $0D|+|''{BROWN}'' ||  ''$95''
 +|''{CLR}'' |''{CLEAR}''|  ''$93''
 +|''{CRSR_DOWN}'' |''{DOWN}'' ''$11''
 +|''{CRSR_LEFT}'' |''{LEFT}'' ''$9d''
 +|''{CRSR_RIGHT}'' |''{RIGHT}'' ''$1d''
 +|''{CRSR_UP}'' |''{UP}'' ''$91''
 +|''{CR}'' |''{RETURN}'' ''$0d''
 +|''{CYAN}'' ||  ''$9f''
 +|''{DARK_GRAY}'' |''{DARK GRAY}'' ''$97''
 +|''{DELETE}'' |''{DEL}'' ''$14''
 +|''{F1}'' ||  ''$85''
 +|''{F2}'' ||  ''$86''
 +|''{F3}'' ||  ''$87''
 +|''{F4}'' ||  ''$88''
 +|''{F5}'' ||  ''$89''
 +|''{F6}'' ||  ''$8a''
 +|''{F7}'' ||  ''$8b''
 +|''{F8}'' ||  ''$8c''
 +|''{GREEN}'' ||  ''$1e''
 +|''{HOME}'' ||  ''$13''
 +|''{INSERT}'' |''{INS}''|  ''$94''
 +|''{LIGHT_BLUE}'' |''{LIGHT BLUE}''|  ''$9a''
 +|''{LIGHT_GRAY}'' |''{LIGHT GRAY}''|  ''$9b''
 +|''{LIGHT_GREEN}'' |''{LIGHT GREEN}'' ''$99''
 +|''{LIGHT_RED}'' |''{PINK}'' ''$96''
 +|''{LOWER_CASE}'' ||  ''$0e''
 +|''{MED_GRAY}'' |''{GRAY}'' ''$98''
 +|''{ORANGE}'' ||  ''$81''
 +|''{PI}'' ||  ''$ff''
 +|''{POUND}'' ||  ''$5c''
 +|''{PURPLE}'' ||  ''$9c''
 +|''{RED}'' ||  ''$1c''
 +|''{REV_OFF}'' |''{REVERSE OFF}'' ''$92''
 +|''{REV_ON}'' |''{REVERSE ON}'' ''$12''
 +|''{SPACE}'' ||  ''$20''
 +|''{UPPER_CASE}'' ||  ''$8e''
 +|''{WHITE}'' ||  ''$05''
 +|''{YELLOW}'' ||  ''$9e''|