From owner-freebsd-hackers@FreeBSD.ORG Sun Feb 19 09:46:59 2012 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4638F1065670 for ; Sun, 19 Feb 2012 09:46:59 +0000 (UTC) (envelope-from rank1seeker@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id CEA058FC13 for ; Sun, 19 Feb 2012 09:46:58 +0000 (UTC) Received: by werm13 with SMTP id m13so4231597wer.13 for ; Sun, 19 Feb 2012 01:46:57 -0800 (PST) Received-SPF: pass (google.com: domain of rank1seeker@gmail.com designates 10.180.101.228 as permitted sender) client-ip=10.180.101.228; Authentication-Results: mr.google.com; spf=pass (google.com: domain of rank1seeker@gmail.com designates 10.180.101.228 as permitted sender) smtp.mail=rank1seeker@gmail.com; dkim=pass header.i=rank1seeker@gmail.com Received: from mr.google.com ([10.180.101.228]) by 10.180.101.228 with SMTP id fj4mr10099642wib.4.1329644817891 (num_hops = 1); Sun, 19 Feb 2012 01:46:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:from:to:subject:date:content-type :content-transfer-encoding:x-mailer; bh=bnFVMwTl5I3ILaSfKq1vq22jn/7ULOzYwV0c/lcCIr8=; b=C7rWDyx9INolKz2m55YrXMGviG+dmt/FnrEM7az6BX/cjF9Yt0aCrAmW8s1eGbaB39 G6bwoESZ5tfu+e+WnyLdXnQyCH4cCx+OYBVc7YjehbyYpxYOBBKxCQODAWnR+/YqRZVt MWz87bjFctlVK/WJhEgXZvPdkAa9uzQCCy3oI= Received: by 10.180.101.228 with SMTP id fj4mr8533222wib.4.1329644817859; Sun, 19 Feb 2012 01:46:57 -0800 (PST) Received: from DOMYPC ([82.193.208.173]) by mx.google.com with ESMTPS id m8sm21956979wia.11.2012.02.19.01.46.24 (version=SSLv3 cipher=OTHER); Sun, 19 Feb 2012 01:46:56 -0800 (PST) Message-ID: <20120219.094652.789.4@DOMY-PC> From: rank1seeker@gmail.com To: hackers@freebsd.org Date: Sun, 19 Feb 2012 10:46:52 +0100 Content-Type: text/plain; charset="Windows-1250" Content-Transfer-Encoding: quoted-printable X-Mailer: POP Peeper (3.8.1.0) Cc: Subject: 9.0 dialog and it's STDIN X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2012 09:46:59 -0000 In target port, this presents a dialog:=0D=0A/usr/bin/make = config=0D=0A=0D=0AInstead via keyboard, I want to send key sequence to = dialog(piped to STDIN of above = cmd):=0D=0ADown=0D=0ASpace=0D=0ADown=0D=0ASpace=0D=0AEnter=0D=0A=0D=0A--=0D=0A#!/bin/sh=0D=0A=0D=0Aecho = 'CODE_HERE' | /usr/bin/make config=0D=0A--=0D=0A=0D=0A=0D=0ADomagoj = Smol=E8i=E6=0D=0A