Changes between Initial Version and Version 5 of Ticket #2157
- Timestamp:
- 05/19/10 17:25:54 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2157
- Property Status changed from new to closed
- Property Votes for changeset changed from to committed-master committed-stable
- Property Severity changed from no branch to merged
- Property Component changed from mc-core to mc-tty
- Property Milestone changed from 4.7 to 4.7.3
- Property Owner set to andrew_b
- Property Resolution changed from to fixed
-
Ticket #2157 – Description
initial v5 1 1 Some translations (unfortunately at this time Hungarian is one of those, I’m sorry about that :) ) make (among others) the General settings dialog big enough that it doesn’t fit on a 80×25 screen. 2 3 2 As such, we noticed some weird issue with the ncurses build of mc: the moment the dialog breaks up due to not being able to fit on the screen, it won’t get filled with the white colour that it usually has. In the slang build, the dialog does not become see-through even when things break into multiple lines. 4 5 3 One issue is then to fix the ncurses code to fill the broken dialog properly; and the other issue is to do something about dialogs so that they don’t break the way it breaks now.