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

23 lines
1.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>csi</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/src--subshell--common.c.html#L849'>csi</a> 849 src/subshell/common.c csi_command_t csi;</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L865'>csi</a> 865 src/subshell/common.c if (!parse_csi (&amp;csi, &amp;buffer, buffer + len))</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L867'>csi</a> 867 src/subshell/common.c if (csi.private_mode != '\0' || buffer[-1] != 'u')</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L869'>csi</a> 869 src/subshell/common.c if (csi.param_count != 2) // ctrl-o must have the modifier field</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L871'>csi</a> 871 src/subshell/common.c if (csi.params[1][0] == 0) // Bad modifier.</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L874'>csi</a> 874 src/subshell/common.c const uint32_t codepoint = csi.params[0][0];</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L875'>csi</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#L876'>csi</a> 876 src/subshell/common.c const uint32_t event = csi.params[1][1];</span>
</pre>
</body>
</html>