1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 11:17:15 +03:00

remove FIXME: I fixed it differently

This commit is contained in:
Wez Furlong 2022-09-20 19:54:59 -07:00
parent 7f65c2242b
commit 4d45bd7bc4

View File

@ -974,8 +974,6 @@ impl CopyRenderable {
fn jump(&mut self, forward: bool, prev_char: bool) { fn jump(&mut self, forward: bool, prev_char: bool) {
self.pending_jump self.pending_jump
.replace(PendingJump { forward, prev_char }); .replace(PendingJump { forward, prev_char });
// FIXME: replace copy_mode key table with something
// that won't intercept some chars
} }
fn jump_again(&mut self, reverse: bool) { fn jump_again(&mut self, reverse: bool) {