mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
22 lines
1.6 KiB
HTML
22 lines
1.6 KiB
HTML
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
|
|
<html xmlns='http://www.w3.org/1999/xhtml'>
|
|
<head>
|
|
<title>modifiers</title>
|
|
<meta name='robots' content='noindex,nofollow' />
|
|
<meta name='generator' content='GLOBAL-6.6.11' />
|
|
<meta http-equiv='Content-Style-Type' content='text/css' />
|
|
<link rel='stylesheet' type='text/css' href='../style.css' />
|
|
</head>
|
|
<body>
|
|
<pre>
|
|
<span class='curline'><a href='../S/lib--tty--key.c.html#L982'>modifiers</a> 982 lib/tty/key.c unsigned char modifiers = 6;</span>
|
|
<span class='curline'><a href='../S/lib--tty--key.c.html#L984'>modifiers</a> 984 lib/tty/key.c if (ioctl (0, TIOCLINUX, &modifiers) < 0)</span>
|
|
<span class='curline'><a href='../S/lib--tty--key.c.html#L988'>modifiers</a> 988 lib/tty/key.c if ((modifiers & SHIFT_PRESSED) != 0)</span>
|
|
<span class='curline'><a href='../S/lib--tty--key.c.html#L990'>modifiers</a> 990 lib/tty/key.c if ((modifiers & (ALTL_PRESSED | ALTR_PRESSED)) != 0)</span>
|
|
<span class='curline'><a href='../S/lib--tty--key.c.html#L992'>modifiers</a> 992 lib/tty/key.c if ((modifiers & CONTROL_PRESSED) != 0)</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L875'>modifiers</a> 875 src/subshell/common.c const uint32_t modifiers = csi.params[1][0] - 1;</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L882'>modifiers</a> 882 src/subshell/common.c && (modifiers & ~(MODIFIER_CAPS_LOCK | MODIFIER_NUM_LOCK)) == MODIFIER_CTRL;</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|