Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
tiocl.h File Reference

Go to the source code of this file.

Data Structures

struct  tiocl_selection
 

Macros

#define TIOCL_SETSEL   2 /* set a selection */
 
#define TIOCL_SELCHAR   0 /* select characters */
 
#define TIOCL_SELWORD   1 /* select whole words */
 
#define TIOCL_SELLINE   2 /* select whole lines */
 
#define TIOCL_SELPOINTER   3 /* show the pointer */
 
#define TIOCL_SELCLEAR   4 /* clear visibility of selection */
 
#define TIOCL_SELMOUSEREPORT   16 /* report beginning of selection */
 
#define TIOCL_SELBUTTONMASK   15 /* button mask for report */
 
#define TIOCL_PASTESEL   3 /* paste previous selection */
 
#define TIOCL_UNBLANKSCREEN   4 /* unblank screen */
 
#define TIOCL_SELLOADLUT   5
 
#define TIOCL_GETSHIFTSTATE   6 /* write shift state */
 
#define TIOCL_GETMOUSEREPORTING   7 /* write whether mouse event are reported */
 
#define TIOCL_SETVESABLANK   10 /* set vesa blanking mode */
 
#define TIOCL_SETKMSGREDIRECT   11 /* restrict kernel messages to a vt */
 
#define TIOCL_GETFGCONSOLE   12 /* get foreground vt */
 
#define TIOCL_SCROLLCONSOLE   13 /* scroll console */
 
#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 */
 

Macro Definition Documentation

#define TIOCL_BLANKEDSCREEN   15 /* return which vt was blanked */

Definition at line 36 of file tiocl.h.

#define TIOCL_BLANKSCREEN   14 /* keep screen blank even if a key is pressed */

Definition at line 35 of file tiocl.h.

#define TIOCL_GETFGCONSOLE   12 /* get foreground vt */

Definition at line 33 of file tiocl.h.

#define TIOCL_GETKMSGREDIRECT   17 /* get the vt the kernel messages are restricted to */

Definition at line 37 of file tiocl.h.

#define TIOCL_GETMOUSEREPORTING   7 /* write whether mouse event are reported */

Definition at line 30 of file tiocl.h.

#define TIOCL_GETSHIFTSTATE   6 /* write shift state */

Definition at line 29 of file tiocl.h.

#define TIOCL_PASTESEL   3 /* paste previous selection */

Definition at line 21 of file tiocl.h.

#define TIOCL_SCROLLCONSOLE   13 /* scroll console */

Definition at line 34 of file tiocl.h.

#define TIOCL_SELBUTTONMASK   15 /* button mask for report */

Definition at line 11 of file tiocl.h.

#define TIOCL_SELCHAR   0 /* select characters */

Definition at line 5 of file tiocl.h.

#define TIOCL_SELCLEAR   4 /* clear visibility of selection */

Definition at line 9 of file tiocl.h.

#define TIOCL_SELLINE   2 /* select whole lines */

Definition at line 7 of file tiocl.h.

#define TIOCL_SELLOADLUT   5

Definition at line 24 of file tiocl.h.

#define TIOCL_SELMOUSEREPORT   16 /* report beginning of selection */

Definition at line 10 of file tiocl.h.

#define TIOCL_SELPOINTER   3 /* show the pointer */

Definition at line 8 of file tiocl.h.

#define TIOCL_SELWORD   1 /* select whole words */

Definition at line 6 of file tiocl.h.

#define TIOCL_SETKMSGREDIRECT   11 /* restrict kernel messages to a vt */

Definition at line 32 of file tiocl.h.

#define TIOCL_SETSEL   2 /* set a selection */

Definition at line 4 of file tiocl.h.

#define TIOCL_SETVESABLANK   10 /* set vesa blanking mode */

Definition at line 31 of file tiocl.h.

#define TIOCL_UNBLANKSCREEN   4 /* unblank screen */

Definition at line 22 of file tiocl.h.