Files
source/Y/mod.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

37 lines
3.8 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</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#L1027'>mod</a> 1027 lib/tty/key.c unsigned int mod = code &amp; KEY_M_MASK; // modifier</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1038'>mod</a> 1038 lib/tty/key.c mod |= get_modifier ();</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1052'>mod</a> 1052 lib/tty/key.c mod = KEY_M_SHIFT;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1069'>mod</a> 1069 lib/tty/key.c mod &amp;= ~KEY_M_CTRL;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1072'>mod</a> 1072 lib/tty/key.c mod |= KEY_M_CTRL;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1077'>mod</a> 1077 lib/tty/key.c if (c == 127 &amp;&amp; mod == 0)</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1080'>mod</a> 1080 lib/tty/key.c mod |= get_modifier ();</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1084'>mod</a> 1084 lib/tty/key.c if (c == '0' &amp;&amp; mod == 0 &amp;&amp; (qmod &amp; KEY_M_SHIFT) == KEY_M_SHIFT)</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1087'>mod</a> 1087 lib/tty/key.c mod = KEY_M_SHIFT;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1091'>mod</a> 1091 lib/tty/key.c if (c == '.' &amp;&amp; mod == 0 &amp;&amp; (qmod &amp; KEY_M_SHIFT) == KEY_M_SHIFT)</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1094'>mod</a> 1094 lib/tty/key.c mod = KEY_M_SHIFT;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1108'>mod</a> 1108 lib/tty/key.c mod &amp;= ~KEY_M_CTRL;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1115'>mod</a> 1115 lib/tty/key.c mod &amp;= ~KEY_M_CTRL;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1120'>mod</a> 1120 lib/tty/key.c if (c == KEY_BACKSPACE &amp;&amp; (mod &amp; KEY_M_SHIFT) != 0)</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1121'>mod</a> 1121 lib/tty/key.c mod &amp;= ~KEY_M_SHIFT;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1124'>mod</a> 1124 lib/tty/key.c if (c &gt;= KEY_F (1) &amp;&amp; c &lt;= KEY_F (10) &amp;&amp; (mod &amp; KEY_M_SHIFT) != 0)</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1129'>mod</a> 1129 lib/tty/key.c mod &amp;= ~KEY_M_SHIFT;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1147'>mod</a> 1147 lib/tty/key.c return (mod | c);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1541'>mod</a> 1541 lib/tty/key.c unsigned int mod = keycode &amp; KEY_M_MASK;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1552'>mod</a> 1552 lib/tty/key.c if ((mod &amp; KEY_M_ALT) != 0 &amp;&amp; lookup_keycode (KEY_M_ALT, &amp;idx))</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1558'>mod</a> 1558 lib/tty/key.c if ((mod &amp; KEY_M_CTRL) != 0)</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1571'>mod</a> 1571 lib/tty/key.c if ((mod &amp; KEY_M_SHIFT) != 0)</span>
</pre>
</body>
</html>