From: Jonas Fonseca Date: Fri, 15 Sep 2006 23:40:10 +0000 (+0200) Subject: A simple fix of the bad wrapping bugs X-Git-Tag: tig-0.5~17 X-Git-Url: https://git.distorted.org.uk/~mdw/tig/commitdiff_plain/4887d44e87f6ab759e32d30511d78e3f99d0fbcc?hp=4887d44e87f6ab759e32d30511d78e3f99d0fbcc A simple fix of the bad wrapping bugs This was surprisingly simple to fix by just turning off scrolling in draw_view_line. From the BUGS file: - If the screen width is very small the main view can draw outside the current view causing bad wrapping. Same goes for title and status windows. - The cursor can wrap-around on the last line and cause the window to scroll. ---