diff options
| author | James Simmons <jsimmons@maxwell.earthlink.net> | 2002-07-16 16:44:37 -0700 |
|---|---|---|
| committer | James Simmons <jsimmons@maxwell.earthlink.net> | 2002-07-16 16:44:37 -0700 |
| commit | de442a0fe11736da5e9e8cf8101326768ae55ac7 (patch) | |
| tree | 2d0897a786369cfa07a169e81ed83e37d57894fd /include/linux/console_struct.h | |
| parent | 1159a2cae8c718d08d7dffab045de53d7a9ea958 (diff) | |
| parent | 0d84f0acc5c914fbd249b2611711517f5c001a0c (diff) | |
Merge http://linus.bkbits.net/linux-2.5
into maxwell.earthlink.net:/tmp/linus-2.5
Diffstat (limited to 'include/linux/console_struct.h')
| -rw-r--r-- | include/linux/console_struct.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/console_struct.h b/include/linux/console_struct.h index bbf34f3aa21f..d86c16e96d11 100644 --- a/include/linux/console_struct.h +++ b/include/linux/console_struct.h @@ -33,6 +33,7 @@ struct vc_data { unsigned int vc_top, vc_bottom; /* Scrolling region */ unsigned int vc_state; /* Escape sequence parser state */ unsigned int vc_npar,vc_par[NPAR]; /* Parameters of current escape sequence */ + struct tty_struct *vc_tty; /* TTY we are attached to */ unsigned long vc_origin; /* [!] Start of real screen */ unsigned long vc_scr_end; /* [!] End of real screen */ unsigned long vc_visible_origin; /* [!] Top of visible window */ |
