aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rio/winwatch.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-15winwatch: Plan 9-ify.Dan Cross1-426/+412
This is new code, and custom to plan9port. Make it conform more closely to plan9 style. Signed-off-by: Dan Cross <cross@gajendra.net>
2020-01-15winwatch: port based Plan 9 winwatchmarkvanatten1-0/+538
Port of Plan 9's winwatch(1).