CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2025/05/21 01:37:11
Modified files: usr.bin/watch : watch.1 watch.c Log message: Remove 't' feature^Wcomplication The 3 highlighting modes can be accessed through 'c', 'l', and 'w'. The operator should just those toggles (instead of a toggle that does different things depending on what happened before). OK kn@