tenox7 / ttyplot

a realtime plotting utility for terminal/console with data input from stdin
Apache License 2.0
961 stars 43 forks source link

handle window resize on older systems #81

Closed tenox7 closed 8 months ago

tenox7 commented 1 year ago

older curses versions do not support window resize on SIGWINCH, allegedly TIOCGWINSZ can be used to obtain correct terminal size

hartwork commented 8 months ago

Is this about configure argument --enable-sigwinch of ncurses?

# [..]/ncurses-6.4/configure --help | grep sigwinch
  --enable-sigwinch       compile with SIGWINCH handler
tenox7 commented 8 months ago

thats if you have ncurses..., lets just say we won't support older systems going forward