Fixed broken indentation (greetings to Stefano :-)).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32396 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -83,7 +83,7 @@ public:
|
|||||||
uint16& attributes) const;
|
uint16& attributes) const;
|
||||||
void GetStringFromRegion(BString& string,
|
void GetStringFromRegion(BString& string,
|
||||||
const TermPos& start,
|
const TermPos& start,
|
||||||
const TermPos& end) const;
|
const TermPos& end) const;
|
||||||
bool FindWord(const TermPos& pos,
|
bool FindWord(const TermPos& pos,
|
||||||
TerminalCharClassifier* classifier,
|
TerminalCharClassifier* classifier,
|
||||||
bool findNonWords, TermPos& start,
|
bool findNonWords, TermPos& start,
|
||||||
@@ -96,20 +96,20 @@ public:
|
|||||||
TermPos& matchEnd) const;
|
TermPos& matchEnd) const;
|
||||||
|
|
||||||
// insert chars/lines
|
// insert chars/lines
|
||||||
inline void InsertChar(UTF8Char c, uint32 attributes);
|
inline void InsertChar(UTF8Char c, uint32 attributes);
|
||||||
void InsertChar(UTF8Char c, uint32 width,
|
void InsertChar(UTF8Char c, uint32 width,
|
||||||
uint32 attributes);
|
uint32 attributes);
|
||||||
inline void InsertChar(const char* c, int32 length,
|
inline void InsertChar(const char* c, int32 length,
|
||||||
uint32 attributes);
|
uint32 attributes);
|
||||||
inline void InsertChar(const char* c, int32 length,
|
inline void InsertChar(const char* c, int32 length,
|
||||||
uint32 width, uint32 attributes);
|
uint32 width, uint32 attributes);
|
||||||
|
|
||||||
void InsertCR();
|
void InsertCR();
|
||||||
void InsertLF();
|
void InsertLF();
|
||||||
void SetInsertMode(int flag);
|
void SetInsertMode(int flag);
|
||||||
void InsertSpace(int32 num);
|
void InsertSpace(int32 num);
|
||||||
void InsertLines(int32 numLines);
|
void InsertLines(int32 numLines);
|
||||||
|
|
||||||
// delete chars/lines
|
// delete chars/lines
|
||||||
void EraseChars(int32 numChars);
|
void EraseChars(int32 numChars);
|
||||||
void EraseAbove();
|
void EraseAbove();
|
||||||
|
|||||||
Reference in New Issue
Block a user