This file is indexed.

/usr/share/doc/kildclient/html/apb.xhtml is in kildclient-doc 3.2.0-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Appendix B. $window Reference</title><link rel="stylesheet" type="text/css" href="docbook.css"/><link rel="stylesheet" type="text/css" href="kildclient.css"/><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"/><link rel="prev" href="func_stripcolorize.xhtml" title="A.10. stripcolorize"/><link rel="next" href="func_window_getsize.xhtml" title="B.1. $window-&gt;getsize"/></head><body><header><div class="navheader"><table style="width: 100%; "><tr><th style="text-align: center; " colspan="3">Appendix B. $window Reference</th></tr><tr><td style="width: 20%; text-align: left; "><a accesskey="p" href="func_stripcolorize.xhtml">Prev</a> </td><th style="width: 60%; text-align: center; ">Part II. KildClient Programmer's Reference</th><td style="width: 20%; text-align: right; "> <a accesskey="n" href="func_window_getsize.xhtml">Next</a></td></tr></table><hr/></div></header><section class="appendix" id="idm3129"><div class="titlepage"><div><div><h1 class="title">$window Reference</h1></div></div></div><div class="toc"><div class="toc-title">Table of Contents</div><dl class="toc"><dt><span class="sect1">B.1. <a href="func_window_getsize.xhtml"><code class="function">$window-&gt;getsize</code></a></span></dt><dt><span class="sect1">B.2. <a href="func_window_minimize.xhtml"><code class="function">$window-&gt;minimize</code></a></span></dt><dt><span class="sect1">B.3. <a href="func_window_settitle.xhtml"><code class="function">$window-&gt;settitle</code></a></span></dt><dt><span class="sect1">B.4. <a href="func_window_seturgencyhint.xhtml"><code class="function">$window-&gt;seturgencyhint</code></a></span></dt></dl></div><p><code class="varname">$window</code> is a variable that is always present
and points to the current window. It is an object of class
<code class="classname">Window</code>, and is opaque, that is, all interaction
with it should be done via its functions, and not via its
members.</p><p>The sections below describe the functions
available for the <code class="varname">$window</code> variable.</p></section><footer><div class="navfooter"><hr/><table style="width: 100%; "><tr><td style="width: 40%; text-align: left; "><a accesskey="p" href="func_stripcolorize.xhtml">Prev</a> </td><td style="width: 20%; text-align: center; "><a accesskey="u" href="pt02.xhtml">Up</a></td><td style="width: 40%; text-align: right; "> <a accesskey="n" href="func_window_getsize.xhtml">Next</a></td></tr><tr><td style="width: 40%; text-align: left; vertical-align: top; ">A.10. <code class="function">stripcolorize</code> </td><td style="width: 20%; text-align: center; "><a accesskey="h" href="index.xhtml">Home</a></td><td style="width: 40%; text-align: right; vertical-align: top; "> B.1. <code class="function">$window-&gt;getsize</code></td></tr></table></div></footer></body></html>