Bump liberty
Alpine 3.24 Success
Arch Linux AUR Success
OpenBSD 7.8 Success

Not integrating the clipboard right now because unimportant.
This commit is contained in:
2026-08-11 11:03:40 +02:00
parent 7f6d6b24e5
commit bda11fe9f0
2 changed files with 11 additions and 1 deletions
+1 -1
Submodule liberty updated: bb75c8e4fa...285dacb785
+10
View File
@@ -2407,6 +2407,16 @@ app_on_clipboard_copy (const char *text)
app_show_message (xstrdup ("Text copied to clipboard: "), xstrdup (text));
}
static void
app_on_clipboard_paste (const char *text)
{
struct utf8_iter iter = utf8_iter_make (text);
int32_t codepoint = 0;
while ((codepoint = utf8_iter_next (&iter, NULL)) >= 0)
line_editor_insert (&g.editor, codepoint);
xui_invalidate ();
}
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
// On a 20x20 raster to make it feasible to design on paper.