| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Change-Id: I4becec052af58c5a52b777004867eb23023b9403
Reviewed-on: https://plan9port-review.googlesource.com/1391
Reviewed-by: Russ Cox <rsc@google.com>
|
| |
|
|
|
|
| |
Change-Id: I75563b911b54d8957d2d004b9c27d0a2f8f043b3
Reviewed-on: https://plan9port-review.googlesource.com/1390
Reviewed-by: Russ Cox <rsc@google.com>
|
| |
|
|
|
|
|
|
| |
Fix compilation problems, libdraw still doesn't work right yet.
LGTM=rsc
R=rsc
https://codereview.appspot.com/67820046
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Everyone seems to assume that TERM != dumb implies
ANSI escape codes are okay. In fact, many people assume
that unconditionally, but it is easier to argue back about
TERM=dumb than TERM=9term.
This applies to acme win too, because they share the code.
Set termprog=9term or termprog=win for clients who
need to know.
R=rsc
CC=r
https://codereview.appspot.com/12532043
|
| |
|
|
|
| |
R=rsc
http://codereview.appspot.com/6847105
|
| | |
|
| | |
|
| |
|
|
|
| |
R=rsc
http://codereview.appspot.com/5248056
|
| |
|
|
|
|
| |
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/4952066
|
| |
|
|
|
|
| |
R=rsc, nicolesimons1986
CC=plan9port.codebot
http://codereview.appspot.com/4957042
|
| |
|
|
|
| |
R=rsc
http://codereview.appspot.com/4830052
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
| |
R=rsc
http://codereview.appspot.com/2476042
|
| |
|
|
|
| |
R=rsc
http://codereview.appspot.com/2162042
|
| |
|
|
|
|
|
|
| |
Also just drop \r from output.
It's a losing battle to keep turning it off.
R=rsc
http://codereview.appspot.com/2128042
|
| |
|
|
|
|
|
|
|
|
|
| |
Openpty uses grantpt internally and its behavior is
unspecified when a handler is set to catch SIGCHLD.
Fixes issue 37. http://code.swtch.com/plan9port/issues/37
R=rsc
CC=codebot
http://codereview.appspot.com/1209049
|
| |
|
|
|
|
| |
R=rsc
CC=codebot
http://codereview.appspot.com/1044043
|
| |
|
|
|
|
| |
R=rsc
CC=codebot
http://codereview.appspot.com/854042
|
| |
|
|
|
|
| |
R=rsc
CC=codebot
http://codereview.appspot.com/643041
|
| |
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
| |
http://codereview.appspot.com/116075
|
| |
|
|
| |
http://codereview.appspot.com/105082
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|