aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9term/dat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/9term/dat.h')
-rw-r--r--src/cmd/9term/dat.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cmd/9term/dat.h b/src/cmd/9term/dat.h
index 982eea18..bc6d1fc9 100644
--- a/src/cmd/9term/dat.h
+++ b/src/cmd/9term/dat.h
@@ -24,13 +24,13 @@ enum
Scrollgap = 4, /* gap right of scroll bar */
BIG = 3, /* factor by which window dimension can exceed screen */
TRUE = 1,
- FALSE = 0,
+ FALSE = 0
};
enum
{
Kscrolloneup = KF|0x20,
- Kscrollonedown = KF|0x21,
+ Kscrollonedown = KF|0x21
};
enum /* control messages */
@@ -45,7 +45,7 @@ enum /* control messages */
Holdon,
Holdoff,
Deleted,
- Exited,
+ Exited
};
struct Wctlmesg