[Bug 268076] dc(1): crash on window size change

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 06 Dec 2022 00:38:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268076

--- Comment #9 from Marcin Cieślak <saper@saper.info> ---
Thank you - as of e1205eaccfa03a8dbbfd625af664f6b074b69a65

dc works fine on window resize
bc (default) exits with

> ./bin/bc
>>> 2 2 
Fatal error: I/O error
    Function: (main)
    ./src/history.c:268


> env BC_TTY_MODE=0 ./bin/bc

works fine (the same way as ./bin/dc) - no crash on resize

-- 
You are receiving this mail because:
You are the assignee for the bug.