pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/wm/cde/files



Module Name:    pkgsrc
Committed By:   vins
Date:           Thu Feb 23 21:38:48 UTC 2023

Modified Files:
        pkgsrc/wm/cde/files: README.pkgsrc

Log Message:
wm/cde: add note for scrolling on dtterm.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/wm/cde/files/README.pkgsrc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/wm/cde/files/README.pkgsrc
diff -u pkgsrc/wm/cde/files/README.pkgsrc:1.1 pkgsrc/wm/cde/files/README.pkgsrc:1.2
--- pkgsrc/wm/cde/files/README.pkgsrc:1.1       Sun Feb 12 16:34:15 2023
+++ pkgsrc/wm/cde/files/README.pkgsrc   Thu Feb 23 21:38:48 2023
@@ -6,9 +6,9 @@ This can be done by creating a `99-fonts
 content: 
 
 Section "Files"
-    FontPath    "${PREFIX}/share/fonts/100dpi/"
-    FontPath    "${PREFIX}/share/fonts/75dpi/"
-    FontPath    "${PREFIX}/dt/share/cde/fontaliases"
+    FontPath    "@PREFIX@/share/fonts/100dpi/"
+    FontPath    "@PREFIX@/share/fonts/75dpi/"
+    FontPath    "@PREFIX@/dt/share/cde/fontaliases"
 EndSection
 
 Place the file inside either: 
@@ -43,3 +43,12 @@ To start the Dt Login Manager,
 To enable the dtlogin service at startup,
 
        $ echo dtlogin=YES >> /etc/rc.conf
+
+------------------------------------------------------------------------
+
+NOTE:
+
+  For better scrolling, consider adding this to your ~/.Xresources file
+
+       *saveLines:             32000
+       *scrollBar:             True 



Home | Main Index | Thread Index | Old Index