Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #66127

Re: Top down Python

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 <rosuav@gmail.com>
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 <ldh3eu$n80$1@dont-email.me>
References <mailman.6729.1392188714.18130.python-list@python.org> <ldf8i5$hhk$1@reader1.panix.com> <mailman.6731.1392191435.18130.python-list@python.org> <ldh3eu$n80$1@dont-email.me>
Date Thu, 13 Feb 2014 12:06:12 +1100
Subject Re: Top down Python
From Chris Angelico <rosuav@gmail.com>
Cc "python-list@python.org" <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 <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.6812.1392253575.18130.python-list@python.org> (permalink)
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

Show key headers only | View raw


On Thu, Feb 13, 2014 at 11:26 AM, Cousin Stanley
<cousinstanley@gmail.com> 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∞, because I can. :) My current MUD window
is 89x32 visible, 89x∞ stored. 64x20 means everything's going to wrap,
and it won't take much to push text off the "screen".

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Top down Python John Allsup <pydev@allsup.co> - 2014-02-12 07:05 +0000
  Re: Top down Python John Gordon <gordon@panix.com> - 2014-02-12 07:40 +0000
    Re: Top down Python Chris Angelico <rosuav@gmail.com> - 2014-02-12 18:50 +1100
      Re: Top down Python Cousin Stanley <cousinstanley@gmail.com> - 2014-02-12 17:26 -0700
        Re: Top down Python Chris Angelico <rosuav@gmail.com> - 2014-02-13 12:06 +1100

csiph-web