mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 23:21:08 +03:00
remove FIXME: I fixed it differently
This commit is contained in:
parent
7f65c2242b
commit
4d45bd7bc4
@ -974,8 +974,6 @@ impl CopyRenderable {
|
||||
fn jump(&mut self, forward: bool, prev_char: bool) {
|
||||
self.pending_jump
|
||||
.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) {
|
||||
|
Loading…
Reference in New Issue
Block a user