From 2b6208917e92d93f94ad6620c5135d1bcd237ea8 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 9 Feb 2008 10:08:30 +0000 Subject: command completion (single match) --- src/core/commandbuffer.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/commandbuffer.h') 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); + } } -- cgit v1.2.3