home *** CD-ROM | disk | FTP | other *** search
-
-
-
- T A B L E O F C O N T E N T S
-
- 1. Introduction...............................................1
-
- 2. Technical Nitty Gritties...................................1
-
- 3. User Supported Software....................................2
- 3.1. Registering...........................................2
- 3.2. The SHAREWARE Distribution Diskette...................3
- 3.3. The SOURCE Distribution Diskette......................4
-
- 4. Installation/Compiling/Linking ............................8
- 4.1. Installation..........................................8
- 4.2. Compiling.............................................8
- 4.3. Linking...............................................9
- 4.4. Sample program (hello.c).............................10
-
- 5. General Notes.............................................11
-
- 6. Making Changes............................................13
-
- 7. Tiled Windows.............................................15
-
- 8. Future Directions.........................................16
-
- 9. Functions.................................................16
- 9.1. wn_open -- open window ..............................17
- 9.2. wn_title -- title window.............................18
- 9.3. wn_titla -- title window with attribute..............18
- 9.4. wn_close -- close window.............................19
- 9.5. wn_save -- save screen image ........................19
- 9.6. wn_restore -- restore saved screen image.............20
- 9.7. wn_move -- move window...............................20
- 9.8. wn_locate -- locate cursor in window.................21
- 9.9. wn_printf -- window printf...........................22
- 9.10. wn_puts -- put string (high speed)..................23
- 9.11. wn_gets -- get string with validation...............24
- 9.12. wn_putsa -- put string and attribute (high speed)...25
- 9.13. wn_insrow -- insert row in window...................26
- 9.14. wn_delrow -- delete row from window.................26
- 9.15. wn_clr -- clear window..............................27
- 9.16. wn_activate -- activate window......................27
- 9.17. wn_color -- set window & border attribute...........28
- 9.18. wn_wrap -- set/clear line wrap flag.................29
- 9.19. wn_sync -- set/clear cursor synchronization flag....29
- 9.20. wn_scroll -- set scrolling method for window........30
- 9.21. wn_dma -- set/clear write ram directly flag.........31
- 9.22. wn_fixcsr -- update window cursor position..........31
- 9.23. wn_boxset -- set box drawing character set..........32
- 9.24. wn_natrib -- set new attribute in window NOW!.......32
- 9.25. wn_dborder -- draw (replace) border on window.......33
- 9.26. _getca -- get character and attribute...............34
- 9.27. _putca -- put character and attribute ..............34
- 9.28. _vidblt -- video block transfer.....................35
- 9.29. v_spage -- set active display page..................35
-
-
-
-
-
-
-
-
-
-
-
- 9.30. v_cls -- clear entire video screen .................36
- 9.31. v_smode -- set video mode...........................36
- 9.32. v_wca -- write character and attribute..............37
- 9.33. v_wtty -- write character TTY mode..................37
- 9.34. v_locate -- locate (position) cursor................38
- 9.35. v_hidec -- hide cursor..............................38
- 9.36. v_sctype -- set cursor type (style).................39
- 9.37. v_sapu -- scroll active display page up.............39
- 9.38. v_sapd -- scroll active display page down...........40
- 9.39. v_rcpos -- return current cursor position...........40
- 9.40. v_rcvs -- return current video state................41
- 9.41. v_getch -- get keyboard character and scan code.....41
- 9.42. v_kstat -- get keyboard status......................42
- 9.43. v_kflush -- flush keyboard buffer...................42
- 9.44. v_border -- set border color........................42
-
- 10. Registration Form.........................................43
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1