Skip to content

Commit

Permalink
Link TODO(#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Aug 28, 2017
1 parent 851a1bd commit 52a9de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screen/keyboard_layout_screen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ impl KeyboardLayoutScreen {
}

impl Screen<Config> for KeyboardLayoutScreen {
// TODO: implement unbind key operation for the keyboard mode
// TODO(#247): Implement unbind key operation for the keyboard mode
fn handle_sdl_events(&mut self, events: &[Event]) {
for event in events {
match *event {
Expand Down

0 comments on commit 52a9de0

Please sign in to comment.