projects
/
rodin
/
chimara.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Applied patches to Git interpreter from Gargoyle source code
[rodin/chimara.git]
/
libchimara
/
hyperlink.c
1
#include <libchimara/glk.h>
2
3
void
4
glk_set_hyperlink(glui32 linkval)
5
{
6
}
7
8
void
9
glk_set_hyperlink_stream(strid_t str, glui32 linkval)
10
{
11
}
12
13
void
14
glk_request_hyperlink_event(winid_t win)
15
{
16
}
17
18
void
19
glk_cancel_hyperlink_event(winid_t win)
20
{
21
}