summaryrefslogtreecommitdiffstats
path: root/src/cmd/rio/showevent
Commit message (Collapse)AuthorAgeFilesLines
* all: fix or silence various gcc warningsRuss Cox2020-01-121-1/+1
| | | | | As usual, gcc finds some real problems but also reports a ton of noise. Fix the problems and quiet the noise.
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-1/+0
| | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
* fix gcc 4.8 warningsDavid du Colombier2014-03-031-1/+1
| | | | | | LGTM=rsc R=rsc https://codereview.appspot.com/33240044
* fix clang warnings reported by Tuncer AyazRuss Cox2012-10-211-578/+578
| | | | | R=rsc http://codereview.appspot.com/6744054
* rio: more full-screen fixes.Russ Cox2008-01-301-3/+1
|
* rio: make full-screen work properly; add showeventRuss Cox2008-01-307-0/+2103