Menu

#5 Easier usage of raw characters

closed
nobody
None
5
2005-11-29
2005-06-19
No

To make usage of raw characters easier I suggest the
attached patch.

Discussion

  • Anonymous

    Anonymous - 2005-06-19
     
  • Anonymous

    Anonymous - 2005-06-20

    Logged In: YES
    user_id=1268768

    With "easier" I mean, of course, controllable by the
    application using PDCurses at compile time.

     
  • William McBrine

    William McBrine - 2005-11-15

    Logged In: YES
    user_id=27933

    I've resolved this, in a different way: the raw mappings are
    now always used. AFAICT, there's no case where the "safer"
    versions are actually needed or helpful. All it needs is
    OR'ing A_ALTCHARSET for characters in the 0-31 range, so
    they pass through PDC_chadd() unchanged.

    Changes are in CVS.

     
  • William McBrine

    William McBrine - 2005-11-15
    • status: open --> pending
     
  • SourceForge Robot

    • status: pending --> closed
     
  • Anonymous

    Anonymous - 2006-01-02

    Logged In: YES
    user_id=1268768

    Realization in v2.7 is fine! Thanks.