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
662 B
JSON
19 lines
662 B
JSON
{"Put":{"state":"one {two 'thˇree' four}"}}
|
|
{"Key":"%"}
|
|
{"Get":{"state":"one ˇ{two 'three' four}","mode":"Normal"}}
|
|
{"Put":{"state":"'hello wˇorld'"}}
|
|
{"Key":"%"}
|
|
{"Get":{"state":"'hello wˇorld'","mode":"Normal"}}
|
|
{"Put":{"state":"func (\"teˇst\") {}"}}
|
|
{"Key":"%"}
|
|
{"Get":{"state":"func ˇ(\"test\") {}","mode":"Normal"}}
|
|
{"Put":{"state":"ˇ'hello'"}}
|
|
{"Key":"%"}
|
|
{"Get":{"state":"ˇ'hello'","mode":"Normal"}}
|
|
{"Put":{"state":"'helloˇ'"}}
|
|
{"Key":"%"}
|
|
{"Get":{"state":"'helloˇ'","mode":"Normal"}}
|
|
{"Put":{"state":"func (a string) {\n do('somethiˇng'))\n}"}}
|
|
{"Key":"%"}
|
|
{"Get":{"state":"func (a string) {\n doˇ('something'))\n}","mode":"Normal"}}
|