You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/design.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,8 @@ This is how user actions are handled:
18
18
*~~When the text is changed in the compose window, `compose` sends the update to `background`, which relays it to the server, which updates the text editor.~~ (Not until v2.0.0)
19
19
1. The WebSocket connection remains open until one of the following happens:
20
20
* a) When the server closes the WebSocket connection, which `background` detects and notifies `compose`.
21
-
* b) When the compose window is closed, `compose` closes the `Port`, which `background` detects and closes the WebSocket connection.
21
+
* b) When the shortcut key assigned to the close function is pressed, `compose` closes the `Port`, which `background` detects and closes the WebSocket connection.
22
+
* c) When the compose window is closed, `compose` closes the `Port`, handled as the same as (b).
22
23
1. The compose window returns to its normal state and the button is toggled off.
23
24
24
25
### The options page
@@ -81,11 +82,8 @@ loop
81
82
B->>C: Close the port
82
83
end
83
84
else
84
-
break When the Ghostbird button has been clicked again
0 commit comments