milk-org / milk

Modular Image processing Library toolKit (milk) :telescope:
https://milk-org.github.io/milk/
6 stars 10 forks source link

fpsCTRL list with l, press any key doesn't work and enter segfaults #2

Closed jaredmales closed 2 years ago

jaredmales commented 2 years ago

if you press l in milk-fpsCTRL to view all properties, when it says "press any key" only the enter key has any effect, and that causes segfault. See screenshot.

image

oguyon commented 2 years ago

Fixed by using proper TUI reentry function: TUI_init_terminal(&wrow, &wcol);