home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 592b.lha / TermII / Fran軋is / term.config < prev    next >
Text File  |  1991-12-22  |  880b  |  38 lines

  1. # Term II - Configuration
  2. window_backdrop_off
  3. window_borderless_off
  4. window_dragbar_on
  5. window_sizegadget_on
  6. window_closegadget_on
  7. window_screen_workbench
  8. window_termscreen_shanghai_on
  9. window_termscreen_interlace_off
  10. window_color 4
  11. window_publicscreen_default
  12. serial_open "DEVS:serial.device" 0
  13. serial_buffer 1024
  14. serial_baud 2400
  15. serial_length 8
  16. serial_stop 1
  17. serial_xdisabled
  18. serial_parity 2
  19. # xpr_open "xprascii.library"
  20. # xpr_up_dir "ram:"
  21. # xpr_down_dir "Ram Disk:"
  22. console_open
  23. # console_size "0/0/640/400"
  24. # console_font "courier.font" 11
  25. #
  26. #   Exemples de programmation de touches de fonction :
  27. #
  28. # shift-F10 pour quitter Term II
  29. console_map_key 20 "rexx \"quit.rexx\""
  30. # F10 pour lancer la XCMD Laser
  31. console_map_key 10 "rexx \"laser.rexx\""
  32. # F9 pour déconnecter un modem HAYES
  33. console_map_key 9 "serial_send \"+++\""
  34. #
  35. menu_long_on
  36. capture_buffer 1024
  37. capture_dir "ram:"
  38.