diff options
| author | Russ Cox <rsc@swtch.com> | 2012-09-23 22:01:56 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@swtch.com> | 2012-09-23 22:01:56 -0400 |
| commit | 37f8ed2410ad5cbd46eda00a77f8bf4950bcf544 (patch) | |
| tree | 9b95f2c2cb48cc00cfeefb6fdceb228cd7daa2bf /src/cmd/acme/dat.h | |
| parent | 9dbe4a0df903ee76bf72fcaff43dea5bb5bf3f75 (diff) | |
| download | plan9port-37f8ed2410ad5cbd46eda00a77f8bf4950bcf544.tar.gz plan9port-37f8ed2410ad5cbd46eda00a77f8bf4950bcf544.zip | |
acme: mouse movement for Del
If the mouse was in the tag of the old window,
it was most likely pointing at Del. If bringing up a
new window from below and not moving the mouse
somewhere else, adjust it so that it ends up pointing
at Del in the replacement window's tag too.
This makes it easy to Del a sequence of windows in
a column, from top to bottom.
http://www.youtube.com/watch?v=ET8w6RT6u5M
R=r
http://codereview.appspot.com/6558047
Diffstat (limited to 'src/cmd/acme/dat.h')
| -rw-r--r-- | src/cmd/acme/dat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/acme/dat.h b/src/cmd/acme/dat.h index 0da2a128..0539d1ac 100644 --- a/src/cmd/acme/dat.h +++ b/src/cmd/acme/dat.h @@ -239,6 +239,7 @@ struct Window uchar filemenu; uchar dirty; uchar autoindent; + uchar showdel; int id; Range addr; Range limit; |
