home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / shell / 5280 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  859 b 

  1. Path: sparky!uunet!caen!uflorida!bale.cis.ufl.edu!pm0
  2. From: pm0@bale.cis.ufl.edu (Patrick Martin)
  3. Newsgroups: comp.unix.shell
  4. Subject: Curses like menu in a bourne shell script
  5. Message-ID: <38155@uflorida.cis.ufl.edu>
  6. Date: 6 Jan 93 23:52:45 GMT
  7. Sender: news@uflorida.cis.ufl.edu
  8. Organization: Univ. of Florida CIS Dept.
  9. Lines: 15
  10. Nntp-Posting-Host: bale.cis.ufl.edu
  11.  
  12. I wish to create a bourne shell menu which will read the cursor
  13. keys and scroll a highlighted bar across a list of menu items.
  14. I wish for return on a menu item to select that menu item.
  15.  
  16. Sounds alot like curses I know.
  17.  
  18. I dont want the solution to be entirely bourne shell (ie: I do
  19. not wish to write a supporting C routine to perform any subtasks).
  20. I also do not wish to have to write a termcap.
  21.  
  22. Is this possible or is it too much to ask of bourne shell?
  23.  
  24. Thanks (I hope) in advance,
  25.  
  26. Pat
  27.