diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-09-23 19:08:56 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-09-23 19:08:56 +0000 |
commit | f0d06ca61c104601dbdd10a4e58ae54f8d3f5332 (patch) | |
tree | f7c40b51c0e5e266bba4f1f879c73bc04e09d362 /app/xterm/ptyx.h | |
parent | b3bdaa7b4a0608ac0b00a82146b8783623300dbe (diff) |
xterm 237. tested by krw@ oga@ and others.
Diffstat (limited to 'app/xterm/ptyx.h')
-rw-r--r-- | app/xterm/ptyx.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/xterm/ptyx.h b/app/xterm/ptyx.h index 717584d54..cf9276092 100644 --- a/app/xterm/ptyx.h +++ b/app/xterm/ptyx.h @@ -1,4 +1,4 @@ -/* $XTermId: ptyx.h,v 1.517 2008/07/27 19:38:00 tom Exp $ */ +/* $XTermId: ptyx.h,v 1.518 2008/09/14 15:16:20 Paul.Lampert Exp $ */ /* * Copyright 1999-2007,2008 by Thomas E. Dickey @@ -1463,6 +1463,7 @@ typedef struct { int cursor_state; /* ON, OFF, or BLINKED_OFF */ int cursor_busy; /* do not redraw... */ + Boolean cursor_underline; /* true if cursor is in underline mode */ #if OPT_BLINK_CURS Boolean cursor_blink; /* cursor blink enable */ Boolean cursor_blink_res; /* initial cursor blink value */ |