Paul Sokolovsky

Results 646 comments of Paul Sokolovsky

Btw, I'm planning to make some backwards-incompatible changes: https://github.com/pfalcon/picotui/issues/59. Feedback whether that should be 1.3/1.4 or 2.0 is welcome.

See https://github.com/pfalcon/picoweb/issues/66#issuecomment-656615876 . Additionally: https://www.chiark.greenend.org.uk/~sgtatham/bugs.html

Ack. Would be nice to implement those. The changes actually would be more pervasive, as disabled widgets would need to render themselves accordingly. No plans when that would be looked...

Thanks for sharing! I apologize in advance if it may take me quite some time to review these patches in detail. I also apologize in advance if I may find...

Btw, I'm planning to make some backwards-incompatible changes: https://github.com/pfalcon/picotui/issues/59. Feedback whether that should be 1.3/1.4 or 2.0 is welcome.

This is similar to a bugreport in a downstream application: https://github.com/pfalcon/ScratchABit/issues/13 . I consider this as a bug in a sense that I'm not going to close this report as...

Note also that your screenshot shows downsizing to a very small size (beyond the size of a dialog). And you get not not "a mess", but "line wrapping", as expected....

> You can resize just a bit (within size of a dialog) with same result. Actually any resize i make breaks it. I can't reproduce this. Ubuntu 16.04/Mate Terminal 1.12.1....

The overall situation is that terminal resizing cannot be handled in the general case. Specifically, due to braindeadness of Xterm designers, they didn't provide a way to communicate resizing event...

Approaching it from picotui's side, picotui follows KISS approach whenever possible, and for example, calculates and stores absolute screen coordinates for each widget (and subwidget, e.g. a part of a...