From 2841af7069ee2f1b47116a987e8ecdc6a411476a Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Tue, 29 Nov 2016 14:48:57 +0100 Subject: [PATCH] rec: add promptgroups for OFFS and SHFT of fanout and seq --- src/std/rec/fanoutRecord.dbd | 6 ++++-- src/std/rec/seqRecord.dbd | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/std/rec/fanoutRecord.dbd b/src/std/rec/fanoutRecord.dbd index 40968945c..251d63a11 100644 --- a/src/std/rec/fanoutRecord.dbd +++ b/src/std/rec/fanoutRecord.dbd @@ -36,12 +36,14 @@ recordtype(fanout) { } field(OFFS,DBF_SHORT) { prompt("Offset for Specified") - interest(1) + promptgroup("30 - Action") + interest(1) initial("0") } field(SHFT,DBF_SHORT) { prompt("Shift for Mask mode") - interest(1) + promptgroup("30 - Action") + interest(1) initial("-1") } field(LNK0,DBF_FWDLINK) { diff --git a/src/std/rec/seqRecord.dbd b/src/std/rec/seqRecord.dbd index c40d17c38..826f3ecf6 100644 --- a/src/std/rec/seqRecord.dbd +++ b/src/std/rec/seqRecord.dbd @@ -36,11 +36,13 @@ recordtype(seq) { } field(OFFS,DBF_SHORT) { prompt("Offset for Specified") + promptgroup("30 - Action") interest(1) initial("0") } field(SHFT,DBF_SHORT) { prompt("Shift for Mask mode") + promptgroup("30 - Action") interest(1) initial("-1") }