summaryrefslogtreecommitdiff
path: root/sys/src/cmd/mothra/mothra.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2012-09-24 01:08:09 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2012-09-24 01:08:09 +0200
commit01e3e719ed275ee847e121f6a28e478755b15058 (patch)
tree9bdde548f72d3e7467a8eb5ec2fcc4e0baa14431 /sys/src/cmd/mothra/mothra.h
parenta8a71a36f5f0f8262b76cc04b113312f8c87fc23 (diff)
mothra: various improvements
* disallow snarf on password entries * remove current title label as it is displayed in the page list (redundant) * avoid redrawing page list just to update the title * check if the chan changed for backup bitmap in pl_rtdraw()
Diffstat (limited to 'sys/src/cmd/mothra/mothra.h')
-rw-r--r--sys/src/cmd/mothra/mothra.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/mothra/mothra.h b/sys/src/cmd/mothra/mothra.h
index 84d117dbf..2588d99f8 100644
--- a/sys/src/cmd/mothra/mothra.h
+++ b/sys/src/cmd/mothra/mothra.h
@@ -37,6 +37,7 @@ struct Www{
char title[NTITLE];
Rtext *text;
int yoffs;
+ int gottitle; /* title got drawn */
int changed; /* reader sets this every time it updates page */
int finished; /* reader sets this when done */
int alldone; /* page will not change further -- used to adjust cursor */