From a352570e9fee02ad50ce627dc1e9b0b5a82bc8f1 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 19 Nov 2013 14:24:18 +0000 Subject: [PATCH] +. --- TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO b/TODO index f4cf7b6d..a65688f9 100644 --- a/TODO +++ b/TODO @@ -119,6 +119,8 @@ - we need a tmux terminfo entry to document the extensions we are using in upstream terminfo +- send arrow key sequences for mouse scroll wheel when in alternate screen + - the way pane, window, session destroy is handled is too complicated and the distinction between session.c, window.c and server-fn.c functions is not clear. could we just have kill_pane(), kill_window(), unlink_window(),