diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-03-03 17:58:33 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-03-03 17:58:33 (GMT) |
| commit | 732b9d6a0d16f94cd1c39f8e023e369c5837bb9c (patch) | |
| tree | 7695c64eccd2e27c255b3185e1e1bee45ffb8bf6 /src/cat/CommandInterface.cpp | |
| parent | afe9e061e1d173731d8a5122c397a2caf4fe61ab (diff) | |
| download | powder-732b9d6a0d16f94cd1c39f8e023e369c5837bb9c.zip powder-732b9d6a0d16f94cd1c39f8e023e369c5837bb9c.tar.gz | |
Disable key repeat
Diffstat (limited to 'src/cat/CommandInterface.cpp')
| -rw-r--r-- | src/cat/CommandInterface.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cat/CommandInterface.cpp b/src/cat/CommandInterface.cpp index f146ed4..f434f54 100644 --- a/src/cat/CommandInterface.cpp +++ b/src/cat/CommandInterface.cpp @@ -31,6 +31,11 @@ std::string CommandInterface::FormatCommand(std::string command) return command; } +void CommandInterface::Log(LogType type, std::string message) +{ + //Todo Put this info somewhere, an on-screen log output would be nice. +} + int CommandInterface::GetPropertyOffset(std::string key_, FormatType & format) { char * key = (char *)key_.c_str(); |
