Small layout change

This commit is contained in:
Maxime Coste 2015-04-17 16:47:31 +01:00
parent 3982131753
commit d2b6d696a2

View File

@ -37,8 +37,8 @@ private:
void write_next_key(); void write_next_key();
std::unique_ptr<UserInterface> m_ui; std::unique_ptr<UserInterface> m_ui;
CharCoord m_dimensions;
std::unique_ptr<FDWatcher> m_socket_watcher; std::unique_ptr<FDWatcher> m_socket_watcher;
CharCoord m_dimensions;
}; };
void send_command(StringView session, StringView command); void send_command(StringView session, StringView command);