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>
16 lines
563 B
JSON
16 lines
563 B
JSON
{"Put":{"state":"The ˇquick brown\nfox jumps over\nthe lazy dog"}}
|
|
{"Key":"shift-v"}
|
|
{"Get":{"state":"The «qˇ»uick brown\nfox jumps over\nthe lazy dog","mode":"VisualLine"}}
|
|
{"Key":"x"}
|
|
{"Get":{"state":"fox ˇjumps over\nthe lazy dog","mode":"Normal"}}
|
|
{"Put":{"state":"a\nˇ\nb"}}
|
|
{"Key":"shift-v"}
|
|
{"Get":{"state":"a\n«\nˇ»b","mode":"VisualLine"}}
|
|
{"Key":"x"}
|
|
{"Get":{"state":"a\nˇb","mode":"Normal"}}
|
|
{"Put":{"state":"a\nb\nˇ"}}
|
|
{"Key":"shift-v"}
|
|
{"Get":{"state":"a\nb\nˇ","mode":"VisualLine"}}
|
|
{"Key":"x"}
|
|
{"Get":{"state":"a\nˇb","mode":"Normal"}}
|