lkml.org 
[lkml]   [2005]   [Oct]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 2/3] kconfig and lxdialog, kernel 2.6.13.4
Hi,

On Thu, 27 Oct 2005, Fao, Sean wrote:

BTW your patch is white space damaged and wordwrapped.

> @@ -92,14 +96,22 @@ int dialog_yesno(const char *title, cons
> case 'n':
> delwin(dialog);
> return 1;
> -
> + case 'A':
> + case 'a':
> + if (btn_t == YESNOABORT)
> + {
> + delwin(dialog);
> + return 2;
> + }
> + break;

Actually it's already possible to abort the dialog by pressing Esc. I
don't mind the abort button, but please match the Esc behaviour and return
-1.

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

\
 
 \ /
  Last update: 2005-10-27 23:22    [W:0.039 / U:0.096 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site