aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/term/term.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cmd/term/term.h')
-rw-r--r--sys/cmd/term/term.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/sys/cmd/term/term.h b/sys/cmd/term/term.h
index 3c7e3ca..11c28c7 100644
--- a/sys/cmd/term/term.h
+++ b/sys/cmd/term/term.h
@@ -228,12 +228,13 @@ typedef struct {
typedef struct TermWindow TermWindow;
struct TermWindow {
- int tw, th; /* tty width and height */
- int w, h; /* window width and height */
- int ch; /* char height */
- int cw; /* char width */
- int mode; /* window state/mode flags */
- int cursor; /* cursor style */
+ int tw, th; /* tty width and height */
+ int w, h; /* window width and height */
+ int hb, vb; /* horizontal and vertical border (in pix) */
+ int ch; /* char height */
+ int cw; /* char width */
+ int mode; /* window state/mode flags */
+ int cursor; /* cursor style */
};
/* used for user hooks */