Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jan 2011 16:42:17 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r217359 - head/usr.sbin/kbdmap
Message-ID:  <201101131642.p0DGgHKX056819@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nwhitehorn
Date: Thu Jan 13 16:42:16 2011
New Revision: 217359
URL: http://svn.freebsd.org/changeset/base/217359

Log:
  Use auto-sizing syntax appropriate for the new dialog(1). This should
  probably be modified to use libdialog.

Modified:
  head/usr.sbin/kbdmap/kbdmap.c

Modified: head/usr.sbin/kbdmap/kbdmap.c
==============================================================================
--- head/usr.sbin/kbdmap/kbdmap.c	Thu Jan 13 16:37:12 2011	(r217358)
+++ head/usr.sbin/kbdmap/kbdmap.c	Thu Jan 13 16:42:16 2011	(r217359)
@@ -337,7 +337,7 @@ show_dialog(struct keymap **km_sorted, i
 		exit(1);
 	}
 	asprintf(&dialog, "/usr/bin/dialog --clear --title \"Keyboard Menu\" "
-			  "--menu \"%s\" -1 -1 10", menu);
+			  "--menu \"%s\" 0 0 0", menu);
 
 	ext = extract_name(dir);
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101131642.p0DGgHKX056819>