Screen Handling – Character Sets

Home Forums Newbrain Basic Screen Handling – Character Sets

  • Creator
    Topic
  • #3533
    CDesp
    Keymaster
    • Topics: 15
    • Replies: 13
    • Total posts: 28
      Up
      0
      Down
      ::

      There are four distinct character sets:

      CTRL/W A Black on White, 8x10 characters, Charset 1
      CTRL/W B White on Black, 8x10 characters, Charset 2
      CTRL/W C Black on White, 8x10 characters, Charset 2
      CTRL/W D White on Black, 8x10 characters, Charset 1
      CTRL/W H White on Black, 8x8  characters, Charset 3
      CTRL/W I Black on White, 8x8  characters, Charset 3
      CTRL/W J White on Black, 8x8  characters, Charset 4
      CTRL/W K Black on White, 8x8  characters, Charset 4
      

      After you select a character set you can use the Graphics key (Right CTRL on emulator) and the “Attribute On” mode.
      Attribute On is set with Shift/Arrow Up and reset with Shift/Escape

      Attribute Off:                 Unshifted As Key tops (lower case)
                                     Shifted As Key tops (upper case)
                                     with Graphics characters 129-158
      Attribute On:                  Unshifted characters 225-254
                                     Shifted characters 193-222
                                     with Graphics characters 1-30

      Put 27,n outputs character N to the screen

      Character sets setting a keyboard mode (On the emulator unshifted is always lower case)

      CONTROL     Unshifted       Shifted          Graphics
         0         normal        upper case      chars 129-158
         1       Shift Lock      upper case      chars 129-158
         2         normal      chars 225-254     chars 129-158
         3       upper case    chars 225-254     chars 129-158
         4         normal        upper case      chars 161-190
         5       upper case      upper case      chars 161-190
         6         normal      chars 225-254     chars 161-190
         7       upper case    chars 225-254     chars 161-190
         8         normal      chars 225-254     chars 193-222
         9       upper case    chars 225-254     chars 193-222
      

       

      Usefull keystrokes

      CTRL/HOME Blanks the current line
      SHIFT/RIGHT ARROW Delete character on the right side (Delete on PC)
      SHIFT/LEFT ARROW Delete character on the left side (BackSpace On PC)

      • This topic was modified 8 months, 2 weeks ago by CDesp.
    • You must be logged in to reply to this topic.