--
Ticket URL: <www.midnight-commander.org/ticket/2157>
Midnight Commander <www.midnight-commander.org>
Midnight Development Center
* keywords: => stable-candidate
* owner: => andrew_b
* status: new => accepted
* severity: no branch => on review
* milestone: 4.7 => 4.7.3
Comment:
Created 2157_ncurses_fill_region branch. Parent branch is master.
changeset:690be6d5b6c4d06ffa9587b0d05f849530e5a8b8
--
Ticket URL: <www.midnight-commander.org/ticket/2157#comment:1>
* votes: => slavazanko
--
Ticket URL: <www.midnight-commander.org/ticket/2157#comment:2>
* votes: slavazanko => slavazanko angel_il
* severity: on review => approved
--
Ticket URL: <www.midnight-commander.org/ticket/2157#comment:3>
* status: accepted => testing
* votes: slavazanko angel_il => committed-master committed-stable
* severity: approved => merged
* component: mc-core => mc-tty
* keywords: stable-candidate =>
* resolution: => fixed
Comment:
Merged to master.
changeset:2c7bc9c1c2f9f8830114b67648ae913025d15c5f
Cherry-picked to 4.7.0-stable.
changeset:8f493101675624906487ba889a04a535b4437af7
--
Ticket URL: <www.midnight-commander.org/ticket/2157#comment:4>
* status: testing => closed
Old description:
> 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.
>
> 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.
>
> 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.
New description:
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.
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.
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.
--
--
Ticket URL: <www.midnight-commander.org/ticket/2157#comment:5>