home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / EFFO / forum7.lzh / C / CHARDEF / chardef.hlp < prev    next >
Text File  |  1988-10-04  |  691b  |  58 lines

  1. Syntax: defchar [<path>]
  2. Function:defines a new Charset for VT220 Terminals
  3. Options: none
  4.  
  5. "chardef" does not designate and map the defined charset.
  6.  
  7. Syntax of chardefinition:
  8.  
  9. "clear"
  10.     clear the old charset 
  11.  
  12. "charset"[0-~]
  13.     define a name for the new charset (default '<')
  14.  
  15. <Number>:                    number of the character
  16. ['*'|'.']*                    '*' means pixel on 
  17.  
  18. "end"                        send the charset to the terminal
  19.  
  20. Example:
  21.  
  22. Define charset 'X' witch character 33, 34 and 90.
  23.  
  24. charsetX
  25. 33:
  26. .......
  27. *......
  28. **.....
  29. ***..**
  30. *******
  31. *******
  32. ***..**
  33. **.....
  34. *......
  35. .......
  36.  
  37.  
  38. 34:
  39. *.*.*.*.
  40. .*.*.*.*
  41. *.*.*.*.
  42. .*.*.*.*
  43.  
  44. 90:
  45. **..**..
  46. **..**..
  47. ..**..**
  48. ..**..**
  49. **..**..
  50. **..**..
  51. ..**..**
  52. ..**..**
  53. **..**..
  54. **..**..
  55. end
  56.  
  57.  
  58.