Ncurses screen fill stops at 80 characters wide
Amateur Radio AX.25 chat and PBBS program using Linux's AX.25 stack
Brought to you by:
dranch
As part of a recent fix, Ncurses no longer paints the screen when the Xwindows terminal is widened past 80 characters. Previous versions like 0.17pre3 would fill the with properly though the F-key 1 through 8 would continue to remain left-justified (that's OK).
This seems to be an interaction issue when running running native vs. running under Screen. The behavior is BETTER when running under Screen which is surprising but is ok for my use case (I use screen)
Unassigning from Steven due to no progress