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

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!paladin.american.edu!news.univie.ac.at!hp4at!mcsun!fuug!prime!mits!ajake
  3. From: ajake@mits.mdata.fi (Jarkko Aitti)
  4. Subject: lptalk prob
  5. Organization: Microdata Oy, Helsinki, Finland
  6. Date: Tue, 24 Nov 1992 01:19:24 GMT
  7. Message-ID: <1992Nov24.011924.27831@prime.mdata.fi>
  8. Sender: usenet@prime.mdata.fi (Usenet poster)
  9. Nntp-Posting-Host: mits.mdata.fi
  10. Lines: 28
  11.  
  12. Hi there, it's me again asking some stupid questions....
  13.  
  14. Now i'm trying to compile lptalk (1.21 i believe?) to linux.
  15. (kernel 0.98.5+tcp-patches1-3 (is there more?),gcc2.2.2d7,lib 4.1)
  16.  
  17. Problems is that it works otherwise just ok, but output is a bit late.
  18. While i'm connecting a mud (loopback) last line of muds output is
  19. missing until i write something and press return)
  20.  
  21. If i remember right, someone had a similar problem with telnet, what was
  22. the solution to it?
  23.  
  24. I found out that text in lptalk are outputted with 2 routines:
  25.  
  26. First outputs lines which contained originally newline with puts().
  27.  
  28. Second prints 'incomplete' lines with fputs(texts,stdout) and i think that
  29. this is making problems, it seems that output to stdout doesn't get flushed
  30. soon enough. (not until theres new stuff printed with first method)
  31.  
  32. How should i handle this? Is it somekind term setting or do i need to add
  33. flush or something there?
  34.  
  35. I also compiled it to ISC unix, and it works there..
  36. --
  37.  
  38.   Name: Jarkko J. Aitti     Mail: ajake@mits.mdata.fi
  39.  
  40.