mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
25 lines
1.9 KiB
HTML
25 lines
1.9 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>xmouse_seq</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--mouse.c.html#L51'>xmouse_seq</a> 51 lib/tty/mouse.c const char *xmouse_seq;</span>
|
|
<span class='curline'><a href='../S/lib--tty--mouse.c.html#L95'>xmouse_seq</a> 95 lib/tty/mouse.c if (xmouse_seq != NULL)</span>
|
|
<span class='curline'><a href='../S/lib--tty--mouse.c.html#L96'>xmouse_seq</a> 96 lib/tty/mouse.c define_sequence (MCKEY_MOUSE, xmouse_seq, MCKEY_NOACTION);</span>
|
|
<span class='curline'><a href='../S/lib--tty--mouse.h.html#L99'>xmouse_seq</a> 99 lib/tty/mouse.h extern const char *xmouse_seq;</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty.c.html#L374'>xmouse_seq</a> 374 lib/tty/tty.c xmouse_seq = tty_tigetstr ("kmous", "Km");</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty.c.html#L387'>xmouse_seq</a> 387 lib/tty/tty.c if (xmouse_seq == NULL)</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty.c.html#L388'>xmouse_seq</a> 388 lib/tty/tty.c xmouse_seq = ESC_STR "[M";</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty.c.html#L412'>xmouse_seq</a> 412 lib/tty/tty.c if (xmouse_seq != NULL)</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty.c.html#L414'>xmouse_seq</a> 414 lib/tty/tty.c if (strcmp (xmouse_seq, ESC_STR "[<") == 0)</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty.c.html#L416'>xmouse_seq</a> 416 lib/tty/tty.c xmouse_seq = ESC_STR "[M";</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|