Source-Changes-HG archive

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

[xsrc/trunk]: xsrc/external/mit/ctwm/dist fix syntax. it only wants the numbe...



details:   https://anonhg.NetBSD.org/xsrc/rev/64125c51380a
branches:  trunk
changeset: 10563:64125c51380a
user:      nia <nia%NetBSD.org@localhost>
date:      Wed Sep 23 07:02:58 2020 +0000

description:
fix syntax. it only wants the number of columns.

diffstat:

 external/mit/ctwm/dist/system.ctwmrc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 097fa432e73e -r 64125c51380a external/mit/ctwm/dist/system.ctwmrc
--- a/external/mit/ctwm/dist/system.ctwmrc      Wed Sep 23 07:01:49 2020 +0000
+++ b/external/mit/ctwm/dist/system.ctwmrc      Wed Sep 23 07:02:58 2020 +0000
@@ -1,5 +1,5 @@
 #
-# $NetBSD: system.ctwmrc,v 1.5 2020/09/23 07:01:49 nia Exp $
+# $NetBSD: system.ctwmrc,v 1.6 2020/09/23 07:02:58 nia Exp $
 #
 # ctwmrc by nia
 #
@@ -126,7 +126,7 @@
 StartInMapState
 WMgrHorizButtonIndent     0
 WMgrVertButtonIndent      0
-WorkSpaceManagerGeometry  "70x270-4-4" 1 5
+WorkSpaceManagerGeometry  "70x270-4-4" 1
 
 WorkSpaces 
 {



Home | Main Index | Thread Index | Old Index