home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / d / doslogo.zip / LOGOHLP.ZIP / CBREAK.HLP < prev    next >
Text File  |  1990-06-11  |  485b  |  8 lines

  1. cbreak  -- Command, one input.
  2.      The input must be either the word on or the word off.  If the input is
  3.      on,  your terminal is placed in cbreak mode, which means that what you
  4.      type is made available to your program every  character,  rather  than
  5.      every  line.   This must be done before the readchar procedure, below,
  6.      will work.  This facility is good for writing video game  programs  or
  7.      text editors.  While in cbreak mode, echo is turned off also.
  8.