Element search interface by pressing 'e'

First search is for element names, second search looks at the
description, pressing enter will give you the first result the the left
button selection, left click and right click can also be used to select.
This commit is contained in:
Simon Robertshaw
2012-05-24 19:38:58 +01:00
parent a1b7b02f81
commit 5a117c2d27
3 changed files with 206 additions and 0 deletions

View File

@@ -287,6 +287,8 @@ void draw_svf_ui(pixel *vid_buf, int alternate);
void error_ui(pixel *vid_buf, int err, char *txt);
void element_search_ui(pixel *vid_buf, int * sl, int * sr);
void info_ui(pixel *vid_buf, char *top, char *txt);
void copytext_ui(pixel *vid_buf, char *top, char *txt, char *copytxt);