diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-04-23 08:39:08 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-04-23 08:39:08 +0000 |
commit | 1375bfe7189dc1a316ebee510175baf48fcee0cd (patch) | |
tree | 031fd515904b2b812000951f50a448caff6a5a74 /ChangeLog | |
parent | 9a70a1fea66d11a81415bdc082679a6d586ff7cc (diff) |
Bug 339448 – selection doesn't respect hard newlines
2006-04-23 Behdad Esfahbod <behdad@gnome.org>
Bug 339448 – selection doesn't respect hard newlines
* src/vte.c (vte_terminal_get_text_range_maybe_wrapped): Add newline
to the end of each line that is not soft-wrapped.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2006-04-23 Behdad Esfahbod <behdad@gnome.org> + Bug 339448 – selection doesn't respect hard newlines + + * src/vte.c (vte_terminal_get_text_range_maybe_wrapped): Add newline + to the end of each line that is not soft-wrapped. + +2006-04-23 Behdad Esfahbod <behdad@gnome.org> + Bug 148720 – Word selection erroneously captures text from next line Patch from Chris Heath. |