mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
2444: Return after calculating startCol in reverse search
This commit is contained in:
@@ -246,6 +246,7 @@ export class SearchAddon implements ITerminalAddon {
|
||||
if (firstLine && firstLine.isWrapped) {
|
||||
if (isReverseSearch) {
|
||||
searchPosition.startCol += terminal.cols;
|
||||
return;
|
||||
}
|
||||
else {
|
||||
// This will iterate until we find the line start.
|
||||
|
||||
Reference in New Issue
Block a user