diff options
Diffstat (limited to 'linux-headers/include/linux/tiocl.h')
-rw-r--r-- | linux-headers/include/linux/tiocl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-headers/include/linux/tiocl.h b/linux-headers/include/linux/tiocl.h index b32acc2..88faba5 100644 --- a/linux-headers/include/linux/tiocl.h +++ b/linux-headers/include/linux/tiocl.h @@ -36,5 +36,6 @@ struct tiocl_selection { #define TIOCL_BLANKSCREEN 14 /* keep screen blank even if a key is pressed */ #define TIOCL_BLANKEDSCREEN 15 /* return which vt was blanked */ #define TIOCL_GETKMSGREDIRECT 17 /* get the vt the kernel messages are restricted to */ +#define TIOCL_GETBRACKETEDPASTE 18 /* get whether paste may be bracketed */ #endif /* _LINUX_TIOCL_H */ |