home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / linux / 16991 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.4 KB  |  42 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!destroyer!cs.ubc.ca!newsserver.sfu.ca!rchen
  3. From: rchen@fraser.sfu.ca (Robert Chen)
  4. Subject: Joe won't go
  5. Message-ID: <1992Nov17.214855.16348@sfu.ca>
  6. Sender: news@sfu.ca
  7. Organization: Simon Fraser University, Burnaby, B.C., Canada
  8. Date: Tue, 17 Nov 1992 21:48:55 GMT
  9. Lines: 31
  10.  
  11. I was quite anxious when I saw the announcement for joe 1.0.  After
  12. searching for a bit I found the sources on tsx-11: 
  13. pub/linux/sources/usr.bin/joe.tar.Z.  I downloaded the sources and 
  14. compiled (make posix).  It compiles without warning out of the box.
  15. So far so good.  
  16.  
  17. However, when I run joe it text mode, all I get is a mess on the
  18. screen.  It seems as though joe is having trouble positioning the
  19. cursor for writing to the screen.
  20.  
  21. Things are a bit better in X.  I get the familiar joe screen, (online
  22. help works, etc), but the cursor keys don't work properly.  Down arrow
  23. moves the cursor right and right arrow doesn't do anything.
  24.  
  25. Some usefull info might be:
  26.   - I am running gcc2.2.2d from HJ's gcc/lib disks
  27.   - my termcap comes from Jim and HJ's root disk.
  28.   - emacs and vi work just dandy in text and X
  29.   - in text mode TERM=console, in X TERM=xterm
  30.   - running linux 0.98pl3+
  31.  
  32. What am I doing wrong?
  33.  
  34.  
  35. Also, best I can tell, it is *hardwired* into main.c that joe's lib file
  36. must reside in /usr/local/lib.  Sigh...
  37.  
  38. Something else kinda neat:  try a "grep goto *.c" in the joe source
  39. directory.  I have never seen so many before...
  40.  
  41. - Ken
  42.