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

23 lines
1.7 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>caption</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--keybind.c.html#L412'>caption</a> 412 lib/keybind.c keymap_add (GArray *keymap, long key, long cmd, const char *caption)</span>
<span class='curline'><a href='../S/lib--keybind.c.html#L420'>caption</a> 420 lib/keybind.c g_snprintf (new_bind.caption, sizeof (new_bind.caption), "%s", caption);</span>
<span class='curline'><a href='../S/lib--keybind.c.html#L432'>caption</a> 432 lib/keybind.c char *caption = NULL;</span>
<span class='curline'><a href='../S/lib--keybind.c.html#L435'>caption</a> 435 lib/keybind.c key = tty_keyname_to_keycode (keybind, &amp;caption);</span>
<span class='curline'><a href='../S/lib--keybind.c.html#L436'>caption</a> 436 lib/keybind.c keymap_add (keymap, key, action, caption);</span>
<span class='curline'><a href='../S/lib--keybind.c.html#L437'>caption</a> 437 lib/keybind.c g_free (caption);</span>
<span class='curline'><a href='../S/lib--keybind.c.html#L481'>caption</a> 481 lib/keybind.c return (keymap[i].caption[0] != '\0') ? keymap[i].caption : NULL;</span>
<span class='curline'><a href='../S/lib--keybind.h.html#L353'>caption</a> 353 lib/keybind.h char caption[KEYMAP_SHORTCUT_LENGTH];</span>
</pre>
</body>
</html>