home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / ecu-3.35 / README.Linux < prev    next >
Encoding:
Text File  |  1995-07-14  |  3.9 KB  |  99 lines

  1. [[ This has been placed as is as written by Bob Broughton.  It is somewhat
  2. obsolete and may be used as a guide.  Note: many compile warnings
  3. may be ignored.   Who wants to fix all this ?! :-) ]] wht
  4.  
  5. 1. In order for ecu to work, you must be using version 0.99p10 (or higher)
  6. of Linux. ncurses version 0.7.2 must be installed; Make sure that you have 
  7. read privileges to /usr/lib/terminfo/c/console.
  8.  
  9. 2. There must be a file in the /usr/lib/uucp directory named Devices, and
  10. it must be readable by all users. It doesn't necessarily have to contain
  11. anything useful; Mine contains the following:
  12.  
  13.     ACU ttyS1 - 1200-14400
  14.  
  15. There should also be a file named Dialers, and it should also be readable
  16. by all users.
  17.  
  18. 3.  Take a look at the directory /usr/local/lib/ecu.  The files
  19. ecurz, ecusz, and ecusea should be executable by everyone; The
  20. remaining files should be readable by everyone.
  21.  
  22. 4. When ecu starts, a setup screen is displayed, and it is self-explanatory.
  23. Once you are out of the setup screen, you perform ecu functions by pressing
  24. the <home> key. Pressing "<home>help" will give you help. If you want to
  25. enter the phone book, type "<home>dial".
  26.  
  27. 5. ecu works best if the computer that you're talking to thinks that you are
  28. using a vt102, with color (assuming that you have a color monitor). 
  29. [This is true until Linux supports the SCO/ANSI terminal emulation, by
  30. which time perhaps emulation may be switchable -- wht]
  31.  
  32. 6. To use ecu with XFree86: First, when you untar ecu, you will find a file
  33. named .Xdefaults in your /tmp directory. Merge the contents of this file
  34. into your .Xdefaults file. (If you don't have a .Xdefaults file, simply move
  35. the .Xdefaults file from /tmp to your home directory.) Second, if there is
  36. an .Xresources file in your home directory, rename or remove it.
  37.  
  38. You should "cd /usr/lib/terminfo", and add the following lines to the
  39. "xterm" file:
  40.  
  41.     smacs=\E(0,rmacs=\E(B,
  42.     acsc=kkllmmjjnnwwvvuuttqqxx,
  43.  
  44. After you have made this change, type "tic xterm".
  45.  
  46. Make sure that the file /usr/lib/terminfo/x/xterm is readable by everyone.
  47.  
  48. To actually run ecu under XWindow, type:
  49.  
  50.     xterm -name ecu -e ecu &
  51.     
  52. Once you have ecu running under XWindow, you should be able to do some neat
  53. things with the mouse. For example, if you want to include a paragraph from
  54. a document on your hard disk into a posting, you can click on a shell window,
  55. "less" the document, press the left mouse button to highlight the text, move
  56. the mouse pointer into your ecu window, press the middle mouse button, and
  57. the selected text will be send to whatever you are logged into with ecu.
  58.  
  59.         Bob Broughton
  60.         a1040@mindlink.bc.ca
  61.         (604) 451-8605
  62.  
  63. Toomas Losin (a776@mindlink.bc.ca) was also very helpful with the Linux port.
  64. ---------------------------------------------------------------------------- 
  65.  
  66. Date: Thu, 7 Apr 94 09:37 PDT
  67. From: emory!mindlink.bc.ca!Robert_Broughton (Robert Broughton)
  68. To: wht@n4hgf.Mt-Park.GA.US
  69. Subject: ncurses 1.8.5
  70.  
  71. Warren, I got this from the maintainer of ncurses:
  72.  
  73. From: zmbenhal@netcom.com (Zeyd M. Ben-Halim)
  74. To: Robert_Broughton@mindlink.bc.ca
  75. Subject: Re:  ncurses 1.8.5 problem
  76.  
  77. >I just installed 1.8.5 on my Linux v1.0 system, after using 1.8 for a
  78. >while. I have a problem with "standout" mode. With 1.8, I got inverse
  79. >video. With 1.8.5, I also get reverse video if I'm using an xterm. If I'm
  80. >using the Linux "console", however, I get the text in high-intensity, but
  81. >no reverse video. Any ideas?
  82.  
  83. You can get reverse video by changing smso in the console terminfo entry
  84. to \E[7m instead of \E[1m
  85.  
  86.  
  87. Could you add this note to README.Linux? I haven't actually tried this
  88. suggestion, but you can assume it works, unless you hear otherwise from me.
  89.  
  90. --
  91. *-*-*-*-*-*-*-*-*-*-*
  92.  
  93. Robert Broughton    Robert_Broughton@mindlink.bc.ca
  94.  
  95. "We calm and reassure. We embrace people with the message that we're
  96. all in it together. That our leaders are infallible and that there is
  97. nothing, absolutely nothing wrong." - Miles Drentell, _thirtysomething_
  98.  
  99.