Skip to content

Commit

Permalink
Add scrollback config property (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaridmargolin authored and timothyis committed Jun 17, 2018
1 parent cb46c38 commit 3fb5541
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,16 @@ export default class Index extends React.Component {
<td>[540, 380]</td>
<td>The default width/height in pixels of a new window</td>
</tr>
<tr>
<td>
<code>scrollback</code>
</td>
<td>1000</td>
<td>
The number of rows to be persisted in terminal buffer for
scrolling
</td>
</tr>
<tr>
<td>
<code>copyOnSelect</code>
Expand Down

0 comments on commit 3fb5541

Please sign in to comment.