home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / sd386v50.zip / sd386src.zip / KEYSTR.H < prev    next >
Text File  |  1993-12-10  |  2KB  |  23 lines

  1. /*****************************************************************************/
  2. /* File:                                             IBM INTERNAL USE ONLY   */
  3. /*   keystr.h                                                                */
  4. /*                                                                           */
  5. /* Description:                                                              */
  6. /*                                                                           */
  7. /*   Flag definitions etc. for GetString().                                  */
  8. /*                                                                           */
  9. /* History:                                                                  */
  10. /*                                                                           */
  11. /*   12/10/93 Created                                                        */
  12. /*                                                                           */
  13. /*...                                                                        */
  14. /*... 12/10/93  910   Joe   Clear fields on cursor sensitive prompting.      */
  15. /*...                                                                        */
  16. /*****************************************************************************/
  17.  
  18. #define AUTOEXIT 0x0001      /* exit field on left or right or data char */
  19. #define HEXONLY  0x0002      /* only data chars 0..9, A..F, and a..f */
  20. #define BINONLY  0x0008      /* only data chars 0 or 1                       */
  21. #define CLEAR1ST 0x0004      /* clear the field on first character entry  910*/
  22.                              /* when doing cursor sensitive prompting.    910*/
  23.