top: eliminate task row anomalies with active searches
This potential problem is caused by frequently spawned and short lived tasks which happen to sort above a row containing a match from an active Locate request. It's most likely to be visible when under Forest View mode. This commit will eliminate a potential duplicated row. Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
parent
0e6e79522b
commit
b01946742b
@ -509,6 +509,7 @@ typedef struct WIN_t {
|
|||||||
but would otherwise have been counted as a Pseudo_row */
|
but would otherwise have been counted as a Pseudo_row */
|
||||||
#define POOF(str,cap) do { \
|
#define POOF(str,cap) do { \
|
||||||
putp(str); putp(cap); \
|
putp(str); putp(cap); \
|
||||||
|
Pseudo_screen[Pseudo_row * ROWMAXSIZ] = '\0'; \
|
||||||
if (Pseudo_row + 1 < Screen_rows) ++Pseudo_row; \
|
if (Pseudo_row + 1 < Screen_rows) ++Pseudo_row; \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user