From f24988a61b5147c10b57806db6e0c8976c976288 Mon Sep 17 00:00:00 2001 From: Jarid Margolin Date: Fri, 25 May 2018 14:42:06 -0400 Subject: [PATCH] Add `scrollback` config property --- pages/index.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pages/index.js b/pages/index.js index 931da1b1..e54a8f15 100644 --- a/pages/index.js +++ b/pages/index.js @@ -596,6 +596,16 @@ export default class Index extends React.Component { [540, 380] The default width/height in pixels of a new window + + + scrollback + + 1000 + + The number of rows to be persisted in terminal buffer for + scrolling + + copyOnSelect