From: Sammy Mitchell
re: bug in CUAMARK macro.
The following changes work here, however, this fix is not heavily tested.
Please let me know if this causes any other problems:
Changed line 80
>integer shift_marking, keep_marking, CCPDKeys = FALSE
To
>integer shift_marking, keep_marking, CCPDKeys = FALSE, editing_key
Changed line 182
> if isTypeAbleKey(key)
To
> if isTypeAbleKey(key) and editing_key
Changed lines 265-267
> return ()
> endif
To
> editing_key = FALSE
> return ()
> endif
>
> editing_key = TRUE
Sammy Mitchell
SemWare Corp.
---
---------------
* Origin: apana>>>>>fidonet [sawasdi.apana.org.au] (3:800/846.13)
|