summaryrefslogtreecommitdiff
path: root/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* edit: implement the actual save operationPhilipp Gesang2022-08-271-0/+61
* edit: present color palettePhilipp Gesang2022-08-081-1/+49
* lib: fix ioctl argp castPhilipp Gesang2021-12-221-5/+4
* expand docs to cover “kb {leds,flags}” splitPhilipp Gesang2021-12-221-0/+4
* bin: lib: address some clippy lintsPhilipp Gesang2021-12-221-3/+5
* lib: rework led flags as composite typePhilipp Gesang2021-12-221-30/+207
* Revert "lib: implement “kb flags”"Philipp Gesang2021-12-221-61/+71
* lib: implement “kb flags”Philipp Gesang2021-12-121-95/+61
* lib: add ioctl wrappers for KDGKBLED / KDSKBLEDPhilipp Gesang2021-12-121-43/+111
* lib: close console fd on dropPhilipp Gesang2021-12-121-0/+14
* bin: allow specifying the console on the command linePhilipp Gesang2021-12-121-1/+1
* bin: lib: implement setting state of individual LEDsPhilipp Gesang2021-12-121-1/+25
* bin: implement led revertPhilipp Gesang2021-12-121-0/+3
* bin: implement “leds set” subcommandPhilipp Gesang2021-12-121-1/+27
* add KDGETLED subcommand to vtcol-binPhilipp Gesang2021-12-081-1/+27
* add ioctl wrappers for KDGETLED / KDSETLEDPhilipp Gesang2021-12-081-5/+119
* move base64 handling out of PalettePhilipp Gesang2021-11-251-14/+19
* don’t panic!() on open(2) failurePhilipp Gesang2021-11-241-10/+10
* add base64 input for ‘set’Philipp Gesang2021-11-241-0/+31
* add base64 output for ‘get’Philipp Gesang2021-11-241-1/+5
* optionally clear after each fade stepPhilipp Gesang2021-11-231-3/+13
* implement fadingPhilipp Gesang2021-11-231-1/+98
* get rid of useless lifetimesPhilipp Gesang2021-11-221-5/+5
* switch RawPalette to integer representationPhilipp Gesang2021-11-161-48/+93
* add KDGKBTYPE wrapperPhilipp Gesang2021-11-151-8/+14
* namespace ioctl related symbolsPhilipp Gesang2021-11-151-45/+53
* move console handling into libPhilipp Gesang2021-11-151-5/+152
* use idiomatic syscall error wrappersPhilipp Gesang2021-11-151-24/+48
* turn Fd into proper wrapperPhilipp Gesang2021-11-151-5/+25
* lib: split out libraryPhilipp Gesang2021-11-151-0/+528