]> git.lizzy.rs Git - nothing.git/commitdiff
TODO(#390)
authorrexim <reximkut@gmail.com>
Sat, 13 Oct 2018 16:11:58 +0000 (23:11 +0700)
committerrexim <reximkut@gmail.com>
Sat, 13 Oct 2018 16:11:58 +0000 (23:11 +0700)
src/ui/console.c

index 963d29626ac8e7a7bdb390f1b52451cdf025af41..8faa10482b815a93e3cd61601a3dcc0e37a0f639 100644 (file)
@@ -228,7 +228,7 @@ int console_handle_event(Console *console,
         break;
     }
 
-    /* TODO: shift is not detected by edit_field anymore */
+    /* TODO(#390): shift is not detected by edit_field anymore */
     return edit_field_handle_event(console->edit_field, event);
 }