@@ -11,7 +11,7 @@ Why it is needed:
1111 at runtime when clipboard actions are attempted on Solaris
1212
1313diff --git a/codex-rs/tui/Cargo.toml b/codex-rs/tui/Cargo.toml
14- index ffc5c5a..f8c345a 100644
14+ index 581f67b..a8ce06f 100644
1515--- a/codex-rs/tui/Cargo.toml
1616+++ b/codex-rs/tui/Cargo.toml
1717@@ -144,9 +144,9 @@ windows-sys = { version = "0.52", features = [
@@ -57,7 +57,7 @@ index 1ad369d..8781d42 100644
5757 #[cfg(target_os = "linux")]
5858 fn wsl_clipboard_copy(text: &str) -> Result<(), String> {
5959diff --git a/codex-rs/tui/src/clipboard_paste.rs b/codex-rs/tui/src/clipboard_paste.rs
60- index 4d28b36..a2473bf 100644
60+ index 55ca6ca..fc7754c 100644
6161--- a/codex-rs/tui/src/clipboard_paste.rs
6262+++ b/codex-rs/tui/src/clipboard_paste.rs
6363@@ -1,5 +1,6 @@
@@ -93,8 +93,8 @@ index 4d28b36..a2473bf 100644
9393 pub fn paste_image_to_temp_png() -> Result<(PathBuf, PastedImageInfo), PasteImageError> {
9494 // First attempt: read image from system clipboard via arboard (native paths or image data).
9595 match paste_image_as_png() {
96- @@ -236 ,6 +244 ,13 @@ pub fn paste_image_to_temp_png( ) -> Result<(PathBuf, PastedImageInfo), PasteImag
97- ) )
96+ @@ -242 ,6 +250 ,13 @@ pub(crate) fn normalize_pasted_search_query(pasted: &str ) -> Option<String> {
97+ (!normalized.is_empty()).then_some(normalized )
9898 }
9999
100100+ #[cfg(target_os = "solaris")]
0 commit comments