diff options
Diffstat (limited to '')
-rw-r--r-- | src/protocoltelnet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/protocoltelnet.h b/src/protocoltelnet.h index 532db4b..9b25c5d 100644 --- a/src/protocoltelnet.h +++ b/src/protocoltelnet.h | |||
@@ -121,6 +121,8 @@ namespace Bu | |||
121 | void write( const char *pData, int iSize ); | 121 | void write( const char *pData, int iSize ); |
122 | void write( char cData ); | 122 | void write( char cData ); |
123 | 123 | ||
124 | const Bu::FString &getBuffer() { return sDataBuf; } | ||
125 | |||
124 | public: | 126 | public: |
125 | /** | 127 | /** |
126 | * If you wish to know the current dimensions of the client window, | 128 | * If you wish to know the current dimensions of the client window, |