AssertError when erasing longer lines
Version: d790465d (Wed Jul 9 16:24:17
2014 +0200)
Step to reproduce:
- type a line longer than the width of the screen (so the beggin of the line is not visible anymore)
- erase the line with backspace key
The AssertError append when the cursor reach the left extremity of the input area.
- Changesets:
- Revision 2e8d99be by mathieui on 2014-07-18T22:41:47Z:
Fix #2563 (fix the asserts in adjust_view_pos)
Thanks djanos
- Uploads:
- traceback.txt Traceback
- 0001-Fix-2563.patch