Skip to content

correction to documentation #225

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

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 docs/src/options.md
Original file line number Diff line number Diff line change
@@ -254,11 +254,11 @@ Options:
- false (default)

```javascript
session_serialization true
pane_viewport_serialization true
```

### scrollback_lines_to_serialize
When `pane_viewport_serialization` is enabled, setting `scrollback_lines_to_serialize` to `0` in the will serialize all scrollback and to any other number will serialize line number up to that scrollback. Read more about [session resurrection](./session-resurrection.md).
When `pane_viewport_serialization` is enabled, setting `scrollback_lines_to_serialize` to `0` will serialize all scrollback and to any other number will serialize line number up to that scrollback. Read more about [session resurrection](./session-resurrection.md).

*Note: this might incur higher resource utilization (and certainly a higher cache folder usage...)*

@@ -267,5 +267,5 @@ Options:
- `int`: serialize this much lines for each pane (max is the scrollback limit)

```javascript
pane_viewport_serialization 100
scrollback_lines_to_serialize 100
```