notify: break out desktop notifications from osc.c

This commit is contained in:
Daniel Eklöf 2020-12-10 18:06:24 +01:00
parent 21cc68d49e
commit 03cbb6ad90
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 117 additions and 91 deletions

6
notify.h Normal file
View file

@ -0,0 +1,6 @@
#pragma once
#include "terminal.h"
void notify_notify(
const struct terminal *term, const char *title, const char *body);