From 0f4c41f89a911e6ad28d4c50b73a287ad3525d01 Mon Sep 17 00:00:00 2001 From: CHaBou Date: Wed, 8 Nov 2017 22:24:32 +0100 Subject: [PATCH] Fix cursorShape propagation (#2437) Fixes #2248 --- lib/components/term-group.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/components/term-group.js b/lib/components/term-group.js index 374f1c97..4b29afce 100644 --- a/lib/components/term-group.js +++ b/lib/components/term-group.js @@ -60,6 +60,7 @@ class TermGroup_ extends PureComponent { isTermActive: uid === this.props.activeSession, term: termRef ? termRef.term : null, cursorBlink: this.props.cursorBlink, + cursorShape: this.props.cursorShape, fontSize: this.props.fontSize, fontFamily: this.props.fontFamily, uiFontFamily: this.props.uiFontFamily,