home *** CD-ROM | disk | FTP | other *** search
- /*
- * A possible replacement for curses' wgetstr(). Allows
- * limited editing. Recognizes the erase and kill chars.
- *
- * By Hung Le (mott@ucscb.ucsc.edu ...!ucbvax!ucscc!ucscb!mott)
- * History:
- * 05/18/89 - Initial version
- *
- * Release to Public Domain
- */
-
- /* following the curses's convention */
- #define my_getstr(str,size,ret) my_wgetstr(stdscr,str,size,ret)
- #define RET 1
- #define NO_RET 0
-
-