mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
23 lines
1.8 KiB
HTML
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 (&csi, &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>
|