From owner-freebsd-questions@FreeBSD.ORG Sun Jul 13 20:06:23 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F9D3106564A for ; Sun, 13 Jul 2008 20:06:23 +0000 (UTC) (envelope-from paulbeard@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.249]) by mx1.freebsd.org (Postfix) with ESMTP id E61F78FC15 for ; Sun, 13 Jul 2008 20:06:22 +0000 (UTC) (envelope-from paulbeard@gmail.com) Received: by an-out-0708.google.com with SMTP id b33so1026527ana.13 for ; Sun, 13 Jul 2008 13:06:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=F+XhDSxbmsvPyG+qiJGcTYwhAev9HAfx8g5yEByr960=; b=m9WCOvZyKp6Yrc6kaLDq9AXvMXtRFrmsVBlzsYUNe6JwL5AuJaIpESlkZtrf0aZjQ6 yWD+RcaiBg+bM3P5uE/vuYQ8GhQv8RKm6qiOpmng3sJCHuOArRJH83asmPkpoIJau8o2 vGugDW36Nb5lP5IYlk+RaGUrL9MLTEbKctSpo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=BUG0hmPfbC408t0DU5YoabR3ht7q2EiQKxJeoj44PveoORlVv5mizmDTYSHtM/W66F EUdbWl0FbUETYdHxH0DpFHIPGsGV7EWw2ONHO3NMDupVfhaGzV06ldoMCIOpeHFDLrT6 T3eqDtsKvPPvh7DhVG8MQNbfhhBw1Sa9p/diI= Received: by 10.100.37.20 with SMTP id k20mr9596010ank.12.1215978081370; Sun, 13 Jul 2008 12:41:21 -0700 (PDT) Received: by 10.100.226.16 with HTTP; Sun, 13 Jul 2008 12:41:21 -0700 (PDT) Message-ID: Date: Sun, 13 Jul 2008 12:41:21 -0700 From: "paul beard" To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: screen and curses(?) output X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2008 20:06:23 -0000 I have discovered the joys of screen to manage processes between/across logins, but I have one small problem. If I run portupgrade and a dialog is displayed, I can't choose any of the displayed options. A tab will move through them but a space bar or arrow key is the same as hitting OK with no changes. is there some setting or different termcap I should use? this is what stty -e displays: speed 9600 baud; 40 rows; 80 columns; lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl -echoprt -altwerase -noflsh -tostop -flusho pendin -nokerninfo -extproc iflags: -istrip icrnl -inlcr -igncr ixon -ixoff ixany imaxbel -ignbrk brkint -inpck -ignpar -parmrk oflags: opost onlcr -ocrnl -oxtabs -onocr -onlret cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -dsrflow -dtrflow -mdmbuf discard dsusp eof eol eol2 erase erase2 intr kill ^O ^Y ^D ^? ^H ^C ^U lnext min quit reprint start status stop susp time ^V 1 ^\ ^R ^Q ^T ^S ^Z 0 werase ^W -- Paul Beard / www.paulbeard.org/