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>mod_status</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#L950'>mod_status</a> 950 lib/tty/key.c int mod_status;</span>
|
|
<span class='curline'><a href='../S/lib--tty--key.c.html#L953'>mod_status</a> 953 lib/tty/key.c if (devctl (fileno (stdin), DCMD_CHR_LINESTATUS, &mod_status, sizeof (mod_status), NULL)</span>
|
|
<span class='curline'><a href='../S/lib--tty--key.c.html#L957'>mod_status</a> 957 lib/tty/key.c shift_ext_status = mod_status & 0xffffff00UL;</span>
|
|
<span class='curline'><a href='../S/lib--tty--key.c.html#L958'>mod_status</a> 958 lib/tty/key.c mod_status &= 0x7f;</span>
|
|
<span class='curline'><a href='../S/lib--tty--key.c.html#L959'>mod_status</a> 959 lib/tty/key.c if ((mod_status & _LINESTATUS_CON_ALT) != 0)</span>
|
|
<span class='curline'><a href='../S/lib--tty--key.c.html#L961'>mod_status</a> 961 lib/tty/key.c if ((mod_status & _LINESTATUS_CON_CTRL) != 0)</span>
|
|
<span class='curline'><a href='../S/lib--tty--key.c.html#L963'>mod_status</a> 963 lib/tty/key.c if ((mod_status & _LINESTATUS_CON_SHIFT) != 0 || (shift_ext_status & 0x00000800UL) != 0)</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|