<p></p>
<blockquote>
<p>(Copied from <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="592648848" data-permission-text="Title is private" data-url="https://github.com/geany/geany/issues/2466" data-hovercard-type="issue" data-hovercard-url="/geany/geany/issues/2466/hovercard" href="https://github.com/geany/geany/issues/2466">#2466</a>)</p>
<p>I just got the <code>line_height</code> workaround to work with excellent results. The <code>line_height</code> setting can be found in "Tools" > "Configuration Files" > "filetypes.common". To change this setting from its default <code>line_height=0;0;</code> there are two things to note:</p>
<pre><code>* `#~` lines are commented and have no effect.

* The file format is an [INI file](https://en.wikipedia.org/wiki/INI_file) so uncommenting the `line_height` line is insufficient because the `[styling]` section is also required; either uncomment this line or add a new `[styling]` section at the end.
</code></pre>
<p>The only uncommented lines in my filetypes.common are now:</p>
<pre><code>[styling]
line_height=0;2;
</code></pre>
<p>With this setting and DejaVu Sans Mono Book size 12, underscores are visible. Using <code>line_height=0;1;</code> also works, but <code>line_height=0;2;</code> gives me, for the first time ever, exact agreement (as far as I can tell) with the line height in xfce4-terminal.</p>
</blockquote>
<p>Thank you, it's work!!!</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/issues/2287#issuecomment-635218128">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ5ZQM4UY2NQ4S6VTOLRTYSWBANCNFSM4IUHYXDA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAIOWJ5YXMMLYJO7CNMI5XDRTYSWBA5CNFSM4IUHYXDKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEXOKRUA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/issues/2287#issuecomment-635218128",
"url": "https://github.com/geany/geany/issues/2287#issuecomment-635218128",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>