tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
sbin
/
wsconsctl
/
at
jcs
14 files
Makefile
Add fields for wsmouse/touchpad configuration.
8 years ago
display.c
When system calls indicate an error they return -1, not some arbitrary value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.
6 years ago
keyboard.c
When system calls indicate an error they return -1, not some arbitrary value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.
6 years ago
keysym.c
These functions turned up in my grep for bcmp. There are already perfectly good cmp functions written for qsort, but then different versions were written which (ab)use the fact that bsearch doesn't strictly require the key type to be the same as the element type. Nevertheless, I think it's clearer and cleaner to create a complete key struct and search with that. As a bonus, we don't need two different compare functions just to compare with two different encoding values. ok millert
11 years ago
map_parse.y
fix typo in comment
13 years ago
map_scan.l
Remove an unused variable and instruct lex not to produce the input() function since it's never used; ok guenther@
8 years ago
mkkeysym.sh
A long time ago when wsconsctl was written it expected that ksym was uniq. That isn't the case. eg thorn, Cyrillic_CHE, L2_tcedilla, L5_scedilla and L7_zcaron has the same (0xfe). So you have a 20% chance to get the right output from wsconsctl.
16 years ago
mouse.c
Make scaling available for normal mice, too; not just for touchpads. Add reverse_scrolling to the manpage.
2 years ago
mousecfg.c
Make scaling available for normal mice, too; not just for touchpads. Add reverse_scrolling to the manpage.
2 years ago
mousecfg.h
Add button mappings for two- and three-finger clicks on clickpads.
2 years ago
util.c
Add entry for "viogpu" in wsconsctl display.type.
3 months ago
wsconsctl.8
AltrGr -> AltGr; ok miod@ helg@
3 months ago
wsconsctl.c
When system calls indicate an error they return -1, not some arbitrary value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.
6 years ago
wsconsctl.h
Add fields for wsmouse/touchpad configuration.
8 years ago