diff options
Diffstat (limited to 'toys/posix')
-rw-r--r-- | toys/posix/ps.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/posix/ps.c b/toys/posix/ps.c index d72e3359..9c38430a 100644 --- a/toys/posix/ps.c +++ b/toys/posix/ps.c @@ -1546,6 +1546,7 @@ static void top_common( break; } if (i==-2) break; + if (i==-3) continue; // Flush unknown escape sequences. if (i==27) while (0<scan_key_getsize(scratch, 0, &TT.width, &TT.height)); |