We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c19552 commit 916a1a8Copy full SHA for 916a1a8
1 file changed
src/protocol.rs
@@ -1,9 +1,10 @@
1
-use std::env;
2
-use std::io::{self, Write};
+use std::{
+ env,
3
+ io::{self, Write},
4
+};
5
6
use base64::Engine;
-use ratatui::style::Color;
-use ratatui::style::Style;
7
+use ratatui::style::{Color, Style};
8
9
// By default assume the Iterm2 is the best protocol to use for all terminals *unless* an env
10
// variable is set that suggests the terminal is probably Kitty.
0 commit comments