Commit Briefs

Russ Cox

9term, acme: autoscroll

Ignore scroll/noscroll window setting. Instead, scroll when the write begins in or immediately after the displayed window content. In the new scrolling discipline, executing "Noscroll" is replaced by typing Page Up or using the mouse to scroll higher in the buffer, and executing "Scroll" is replaced by typing End or using the mouse to scroll to the bottom of the buffer. R=r, r2 http://codereview.appspot.com/4433060


Russ Cox

win: another attempt at input modes

R=rsc http://codereview.appspot.com/2476042


Russ Cox

win: add cook/nocook

R=rsc http://codereview.appspot.com/2162042


Russ Cox

9term, win: better echo cancellation

Also just drop \r from output. It's a losing battle to keep turning it off. R=rsc http://codereview.appspot.com/2128042


Russ Cox

win: scroll

R=rsc CC=codebot http://codereview.appspot.com/643041


Russ Cox

win fixes

- don't exit from a "child" note unless rc exited (code copied from 9term.c) - ignore writes to the tag; specifically " Send Noscroll" at startup. R=rsc CC=codebot http://codereview.appspot.com/181115


Russ Cox

win: better SIGPIPE handling


Russ Cox

win: another attempt at DEL






rsc

quiet Del in win


rsc

more robust win


rsc

add -