Merge branch 'master' into 1757_cjk_glyph_key

This commit is contained in:
Daniel Imms
2018-10-15 11:44:51 -07:00
committed by GitHub
+1
View File
@@ -205,6 +205,7 @@ export class SearchHelper implements ISearchHelper {
*/
private _selectResult(result: ISearchResult): boolean {
if (!result) {
this._terminal.clearSelection();
return false;
}
this._terminal._core.selectionManager.setSelection(result.col, result.row, result.term.length);