Includes prior-session patches (carry forward so the app compiles): - crates/gpui/build.rs: cross-compile manifest fix - crates/gpui/src/platform.rs: PlatformWindow::activate_with_token trait method - crates/gpui/src/window.rs: Window::activate_with_token public API - crates/gpui_linux/src/linux/wayland/window.rs: WaylandWindow::activate_with_token + activate() keyboard-serial fix Plus the focus-serial fix: - serial.rs: SerialKind::KeyboardEnter - client.rs: store wl_keyboard.enter serial; latest_serial_of() Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
19 lines
710 B
JSON
19 lines
710 B
JSON
{"Put":{"state":"ˇ"}}
|
|
{"Key":"o"}
|
|
{"Get":{"state":"\nˇ","mode":"Insert"}}
|
|
{"Put":{"state":"The ˇquick"}}
|
|
{"Key":"o"}
|
|
{"Get":{"state":"The quick\nˇ","mode":"Insert"}}
|
|
{"Put":{"state":"The qˇuick\nbrown fox\njumps over"}}
|
|
{"Key":"o"}
|
|
{"Get":{"state":"The quick\nˇ\nbrown fox\njumps over","mode":"Insert"}}
|
|
{"Put":{"state":"The quick\nbrown ˇfox\njumps over"}}
|
|
{"Key":"o"}
|
|
{"Get":{"state":"The quick\nbrown fox\nˇ\njumps over","mode":"Insert"}}
|
|
{"Put":{"state":"The quick\nbrown fox\njumps ˇover"}}
|
|
{"Key":"o"}
|
|
{"Get":{"state":"The quick\nbrown fox\njumps over\nˇ","mode":"Insert"}}
|
|
{"Put":{"state":"The quick\nˇ\nbrown fox"}}
|
|
{"Key":"o"}
|
|
{"Get":{"state":"The quick\n\nˇ\nbrown fox","mode":"Insert"}}
|