2 * Copyright 2010, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
17 pid_t
ProcessID() const
18 { return fProcessID
; }
19 void SetProcessID(pid_t processID
)
20 { fProcessID
= processID
; }
22 bool IsDefaultShell() const
23 { return fIsDefaultShell
; }
24 void SetDefaultShell(bool isDefault
)
25 { fIsDefaultShell
= isDefault
; }
29 const BString
& EncodingName() const
30 { return fEncodingName
; }
31 void SetEncoding(int encoding
);
37 BString fEncodingName
;
41 #endif // SHELL_INFO_H