summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* bin: implement led revertPhilipp Gesang2021-12-122-7/+26
* bin: implement “leds set” subcommandPhilipp Gesang2021-12-122-6/+61
* move color ops into subcommandPhilipp Gesang2021-12-111-202/+247
* add KDGETLED subcommand to vtcol-binPhilipp Gesang2021-12-082-2/+86
* add ioctl wrappers for KDGETLED / KDSETLEDPhilipp Gesang2021-12-081-5/+119
* be more specific about what “list” doesPhilipp Gesang2021-12-081-1/+1
* move base64 handling out of PalettePhilipp Gesang2021-11-252-25/+26
* don’t panic!() on open(2) failurePhilipp Gesang2021-11-241-10/+10
* add base64 input to ‘dump’Philipp Gesang2021-11-241-7/+23
* add base64 input for ‘set’Philipp Gesang2021-11-242-0/+45
* add base64 output for ‘get’Philipp Gesang2021-11-242-6/+24
* optionally clear after each fade stepPhilipp Gesang2021-11-232-6/+27
* implement fadingPhilipp Gesang2021-11-232-3/+195
* get rid of useless lifetimesPhilipp Gesang2021-11-221-5/+5
* switch RawPalette to integer representationPhilipp Gesang2021-11-162-51/+96
* add KDGKBTYPE wrapperPhilipp Gesang2021-11-151-8/+14
* namespace ioctl related symbolsPhilipp Gesang2021-11-151-45/+53
* move console handling into libPhilipp Gesang2021-11-152-104/+162
* use idiomatic syscall error wrappersPhilipp Gesang2021-11-151-24/+48
* turn Fd into proper wrapperPhilipp Gesang2021-11-152-21/+39
* drop bespoke ioctl() wrapperPhilipp Gesang2021-11-151-16/+3
* lib: split out libraryPhilipp Gesang2021-11-152-533/+576
* make rustdoc shut up about snippetsPhilipp Gesang2021-11-121-0/+1
* bring “dump” out put in line with scheme formatPhilipp Gesang2021-11-121-24/+36
* fix argument handling for “dump” subcommandPhilipp Gesang2021-11-111-2/+2
* avoid hard coding builtin namesPhilipp Gesang2021-11-111-47/+103
* add green monochrome theme (phosphor)Philipp Gesang2021-11-101-0/+21
* add toggle subcommandPhilipp Gesang2021-11-101-0/+48
* stick to asciiPhilipp Gesang2021-11-101-4/+4
* implement subcommand get (GIO_CMAP)Philipp Gesang2021-11-101-36/+89
* adopt a subcommand uiPhilipp Gesang2021-11-101-60/+90
* use trait for deriving ColorPhilipp Gesang2021-11-101-34/+36
* add GIO_CMAP wrapperPhilipp Gesang2021-11-101-0/+16
* clean up struct PalettePhilipp Gesang2021-11-101-43/+43
* turn Palette into newtypePhilipp Gesang2021-11-101-13/+10
* rework error handlingPhilipp Gesang2021-11-101-53/+102
* remove interfering --help optionPhilipp Gesang2021-11-101-7/+0
* drop unused code from get_console_fd()Philipp Gesang2021-11-101-22/+11
* apply some clippy lintsPhilipp Gesang2021-11-101-15/+12
* fix overblown numeric handlingPhilipp Gesang2021-11-101-12/+12
* remove redundant lifetimePhilipp Gesang2021-11-101-1/+1
* switch from lazy_static to atomicsPhilipp Gesang2021-11-101-7/+4
* deal with bitrot and archaic idiomsPhilipp Gesang2021-11-101-94/+90
* remove gratuitous use of unsafePhilipp Gesang2021-11-101-2/+2
* switch from getopts to clapPhilipp Gesang2021-11-101-97/+87
* format with rustfmtPhilipp Gesang2021-11-101-338/+285
* use lazy_static instead of raw globalPhilipp Gesang2021-11-101-8/+11
* Fix building against current rust versionsAndrew Clemons2017-01-091-30/+13
* vtcol.rs: update for rustc 1.4Philipp Gesang2015-09-151-5/+14
* vtcol.rs: reinstate usage messagePhilipp Gesang2015-05-261-1/+5