--- a/ui/motif/text.c Wed Feb 05 23:10:09 2025 +0100 +++ b/ui/motif/text.c Thu Feb 06 22:03:14 2025 +0100 @@ -49,6 +49,7 @@ Widget parent = ctn->prepare(ctn, xargs, &n); char *name = args.name ? (char*)args.name : "textarea"; + XtSetArg(xargs[n], XmNwidth, 100); n++; Widget widget = XmCreateScrolledText(parent, name, xargs, n); XtManageChild(widget);