home *** CD-ROM | disk | FTP | other *** search
- ┌───────┬─────────────────────────────────────────────────────────────┐
- │ 1.10 │ Minor release │
- └───────┴─────────────────────────────────────────────────────────────┘
- ■ Changed the hot-key support. RFW was know to eatup many ticks. This
- was caused by the special routines that implemented the hot-keys.
- All keys will now ALWAYS redraw the screen, so CRSR-DOWN when the
- last line is on the screen will still cause a redraw of the screen.
- The same goes for CRSR-UP, END, HOME, PGUP and PGDN. Hot-keys should
- now work better and with a smaller number of cycles.
- Suggested by: Eddy Emck
-
- ■ Added support for QuickBBS and SBBS;
- Suggested by: Various users
-
- ■ Added support for CD-ROM drives in RFC;
- Suggested by: Various users
-
- ■ Added /CFG to RFW and RFC and /ASC to RFW;
-
- ■ Added tag-file support to create and use FileDoor/DISP-compatible
- tag-files;
-
- ■ Removed help information from RFW. This is now stored in a separate
- help-file (example included);
-
- ■ Changed the FOSSIL-access a bit and changed the input-routines to
- give back more time-slices to DesqView <tm>;