summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorCraig Small <csmall@dropbear.xyz>2023-01-17 20:45:48 +1100
committerCraig Small <csmall@dropbear.xyz>2023-01-17 20:45:48 +1100
commitb2bfd76b06efc8c8b2a9d4b2d7d20c19b50a6fb4 (patch)
tree2c8551b0e8251d30cf08432a31ffab0a2ffeddba /NEWS
parent5f4074a250a58ca53da42faf485072730d2fe9cf (diff)
downloadprocps-ng-b2bfd76b06efc8c8b2a9d4b2d7d20c19b50a6fb4.tar.gz
watch: add -r to not rexec on terminal resize
If you have the watched program doing some other thing every time its run and you resize the window, you might get unexpected results. The -r option lets you run only when the interval has expired. References: procps-ng/procps!125 procps-ng/procps#190
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bb664d9..c319ad5 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,7 @@ procps-ng-NEXT
* vmstat: Referesh memory statistics Debian #1027963
* w: Add --pids option merge #159
* watch: Pass through beep issue #104
+ * watch: -r option to not re-exec on SIGWINCH merge #125
procps-ng-4.0.2
---------------