Fix cursorShape propagation (#2437)

Fixes #2248
This commit is contained in:
CHaBou 2017-11-08 22:24:32 +01:00 committed by GitHub
parent 3a3ee013f7
commit 0f4c41f89a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,