From owner-cvs-all Sat Mar 16 15:35:58 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E3A0637B416; Sat, 16 Mar 2002 15:35:51 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2GNZpd88340; Sat, 16 Mar 2002 15:35:51 -0800 (PST) (envelope-from sobomax) Message-Id: <200203162335.g2GNZpd88340@freefall.freebsd.org> From: Maxim Sobolev Date: Sat, 16 Mar 2002 15:35:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/vidcontrol vidcontrol.1 vidcontrol.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/03/16 15:35:51 PST Modified files: usr.sbin/vidcontrol vidcontrol.1 vidcontrol.c Log: When loading a font allow suffix specifying its size be omited, in which case use size of the currently displaying font as a suffix. For example, when the when the size of the currently displayed font is 8x8 the following command will load koi8-r-8x8.fnt. # vidcontrol -f koi8-r MFC after: 2 weeks Revision Changes Path 1.48 +9 -1 src/usr.sbin/vidcontrol/vidcontrol.1 1.41 +40 -42 src/usr.sbin/vidcontrol/vidcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message