More settings into fallback.
authorEric S. Raymond <esr@thyrsus.com>
Thu, 14 Sep 2006 18:01:40 +0000 (18:01 +0000)
committerEric S. Raymond <esr@thyrsus.com>
Thu, 14 Sep 2006 18:01:40 +0000 (18:01 +0000)
src/xio.c

index 65098bff143e10b05708bff793cb5f15501034e2..ea35fb1b9ee266cc2ad7599cbc25d4af5caf986e 100644 (file)
--- 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",