Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.045 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.00; 'subject:Python': 0.06; 'cc:addr:python-list': 0.11; '(which,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'imo,': 0.16; 'stored.': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'feb': 0.22; 'code,': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'push': 0.26; 'header :In-Reply-To:1': 0.27; 'am,': 0.29; 'generally': 0.29; 'characters': 0.30; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'lines': 0.31; 'usually': 0.31; '(maybe': 0.31; '13,': 0.31; 'text': 0.33; 'maybe': 0.34; 'but': 0.35; 'received:google.com': 0.35; "i'll": 0.36; 'minimum': 0.38; 'system,': 0.38; 'window': 0.38; "today's": 0.70; 'compiling': 0.84; "everything's": 0.84; 'maximize': 0.84; 'subject:Top': 0.84; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type:content-transfer-encoding; bh=Xe5S5Yxsuz3Elhu0ao6drT0jvKcuQmK0+eZf70N9PYQ=; b=CieIh9i+9rtqP3RJ581jKAH2zYA8/TdHjag9//TnqR0S/KOg2X5BkVOIo9ZgfGie0V 4pQbon+qnCmicBeRRGmavyfYn4Ui8tgAn5wjQxc2FdxgAwDobdXXFhsDcl+TrDLUtHOl 7bDj33MAl44bUyYbEOvLEgmcehGMgtjV9/octhYsJhPpy3YsEIk3Lg/ioAJmUb5vaUks AYSnNQpDcaamrEq3zk8LgMgxqZ1lafYYbBcXXeVPcbl/gFM0L6jG8NfReTeSiAlZ25xf dY3trBhxZXTdvyf3sFjCMqNEzFMeGOFFImThW0qs+gztWVRypAb1zX/JpL5H4qduxwm7 Pfjg== MIME-Version: 1.0 X-Received: by 10.66.26.176 with SMTP id m16mr26214743pag.142.1392253573156; Wed, 12 Feb 2014 17:06:13 -0800 (PST) In-Reply-To: References: Date: Thu, 13 Feb 2014 12:06:12 +1100 Subject: Re: Top down Python From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1392253575 news.xs4all.nl 2837 [2001:888:2000:d::a6]:56678 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:66127 On Thu, Feb 13, 2014 at 11:26 AM, Cousin Stanley wrote: >> .... >> 3) Create terminal window with size 64x20 >> (which, IMO, is tiny) >> .... > > Maybe .... > > 64 characters x 20 lines Yes, but still tiny. Normal minimum would be 80x25 (maybe 80x24). I like to go a lot larger. When I'm compiling code, I generally maximize the window - on today's system, that's 190x51 - and for MUDding, I'll usually go for roughly 90x=E2=88=9E, because I can. :) My current MUD windo= w is 89x32 visible, 89x=E2=88=9E stored. 64x20 means everything's going to wr= ap, and it won't take much to push text off the "screen". ChrisA