diff options
Diffstat (limited to 'util/fbrun/FbRun.hh')
-rw-r--r-- | util/fbrun/FbRun.hh | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/util/fbrun/FbRun.hh b/util/fbrun/FbRun.hh index 5c8a2dc..a7a3983 100644 --- a/util/fbrun/FbRun.hh +++ b/util/fbrun/FbRun.hh | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: FbRun.hh,v 1.3 2002/11/12 19:20:31 fluxgen Exp $ | 22 | // $Id: FbRun.hh,v 1.4 2002/11/13 16:43:52 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef FBRUN_HH | 24 | #ifndef FBRUN_HH |
25 | #define FBRUN_HH | 25 | #define FBRUN_HH |
@@ -77,11 +77,12 @@ private: | |||
77 | std::string m_runtext; ///< command to execute | 77 | std::string m_runtext; ///< command to execute |
78 | size_t m_width, m_height; ///< size of window | 78 | size_t m_width, m_height; ///< size of window |
79 | int m_bevel; ///< distance to window edge from font in pixels | 79 | int m_bevel; ///< distance to window edge from font in pixels |
80 | GC m_gc; | 80 | GC m_gc; ///< graphic context |
81 | bool m_end; | 81 | bool m_end; ///< marks when this object is done |
82 | std::vector<std::string> m_history; ///< history list of commands | 82 | std::vector<std::string> m_history; ///< history list of commands |
83 | size_t m_current_history_item; | 83 | size_t m_current_history_item; ///< holds current position in command history |
84 | std::string m_history_file; | 84 | std::string m_history_file; ///< holds filename for command history file |
85 | int m_drawstart_x; ///< for scrolling if cursor is to far to the right | ||
85 | }; | 86 | }; |
86 | 87 | ||
87 | #endif // FBRUN_HH | 88 | #endif // FBRUN_HH |