summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vidcontrol/vidcontrol.c
Commit message (Collapse)AuthorAgeFilesLines
* Use err(3). Stylistic changes in man page.charnier1997-10-271-59/+34
|
* Update to compile under Lite2 includespeter1997-03-111-1/+2
|
* Add a -s option for setting the current vty. This should makebrian1997-03-071-21/+51
| | | | | | | | | life easier if a PS/2 mouse locks up the keyboard (frequent-ish, but not repeatable). Tidy up code (a bit) and make it -Wall Is this a 2.2 candidate ? (although it doesn't -Wall in 2.2 because of the lack of sys/sysproto.h
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Fix typo.gpalmer1996-07-031-2/+2
| | | | Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
* Added new -m option, that enable / disables the mousepointer onsos1996-06-211-6/+27
| | | | a textmode screen.
* Remove trailing whitespace.rgrimes1995-05-301-14/+14
|
* remove option "-s saver" from usage()dima1995-03-031-2/+1
|
* Next syscons update (given up on numbering :)sos1995-02-221-90/+34
| | | | | | | | | | | Removed screensavers from syscons, they are now LKM's. This makes it possible to do some really "interesting" screensavers... Fixed bug that sometimes caused garbage to appear when leaving "scroll-lock" history. Reformattet indentation, it got too deep for a normal 80 pos screen. Split up in syscons.c & syscons.h for use with the saver-lkm's. Temporarily removed -s option from vidcontrol, savers should now be loaded with modload.
* Fixed usage() (cosmetic changes. "(string)" looks much betterdima1995-02-081-4/+4
| | | | than "(string" :-)
* Added new choises of cursors.sos1995-02-071-18/+24
|
* Added 80x30 & 80x60 experimental modes officially.sos1995-01-301-6/+4
|
* Third round in syscons update.sos1995-01-281-2/+3
| | | | | | | | | | | | | | Display update method changed, now allways write in memory buffer, then periodically update physical display. Speed improvements (now > 5 times faster than the old syscons). History now circular buffer, with changeable size. History scroll by up/down line, up/down page, home and end. Backtab proberly implemented. Now space for 96 function keys, 63 allocated standard, default now SCO/SYSV compat again as in the old days. New keyboard definition files ~share/syscons/keymaps/* Misc fixes for old "hacks" that broke SCO/SYSV compat. More that I forgot before writing this...
* First round in syscons update. Several new features has been added:sos1995-01-121-33/+30
| | | | | | | | | | | | | | No kernel config options anymore besides keyboard language layout. Virtual consoles are now dynamically allocated, no NCONS anymore. Software cursor blinking/nonblinking. Visual bell for laptops (don't beep at meetings :-). Cursor/bell default type setable via config "flags" instead of as defines. Cursor/bell type setable via ioctl's. New video modes 80x30 80x60 for some laptops, and those with multisync monitors. Scroll-lock history (length currently fixed at 100 lines). Lots of cleanups, some only commented out for now (will goaway soon). Support for new features in vidcontrol/kbdcontrol. Updated manpages.
* usage help: uncomment -d option, add -x optionache1994-09-261-3/+2
|
* Added support for some of the new video modes in syscons.sos1994-09-151-6/+16
| | | | | | Reviewed by: Submitted by: Obtained from:
* Added vidcontrol util from 1.1.5.1+sos1994-08-171-0/+472
Reviewed by: Submitted by:
OpenPOWER on IntegriCloud