Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-02-09 10:08:30 +0000
committerStijn Buys <ingar@osirion.org>2008-02-09 10:08:30 +0000
commit2b6208917e92d93f94ad6620c5135d1bcd237ea8 (patch)
tree63f16813ecfaf6ea3ab8ee709b843a6ae65188f3 /src/core/commandbuffer.h
parent74031d8f7d91fe70d0ae447d74a12c5206ea9b62 (diff)
command completion (single match)
Diffstat (limited to 'src/core/commandbuffer.h')
-rw-r--r--src/core/commandbuffer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/commandbuffer.h b/src/core/commandbuffer.h
index c18acd0..6f5b324 100644
--- a/src/core/commandbuffer.h
+++ b/src/core/commandbuffer.h
@@ -26,6 +26,9 @@ void execute();
/// flush the command buffer
void clear();
+/// tab completion
+void complete(std::string &input, size_t &pos);
+
}
}