Changes between Initial Version and Version 4 of Ticket #2283
- Timestamp:
- 07/17/10 06:03:09 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2283
- Property Component changed from mc-core to mcview
- Property Blocked By changed from to 2132
-
Ticket #2283 – Description
initial v4 1 1 wget http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-demo.txt 2 2 mcview UTF-8-demo.txt 3 4 3 Scroll up and down with the arrow (or pgup/pgdn) keys. Notice that very often a partial line appears on the top row, you have to press the arrow key twice or even more times to actually scroll by one line. 5 6 4 This happens when the topmost line that you're scrolling in or out contains lots of non-ascii characters. More precisely, I believe this occurs exactly when the number of bytes forming the topmost row is bigger than the terminal's width. 7 8 5 Buggy both in 4.7.3 and 4.7.0.7, fully UTF-8 environment.