1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-07-24 03:15:45 +00:00

Tweak kwrite_lines_numbers to use lines 2 and 3

I saw a case where line 1 had a cursor visible so the match
failed. Instead of having two needles for cursor / no cursor,
let's just match on lines 2 and 3 instead so it's not a problem.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-05-05 09:15:11 -07:00
parent 72b5d8d262
commit d68950b056
2 changed files with 3 additions and 3 deletions

View File

@ -2,10 +2,10 @@
"area": [
{
"xpos": 3,
"ypos": 106,
"width": 78,
"ypos": 124,
"height": 34,
"type": "match"
"type": "match",
"width": 78
}
],
"properties": [],

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 98 KiB