CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/01/13 19:44:57
Modified files:
usr.bin/top : display.c
Log message:
getnstr() returns KEY_RESIZE if there was a pending resize event, so loop
until it stops returning that, resetting the cursor position each time.
hint from Gregor Best (gbe (at) ring0.de)
problem noted by and ok sthen@
