diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2015-04-17 16:47:31 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2015-04-17 16:47:31 +0100 |
| commit | d2b6d696a2740fef6978a190e46e8020b4ef14a5 (patch) | |
| tree | 43931d91c760cf8676d3ee91a5d74242157f6351 | |
| parent | 39821317538c89ea49f6e3f3125a82e44b72537b (diff) | |
Small layout change
| -rw-r--r-- | src/remote.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remote.hh b/src/remote.hh index 2759477a..bb59270d 100644 --- a/src/remote.hh +++ b/src/remote.hh @@ -37,8 +37,8 @@ private: void write_next_key(); std::unique_ptr<UserInterface> m_ui; - CharCoord m_dimensions; std::unique_ptr<FDWatcher> m_socket_watcher; + CharCoord m_dimensions; }; void send_command(StringView session, StringView command); |
