Received: by mail.netbsd.org (Postfix, from userid 605) id 16DD984E68; Thu, 23 Feb 2023 21:38:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 46D4C84E57 for ; Thu, 23 Feb 2023 21:38:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id EVa_0ORu5ng3 for ; Thu, 23 Feb 2023 21:38:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9912684CE8 for ; Thu, 23 Feb 2023 21:38:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 928D2FA90; Thu, 23 Feb 2023 21:38:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167718832840910" MIME-Version: 1.0 Date: Thu, 23 Feb 2023 21:38:48 +0000 From: "Paolo Vincenzo Olivo" Subject: CVS commit: pkgsrc/wm/cde/files To: pkgsrc-changes@NetBSD.org Reply-To: vins@netbsd.org X-Mailer: log_accum Message-Id: <20230223213848.928D2FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167718832840910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_167718832840910 Content-Disposition: inline Content-Length: 1041 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_167718832840910--