From c0973075fafc7003be1028922bf99a2c48bcdcd6 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Fri, 20 Dec 2013 20:10:08 +0000 Subject: Get rid of Editor for good ClientManager now stores only the free windows, clients take ownership of its own. --- src/input_handler.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input_handler.hh') diff --git a/src/input_handler.hh b/src/input_handler.hh index 93e0ae94..461470e0 100644 --- a/src/input_handler.hh +++ b/src/input_handler.hh @@ -37,7 +37,7 @@ enum class InsertMode : unsigned; class InputHandler : public SafeCountable { public: - InputHandler(Editor& editor, String name = ""); + InputHandler(Buffer& buffer, SelectionList selections, String name = ""); ~InputHandler(); // switch to insert mode -- cgit v1.2.3