OpenBSD CVS

src/sbin/wsconsctl/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / sbin / wsconsctl

Current tag: OPENBSD_3_8_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.24   19 years  mickey   ugh. vax has no wscons either; pt out by deraadt@
[TXT] display.c  1.10   19 years  mickey   repair display.focus pokus; from janjaap@ in pr#3990
[TXT] keyboard.c  1.5   21 years  markus   don't print out the complete keyboard map when changed; ok miod@
[TXT] keysym.c  1.4   20 years  david   add missing includes ok deraadt@ millert@ tedu@
[TXT] map_parse.y  1.3   22 years  millert   Part one of userland __P removal. Done with a simple regexp with some minor han...
[TXT] map_scan.l  1.2   21 years  todd   rm trailing whitespace
[TXT] mkkeysym.sh  1.1   23 years  mickey   wscons control tool; initial import from newtbsd tree
[TXT] mouse.c  1.5   21 years  deraadt   ansi
[TXT] util.c  1.30   19 years  brad   fix a typo, touch-pannel -> touch-panel From: Chris Kuethe via PR 4232
[TXT] wsconsctl.8  1.18   19 years  jmc   mark down some punctuation, and sync usage();
[TXT] wsconsctl.c  1.16   19 years  deraadt   minor cleanup
[TXT] wsconsctl.h  1.6   21 years  mickey   display.focus is a signed int, make it so; this fixes a problem under x11, which...