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,