Searched refs:underline (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/Documentation/ |
D | VGA-softcursor.txt | 17 Parameter 1 specifies cursor size (0=default, 1=invisible, 2=underline, ..., 37 To get normal blinking underline, use: echo -e '\033[?2c'
|
D | kernel-parameters.txt | 3952 see VGA-softcursor.txt. Default: 2 = underline. 3991 vt.underline= [VT] Default color for underlined text; 0-15.
|
/linux-4.1.27/drivers/video/console/ |
D | mdacon.c | 388 u8 blink, u8 underline, u8 reverse, u8 italic) in mdacon_build_attr() argument 399 ((underline & 1) << 2) | in mdacon_build_attr()
|
D | sticon.c | 317 u8 blink, u8 underline, u8 reverse, u8 italic) in sticon_build_attr() argument
|
D | vgacon.c | 608 u8 blink, u8 underline, u8 reverse, u8 italic) in vgacon_build_attr() argument 615 else if (underline) in vgacon_build_attr() 631 else if (underline) in vgacon_build_attr()
|
/linux-4.1.27/drivers/usb/misc/sisusbvga/ |
D | sisusb_con.c | 311 u8 blink, u8 underline, u8 reverse, u8 unused) in sisusbcon_build_attr() argument 315 if (underline) in sisusbcon_build_attr()
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | idle-states.txt | 43 timing and energy related properties, that underline the HW behaviour
|
/linux-4.1.27/drivers/tty/vt/ |
D | vt.c | 2913 module_param_named(underline, default_underline_color, int, S_IRUGO | S_IWUSR);
|