Re: [Freedos-kernel] [patch] #1758 - fix incorrect AskSingleLine function

2004-06-15 Thread Bernd Blaauw
Arkady V.Belousov schreef: - "123?" present and statement not from selected menu? Skip. - "!" present? Don't skip. - "?" present or single step? Ask. Your proposal changes behavior: now it will look so: - "123?" present and statement not from selected menu? Skip. - "?" present? Ask. - single step a

Re: [Freedos-kernel] [patch] #1758 - fix incorrect AskSingleLine function

2004-06-14 Thread Arkady V.Belousov
Hi! 13-Июн-2004 19:39 [EMAIL PROTECTED] (Bernd Blaauw) wrote to [EMAIL PROTECTED]: BB> Eric and I have been working a few hours on a patch to correct the BB> ask-user-to-execute-config.sys-line algorythm. BB> essentially (config.c, line 806 I think): BB>/* !device= never ask / device?= always

[Freedos-kernel] [patch] #1758 - fix incorrect AskSingleLine function

2004-06-13 Thread Bernd Blaauw
Eric and I have been working a few hours on a patch to correct the ask-user-to-execute-config.sys-line algorythm. essentially (config.c, line 806 I think): /* !device= never ask / device?= always ask / device= ask if singleStep */ /* "!" does override singleStep but not "?", so "!device?=" will