summaryrefslogtreecommitdiff
path: root/sbin/wsconsctl/wsconsctl.h
AgeCommit message (Collapse)Author
2002-12-17display.focus is a signed int, make it so; this fixes a problem under x11, ↵Michael Shalayeff
which is now a correct -1
2002-05-22implement new type: %%, given min,cur,max print the value in %%.Michael Shalayeff
also accepts -= and += to adjust the value. implement new flags: INIT, DEAD. init means to prefetch the variable before setting, where dead means to assume the variable is not implemented (enottty was observed, most likely), set by the low-level routines (upon observing the ioctl results). add the variables for screen brightness,contrast,backlight -- all are precent-type, also rework the display.c to be easier on the eyes. requested, commented and helped upon by miod@ and drahn@. there was a discussion on wheather truncate or round (the thin and think ends of the same egg) where decided to allow it to truncate until demanded otherwise by the eager masses.
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-06-30make it more sysctl-like, ommit -kmd switches.Michael Shalayeff
no backwards compatibility keeped. add ability to change screens from cmd line.
2001-05-08add more display variables (for screen burner).Michael Shalayeff
implement boolean type for variables.
2000-07-01wscons control tool; initial import from newtbsd treeMichael Shalayeff