<p>Paints a tile using given parameters. Pen is a table with following possible fields:</p>
<dlclass="docutils">
<dt><ttclass="docutils literal">ch</tt></dt>
<dd><pclass="first last">Provides the ordinary tile character. Can be overridden with the <ttclass="docutils literal">char</tt> function parameter.</p>
<dd><pclass="first last">Provides the ordinary tile character, as either a 1-character string or a number.
Can be overridden with the <ttclass="docutils literal">char</tt> function parameter.</p>
</dd>
<dt><ttclass="docutils literal">fg</tt></dt>
<dd><pclass="first last">Foreground color for the ordinary tile. Defaults to 7.</p>
<dd><pclass="first last">Foreground color for the ordinary tile. Defaults to COLOR_GREY (7).</p>
</dd>
<dt><ttclass="docutils literal">bg</tt></dt>
<dd><pclass="first last">Background color for the ordinary tile. Defaults to 0.</p>
<dd><pclass="first last">Background color for the ordinary tile. Defaults to COLOR_BLACK (0).</p>
</dd>
<dt><ttclass="docutils literal">bold</tt></dt>
<dd><pclass="first last">Bright/bold text flag. If <em>nil</em>, computed based on (fg & 8); fg is reset to 7 bits.
<dd><pclass="first last">Bright/bold text flag. If <em>nil</em>, computed based on (fg & 8); fg is masked to 3 bits.
Otherwise should be <em>true/false</em>.</p>
</dd>
<dt><ttclass="docutils literal">tile</tt></dt>
<dd><pclass="first last">Graphical tile id. Ignored unless [GRAPHICS:YES] in init.txt.</p>
<dd><pclass="first last">Graphical tile id. Ignored unless [GRAPHICS:YES] was in init.txt.</p>