linux - View log files real time in Tera term and pause terminal output for a while -


in tera term (terminal emulator), viewing log files real-time. used command "tail -f ". question ...

when saw log line want read, pause terminal output while without stopping "tail" process.

i heard there's way in tera term. cannot find out how do.

can tell me? in advance.

usually terminal configured honor xon/xoff, controlq , controls, e.g.,

$ stty -a speed 38400 baud; rows 40; columns 80; line = 0; intr = ^c; quit = ^\; erase = ^h; kill = ^u; eof = ^d; eol = <undef>; eol2 = <undef>; swtch = <undef>; start = ^q; stop = ^s; susp = ^z; rprnt = ^r; werase = ^w; lnext = ^v; flush = ^o; min = 1; time = 0; -parenb -parodd cs8 -hupcl -cstopb cread -clocal -crtscts -ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff -iuclc -ixany -imaxbel -iutf8 opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0 isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt echoctl echoke 

while hardware feature, more emulated in software. pressing controls, tell computer stop sending characters terminal, , pressing controlq resume.

for discussion, see


Comments

Popular posts from this blog

java - Andrioid studio start fail: Fatal error initializing 'null' -

android - Gradle sync Error:Configuration with name 'default' not found -

StringGrid issue in Delphi XE8 firemonkey mobile app -