Aaron Marcher
|
7c11f890a5
|
keyboard_indicators: Clean up opening display
|
2018-05-02 08:26:23 +02:00 |
|
Aaron Marcher
|
faa52bdcc0
|
Format error messages properly
Make use of strerror(errno) and format all errors equally:
function ['parameters']: error message
|
2018-03-28 19:46:27 +02:00 |
|
Aaron Marcher
|
96f3a8a54e
|
Get rid of err.h as it is not portable
Replace warn() and warnx() with fprintf() and add <stdio.h> where
necessary.
|
2018-03-28 18:26:56 +02:00 |
|
Laslo Hunhold
|
7246dc4381
|
Move components into dedicated subdirectory
This brings us a lot more tidiness.
|
2017-09-24 17:20:27 +02:00 |
|