mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-27 07:58:07 -04:00
urls: initial support for detecting URLs and rendering jump-labels
The jump labels work, but is currently hardcoded to use xdg-open
This commit is contained in:
parent
b255aea3ed
commit
2cc84db979
12 changed files with 503 additions and 28 deletions
|
|
@ -138,6 +138,7 @@ notify_notify(const struct terminal *term, const char *title, const char *body)
|
|||
void reaper_add(struct reaper *reaper, pid_t pid, reaper_cb cb, void *cb_data) {}
|
||||
void reaper_del(struct reaper *reaper, pid_t pid) {}
|
||||
|
||||
void urls_reset(struct terminal *term) {}
|
||||
|
||||
int
|
||||
main(int argc, const char *const *argv)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue