lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Thu, 04 Sep 2008 14:21:38 +0200
From:	Bodo Eggert <7eggert@....de>
To:	Alejandro Riveira Fernández 
	<ariveira@...il.com>, "Randy.Dunlap" <rdunlap@...otime.net>,
	Bartlomiej Zolnierkiewicz <bzolnier@...il.com>,
	Nir Tzachar <tzachar@...us.cs.bgu.ac.il>,
	linux-kernel@...r.kernel.org, zippel@...ux-m68k.org,
	linux-kbuild@...r.kernel.org, Nir Tzachar <nir@...char.com>
Subject: Re: [PATCH] ncurses based config

Alejandro Riveira Fernández <ariveira@...il.com> wrote:
> El Wed, 3 Sep 2008 13:02:42 -0700 (PDT)

[nconfig]

>> I'm seeing cyan (?) foreground on black background.  Is that the colors
>> that were planned?
>   
>  much nicer colors here (ubuntu)
>  http://img177.imageshack.us/my.php?image=pantallazonm7.png

Desaturate the image using "luminosity" setting, and you'll spot a problem.

Choosing a non-black background isn't bad per se, but it limits the number of
colors you can use for foreground, and a dark grey isn't much better.

Generally you should use no color unless you'd like to draw attention. Use
blue for unimportant things, red if you want to alert. Never use red and blue
close to each other, because they need different focussing in the eye, and
trying to see both will cause a headache.

The layout is possibly good for large screen sizes, but you should design it
for 80x24 first. Having to install X11 or a framebuffer console just to
configure a kernel is no good.

In other words: You don't permanently need half a screen of instructions,
hide them by default and offer a popup. The window below the title is the
only working area, it can be maximized. (Looking at "make menuconfig",
I see the same mistakes.)


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ