mirror of
https://github.com/0intro/wmii
synced 2024-11-22 05:42:05 +03:00
Add regexp error handler. Fixes issue #152.
This commit is contained in:
parent
59bf7023dd
commit
079fc4c43c
@ -156,6 +156,11 @@ ErrorCode ignored_xerrors[] = {
|
|||||||
{ 0, }
|
{ 0, }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
void
|
||||||
|
regerror(char *err) {
|
||||||
|
fprint(2, "%s: %s\n", argv0, err);
|
||||||
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
init_screens(void) {
|
init_screens(void) {
|
||||||
Rectangle *rects;
|
Rectangle *rects;
|
||||||
|
Loading…
Reference in New Issue
Block a user