Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #66127
| 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 | 2014-02-13 12:06 +1100 |
| Subject | Re: Top down Python |
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.6812.1392253575.18130.python-list@python.org> (permalink) |
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 | Next — Previous in thread | Find similar | Unroll 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