I use screen as a minicom replacement, but the only problem is I don't get all output immediately, because of buffering. Is there a way to turn off buffering for screen?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
|||||
|
|
You could try setting the output lines (OL) of termcap to 0 within your screenrc file. This may get you what you want:
There may be some other options worth checking out in this |
||||
|
|
