We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d75a4bd commit 705b9b7Copy full SHA for 705b9b7
src/io.h
@@ -48,9 +48,9 @@
48
menuNode* drawn=NULL;
49
menuOut(idx_t *topsList,panelsList &p,styles os=minimalRedraw)
50
:tops(topsList),panels(p),style(os) {}
51
- inline idx_t maxX(idx_t i=0) const;
52
- inline idx_t maxY(idx_t i=0) const;
53
- inline idx_t& top(navNode& nav) const;
+ idx_t maxX(idx_t i=0) const;
+ idx_t maxY(idx_t i=0) const;
+ idx_t& top(navNode& nav) const;
54
idx_t printRaw(const char* at,idx_t len);
55
#ifdef DEBUG
56
virtual menuOut& operator<<(prompt const &p);
0 commit comments