From 438dc2b2531dd705e44dffc5df9e9bf8a3f4ab85 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 14 Sep 2006 18:01:40 +0000 Subject: [PATCH] More settings into fallback. --- src/xio.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/xio.c b/src/xio.c index 65098bf..ea35fb1 100644 --- a/src/xio.c +++ b/src/xio.c @@ -18,6 +18,10 @@ static String fallback[] = { "*text.resize: ResizeBoth", "*text.width: 640", "*text.height: 200", + "*text.autoFill: True", + "*text.scrollVertical: Always", + "*text.scrollHorizontal: WhenNeeded", + "*text.displayCaret: True", "*navigation.fromVert: text", "*navigation.borderWidth: 0", "*navlabel.label: Navigation: ", @@ -106,7 +110,6 @@ static void instantiate_main(int argc, char **argv) text = XtVaCreateManagedWidget("text", asciiTextWidgetClass, form, XtNeditType, XawtextEdit, - XtNdisplayCaret,False, NULL); /* The button panels */ navigation = XtVaCreateManagedWidget("navigation", -- 2.31.1