ui/motif/text.c

changeset 452
a0620cf552a6
parent 450
99b5d52096b5
child 459
4ea4bb379273
--- a/ui/motif/text.c	Sat Feb 01 09:56:01 2025 +0100
+++ b/ui/motif/text.c	Sat Feb 01 12:22:47 2025 +0100
@@ -42,6 +42,8 @@
     Arg xargs[16];
     int n = 0;
     
+    XtSetArg(xargs[n], XmNeditMode, XmMULTI_LINE_EDIT); n++;
+    
     UiContainerPrivate *ctn = ui_obj_container(obj);
     UI_APPLY_LAYOUT(ctn->layout, args);
     

mercurial