// cursorのいる行のDOMを取得する
	get _cursorLine() {
		return this._lines.getElementsByClassName('cursor-line')[0];
	}
}