about summary refs log tree commit diff stats
ModeNameSize
-rw-r--r--.hgtags360log stats plain blame
-rw-r--r--LICENSE1120log stats plain blame
-rw-r--r--Makefile1525log stats plain blame
-rw-r--r--README1094log stats plain blame
-rw-r--r--client.c9263log stats plain blame
-rw-r--r--config.arg.h2019log stats plain blame
-rw-r--r--config.default.h1931log stats plain blame
-rw-r--r--config.mk442log stats plain blame
-rw-r--r--draw.c4892log stats plain blame
-rw-r--r--dwm.12497log stats plain blame
-rw-r--r--dwm.h3258log stats plain blame
-rw-r--r--dwm.html5247log stats plain blame
-rw-r--r--dwm.png373log stats plain blame
-rw-r--r--event.c7772log stats plain blame
-rw-r--r--favicon.ico198log stats plain blame
-rw-r--r--main.c6791log stats plain blame
-rw-r--r--tag.c3906log stats plain blame
-rw-r--r--util.c1016log stats plain blame
>ints-equal 0, 0, "abc" } fn check _a: boolean, msg: (addr array byte) { var a/eax: int <- copy _a compare a, 0/false { break-if-= draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0/screen, ".", 3/fg/cyan, 0/bg return } draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0/screen, msg, 3/fg/cyan, 0/bg move-cursor-to-left-margin-of-next-line 0/screen count-test-failure } fn check-not _a: boolean, msg: (addr array byte) { var a/eax: int <- copy _a compare a, 0/false { break-if-!= draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0/screen, ".", 3/fg/cyan, 0/bg return } draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0/screen, msg, 3/fg/cyan, 0/bg move-cursor-to-left-margin-of-next-line 0/screen count-test-failure }