From 856cddc8739c32d8bbfff72dd3692f49359142a9 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Sat, 21 Sep 2019 19:54:32 +0200 Subject: Remove outdated TODO/FIXME comments --- alacritty_terminal/src/input.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'alacritty_terminal/src/input.rs') diff --git a/alacritty_terminal/src/input.rs b/alacritty_terminal/src/input.rs index e87a70a8..58480bac 100644 --- a/alacritty_terminal/src/input.rs +++ b/alacritty_terminal/src/input.rs @@ -45,8 +45,6 @@ pub const FONT_SIZE_STEP: f32 = 0.5; /// /// An escape sequence may be emitted in case specific keys or key combinations /// are activated. -/// -/// TODO also need terminal state when processing input pub struct Processor<'a, A: 'a> { pub key_bindings: &'a [KeyBinding], pub mouse_bindings: &'a [MouseBinding], -- cgit v1.2.3