mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
empty implementation of nctree_goto() #1643
This commit is contained in:
parent
644b008671
commit
af1641be4e
@ -461,8 +461,10 @@ void* nctree_focused(nctree* n){
|
||||
return n->curitem->curry;
|
||||
}
|
||||
|
||||
/*
|
||||
void* nctree_goto(nctree* n, const unsigned* spec, int* failspec){
|
||||
(void)n;
|
||||
(void)spec;
|
||||
(void)failspec;
|
||||
// FIXME
|
||||
return NULL;
|
||||
}
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user