chiark / gitweb /
Fix file-position stability over backward extend.
authorSimon Tatham <anakin@pobox.com>
Sat, 9 Dec 2023 18:44:21 +0000 (18:44 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 9 Dec 2023 18:44:21 +0000 (18:44 +0000)
commit2dd4620aac3d21b3ffa9c1cee01ab72c37f24f63
treeaa3e7da3ded2a858965d5c2598032e56c40cbbe3
parenta77f6e6660002cd795b72363a10d5a4d90e11503
Fix file-position stability over backward extend.

That last-minute idea to bound pos_within_item within the actual size
of the item ... forgot that each logical item (e.g. a status) is made
up of multiple physical items (paragraphs, separator line, etc), so I
bounded it within _those_ and made a mess. Should be back to normal now.
cursesclient.py