Coding style.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39332 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
8056fd2271
commit
b0307f5c12
@ -43,6 +43,7 @@
|
|||||||
#include "TermScrollView.h"
|
#include "TermScrollView.h"
|
||||||
#include "TermView.h"
|
#include "TermView.h"
|
||||||
|
|
||||||
|
|
||||||
const static int32 kMaxTabs = 6;
|
const static int32 kMaxTabs = 6;
|
||||||
const static int32 kTermViewOffset = 3;
|
const static int32 kTermViewOffset = 3;
|
||||||
|
|
||||||
@ -53,9 +54,11 @@ const static uint32 kIncreaseFontSize = 'InFs';
|
|||||||
const static uint32 kDecreaseFontSize = 'DcFs';
|
const static uint32 kDecreaseFontSize = 'DcFs';
|
||||||
const static uint32 kSetActiveTab = 'STab';
|
const static uint32 kSetActiveTab = 'STab';
|
||||||
|
|
||||||
|
|
||||||
#undef B_TRANSLATE_CONTEXT
|
#undef B_TRANSLATE_CONTEXT
|
||||||
#define B_TRANSLATE_CONTEXT "Terminal TermWindow"
|
#define B_TRANSLATE_CONTEXT "Terminal TermWindow"
|
||||||
|
|
||||||
|
|
||||||
class CustomTermView : public TermView {
|
class CustomTermView : public TermView {
|
||||||
public:
|
public:
|
||||||
CustomTermView(int32 rows, int32 columns, int32 argc, const char **argv, int32 historySize = 1000);
|
CustomTermView(int32 rows, int32 columns, int32 argc, const char **argv, int32 historySize = 1000);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user