pull/8030/head
Mitchell Hashimoto 2025-07-22 13:37:23 -07:00
parent 5c21d9a123
commit 2855c44118
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 1 additions and 1 deletions

View File

@ -2169,7 +2169,7 @@ const Clipboard = struct {
if (remember) switch (req.*) {
.osc_52_read => surface.config.clipboard_read = .deny,
.osc_52_write => surface.config.clipboard_write = .deny,
.paste => @panic("paste should not be rememberable"),
.paste => @panic("paste should not be able to be remembered"),
};
}