Skip to content

Commit

Permalink
re-enable bracketed past on not(windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
LevitatingBusinessMan committed Nov 5, 2023
1 parent 60b3b62 commit 5e0892b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -630,9 +630,6 @@ impl Reedline {

let result = self.read_line_helper(prompt);

#[cfg(not(target_os = "windows"))]
self.disable_bracketed_paste()?;

if self.use_kitty_protocol {
let _ = execute!(io::stdout(), event::PopKeyboardEnhancementFlags);
}
Expand Down

0 comments on commit 5e0892b

Please sign in to comment.