aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9term/dat.h
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2011-08-02 07:55:20 -0400
committerRuss Cox <rsc@swtch.com>2011-08-02 07:55:20 -0400
commit65a5e5fe46b9ff928babbef063030c62fafc6b43 (patch)
treeaf45ab88785cec7b2507913b62afef7c7969a452 /src/cmd/9term/dat.h
parent76864eb6cd2759efd687f392ada4f1facbf06250 (diff)
downloadplan9port-65a5e5fe46b9ff928babbef063030c62fafc6b43.tar.gz
plan9port-65a5e5fe46b9ff928babbef063030c62fafc6b43.tar.bz2
plan9port-65a5e5fe46b9ff928babbef063030c62fafc6b43.zip
9term: home/end like acme
R=rsc http://codereview.appspot.com/4830052
Diffstat (limited to 'src/cmd/9term/dat.h')
-rw-r--r--src/cmd/9term/dat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/9term/dat.h b/src/cmd/9term/dat.h
index 052f3b82..32b75414 100644
--- a/src/cmd/9term/dat.h
+++ b/src/cmd/9term/dat.h
@@ -117,6 +117,7 @@ struct Window
uint q0;
uint q1;
uint qh;
+ uint iq1; /* last input position */
int id;
char name[32];
uint namecount;