Skip to content

Commit

Permalink
[skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Mar 17, 2024
1 parent eee105f commit ab38c99
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions output/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,13 @@
REPL process output (stdout and stderr)
</a>

</li>

<li class="md-nav__item">
<a href="#commands-for-showing-output-destinations" class="md-nav__link">
Commands for showing output destinations
</a>

</li>

</ul>
Expand Down Expand Up @@ -1417,6 +1424,13 @@
REPL process output (stdout and stderr)
</a>

</li>

<li class="md-nav__item">
<a href="#commands-for-showing-output-destinations" class="md-nav__link">
Commands for showing output destinations
</a>

</li>

</ul>
Expand Down Expand Up @@ -1457,6 +1471,12 @@ <h2 id="repl-process-output-stdout-and-stderr">REPL process output (stdout and s
<li>Anything printed to <code>stdout</code> and <code>stderr</code> by the REPL process</li>
</ol>
<p>You can control the default via the <code>calva.redirectServerOutputToRepl</code> setting. It defaults to <code>true</code>. Setting it to <code>false</code> before connecting the REPL will result in that <strong>2.</strong> and <strong>3.</strong> will not get printed in the Output window. It will then instead be printed wherever the REPL process is printing its messages, usually the terminal from where it was started (the <strong>Jack-in terminal</strong> if Calva started the REPL).</p>
<h2 id="commands-for-showing-output-destinations">Commands for showing output destinations<a class="headerlink" href="#commands-for-showing-output-destinations" title="Permanent link">#</a></h2>
<p>These are the commands and their default keyboard shortcuts for revealing output destinations</p>
<ul>
<li><strong>Calva: Show/Open the result output destination</strong> - <code>ctrl+alt+o ctrl+o</code></li>
<li><strong>Calva: Show/Open the Calva says Output Channel</strong> - <code>ctrl+alt+o o</code></li>
</ul>



Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit ab38c99

Please sign in to comment.