Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(static/options): fix examples for serialize options #218

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions static/documentation/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


<!-- Custom HTML head -->

<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#ffffff" />
Expand Down Expand Up @@ -340,7 +340,7 @@ <h3 id="pane_viewport_serialization"><a class="header" href="#pane_viewport_seri
<li>true</li>
<li>false (default)</li>
</ul>
<pre><code class="language-javascript">session_serialization true
<pre><code class="language-javascript">pane_viewport_serialization true
</code></pre>
<h3 id="scrollback_lines_to_serialize"><a class="header" href="#scrollback_lines_to_serialize">scrollback_lines_to_serialize</a></h3>
<p>When <code>pane_viewport_serialization</code> is enabled, setting <code>scrollback_lines_to_serialize</code> to <code>0</code> in the will serialize all scrollback and to any other number will serialize line number up to that scrollback. Read more about <a href="./session-resurrection.html">session resurrection</a>.</p>
Expand All @@ -350,7 +350,7 @@ <h3 id="scrollback_lines_to_serialize"><a class="header" href="#scrollback_lines
<li><code>0</code>: serialize all scrollback</li>
<li><code>int</code>: serialize this much lines for each pane (max is the scrollback limit)</li>
</ul>
<pre><code class="language-javascript">pane_viewport_serialization 100
<pre><code class="language-javascript">scrollback_lines_to_serialize 100
</code></pre>

</main>
Expand Down