Formatting fixes
This commit is contained in:
parent
6604aa66f7
commit
b51d19bfaa
|
@ -215,8 +215,8 @@ public:
|
||||||
// Methods called by the buffer manager
|
// Methods called by the buffer manager
|
||||||
void on_registered();
|
void on_registered();
|
||||||
void on_unregistered();
|
void on_unregistered();
|
||||||
private:
|
|
||||||
|
|
||||||
|
private:
|
||||||
void on_option_changed(const Option& option) override;
|
void on_option_changed(const Option& option) override;
|
||||||
|
|
||||||
BufferCoord do_insert(BufferCoord pos, StringView content);
|
BufferCoord do_insert(BufferCoord pos, StringView content);
|
||||||
|
|
|
@ -47,8 +47,8 @@ public:
|
||||||
|
|
||||||
void close_fd();
|
void close_fd();
|
||||||
void disable() { m_fd = -1; }
|
void disable() { m_fd = -1; }
|
||||||
private:
|
|
||||||
|
|
||||||
|
private:
|
||||||
int m_fd;
|
int m_fd;
|
||||||
FdEvents m_events;
|
FdEvents m_events;
|
||||||
Callback m_callback;
|
Callback m_callback;
|
||||||
|
|
|
@ -135,7 +135,6 @@ struct MouseHandler
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
bool m_dragging = false;
|
bool m_dragging = false;
|
||||||
BufferCoord m_anchor;
|
BufferCoord m_anchor;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user