Skip to content

genericMud v0.7.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Jul 09:11
· 35 commits to main since this release

Find now lands the reading cursor on the line it announces

  • On Windows, a successful Find spoke the matched line but parked the cursor
    above it — one character higher for every line of scrollback — so arrowing
    after a search read an unrelated line. The cursor now lands exactly on the
    announced line, at its start, for new searches and F3/Shift+F3 repeats.
  • A search result that had just arrived and was not yet painted into the
    output could fail to move the cursor at all; it resolves now.
  • A line that merely contained the matched line inside longer text can no
    longer capture the cursor.