aboutsummaryrefslogtreecommitdiff
path: root/gui/console.h
diff options
context:
space:
mode:
authorMax Horn2003-11-28 22:08:52 +0000
committerMax Horn2003-11-28 22:08:52 +0000
commit3944eb4494b59749e88e449c8856521b2a4a3672 (patch)
treeb40bb05c653a2f464017a91f8df8faecb2b95e7c /gui/console.h
parent54aa33310d1dbd9f04e2ede970d8e17200798000 (diff)
downloadscummvm-rg350-3944eb4494b59749e88e449c8856521b2a4a3672.tar.gz
scummvm-rg350-3944eb4494b59749e88e449c8856521b2a4a3672.tar.bz2
scummvm-rg350-3944eb4494b59749e88e449c8856521b2a4a3672.zip
cleanup
svn-id: r11416
Diffstat (limited to 'gui/console.h')
-rw-r--r--gui/console.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/console.h b/gui/console.h
index caf1a2d7ae..019078fb1b 100644
--- a/gui/console.h
+++ b/gui/console.h
@@ -108,13 +108,13 @@ protected:
void putcharIntern(int c);
void insertIntoPrompt(const char *str);
void print(const char *str);
- void nextLine();
void updateScrollBar();
void scrollToCurrent();
inline int getBufferPos() const { return _currentPos % kBufferSize; }
// Line editing
void specialKeys(int keycode);
+ void nextLine();
void killChar();
void killLine();
void killLastWord();