home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / terminal / 1064 < prev    next >
Encoding:
Text File  |  1992-08-25  |  2.1 KB  |  51 lines

  1. Newsgroups: comp.terminals
  2. Path: sparky!uunet!seas.smu.edu!utacfd.uta.edu!rwsys!kf5iw!cmptrc!andy
  3. From: andy@cmptrc.lonestar.org (Andy Hart)
  4. Subject: HP Termcap
  5. Message-ID: <BtJqKn.2wp@cmptrc.lonestar.org>
  6. Date: Tue, 25 Aug 1992 15:48:22 GMT
  7. Distribution: WORLD
  8. Organization: CompuTrac Inc., Richardson TX
  9. Keywords: HP 70092 2392A
  10. Lines: 39
  11.  
  12.  
  13. I am having the same problem as a fellow who posted a message a while back 
  14. re problems with HP terminals and UNIFY-4GL.  (I tried to reply, but my 
  15. email message came back undeliverable)
  16.  
  17. I am using Informix 4GL v. 4.10 on an HP 9000/837.  Informix only supports
  18. termcap while HP only supports terminfo.  When using the hp termcap, I am 
  19. having the following problems:
  20.  
  21.      1)  Line drawing mode does not work properly.  I have set the gs, ge,
  22.      and gb termcap attributes per the Informix manual.  When a window
  23.      is displayed and then closed, the text underneath the borders of 
  24.      the window is left "trashed" in the alternate character set.
  25.  
  26.      2)  When displaying something in standout mode (reverse video) in a 
  27.      window, "holes" get punched in the right side of my window.
  28.  
  29.      3)  I THINK we have the function keys working properly, but I would 
  30.      still like to try to remap the informix accept key (default, escape)
  31.      to be the block enter key.
  32.  
  33. We have worked out a kludge solution.  I created a shell script to launch the
  34. application which checks the term type using the termtype command.  If it's
  35. an hp terminal, I am sending the proper control chars to force the terminal
  36. into ANSI emulation, saving off the current value of $TERM, and setting 
  37. $TERM to vt100.  This works fine because the vt100 termcap appears to be 
  38. complete, but I'm not sure that it's a viable long term solution.
  39.  
  40. Does ANYONE have complete termcap entries for 70092, 70094, 2392A, etc?  
  41. Has ANYONE used informix with HP terminals like this and had better luck
  42. than me?  Please respond via email...  I anxiously await your reply.  If 
  43. there's no help out there, I guess I'll have to tear into this problem, but
  44. I'm under a short deadline and your help will be GREATLY appreciated!!!
  45.  
  46. Thanks.
  47.  
  48.   --  andy                  (andy@cmptrc.lonestar.org)
  49.  
  50.  
  51.