Description of Problem: newt is unable to calculate widget size if locale charmap is utf-8 and non-english interface (2-byte characters) is in use Version-Release number of selected component (if applicable): newt-0.50.39-1 How Reproducible: always Steps to Reproduce: 1. set LANG=ru_RU.UTF-8 2. start mouseconfig Actual Results: display is broken Expected Results: must look like in ru_RU.KOI8-R (RHL 7.3)
Created attachment 65188 [details] mouseconfig in gnome-terminal (the same on text console)
as you see, newt reserves dual space for strings on buttons (it counts bytes, not characters) and for items in list. As a result, upper list widget doesn't fit terminal size.
Fixed in phoebe