Compare commits

..

2 commits

Author SHA1 Message Date
Vinzenz Schroeter e435f60540 send stdin as UTF instead of CP437
Some checks failed
Rust / build (pull_request) Failing after 2m9s
2025-03-02 15:17:27 +01:00
Vinzenz Schroeter 4d4f7a029c restructure cli 2025-03-02 15:17:27 +01:00

View file

@ -18,7 +18,7 @@ pub(crate) fn pixels(connection: &Connection, pixel_command: PixelCommand) {
PixelCommand::Screen {
stream_options,
image_processing,
} => stream_window(&connection, stream_options, image_processing),
} => stream_window(connection, stream_options, image_processing),
}
}