summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEgmont Koblinger <egmont@gmail.com>2015-03-30 23:19:46 +0200
committerEgmont Koblinger <egmont@gmail.com>2015-03-30 23:19:46 +0200
commit41d2e152878cc35d78a4dd8feb7cad52f088cdf9 (patch)
tree0a447d2565723f104ef3853fbd8d37406459b1dd /doc
parentef3d7942c9ab3c89d315f8bee5a53a76d3d5a7f6 (diff)
downloadvte-41d2e152878cc35d78a4dd8feb7cad52f088cdf9.tar.gz
emulation: Fix vertical positioning after resize in some rare cases
https://bugzilla.gnome.org/show_bug.cgi?id=747059
Diffstat (limited to 'doc')
-rw-r--r--doc/rewrap.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/rewrap.txt b/doc/rewrap.txt
index 35bc2c8b..71592485 100644
--- a/doc/rewrap.txt
+++ b/doc/rewrap.txt
@@ -253,14 +253,14 @@ the lines (if necessary) after rewrapping, but before computing the new
scrollbar offsets, and we drop the highest number of lines that satisfies all
these three conditions:
- - We shouldn't drop more lines than necessary to fit the content without
- scrollbars.
+ - drop1: We shouldn't drop more lines than necessary to fit the content
+ without scrollbars.
- - We should only drop data that's below the cursor's paragraph. (We don't
- drop data that is under the cursor's row, but belongs to the same
+ - drop2: We should only drop data that's below the cursor's paragraph. (We
+ don't drop data that is under the cursor's row, but belongs to the same
paragraph).
- - We track the character cell that immediately follows the cursor's
+ - drop3: We track the character cell that immediately follows the cursor's
paragraph (that is, the line after this paragraph, first column), and see
how much it would get closer to the top of the window (assuming viewport is
scrolled to the bottom). The original bug is about that the cursor