Re: [Rd] patch: automatically adjust width option when terminal is resized

2017-09-01 Thread Ralf Goertz
Am Fri, 1 Sep 2017 14:11:19 -0500 (CDT) schrieb luke-tier...@uiowa.edu: > On Fri, 1 Sep 2017, Ralf Goertz wrote: > > > > On the other > > hand, the documentation says > > > > ‘width’: controls the maximum number of columns on a line > > used in … > > ‘Print.h’ and can be chang

Re: [Rd] patch: automatically adjust width option when terminal is resized

2017-09-01 Thread luke-tierney
Accidentally dropped R-devel from this reply. On Fri, 1 Sep 2017, luke-tier...@uiowa.edu wrote: On Fri, 1 Sep 2017, Ralf Goertz wrote: Am Fri, 1 Sep 2017 07:20:58 -0500 (CDT) schrieb luke-tier...@uiowa.edu: On Fri, 1 Sep 2017, Ralf Goertz wrote: Many good programs like vim adjust their in

Re: [Rd] patch: automatically adjust width option when terminal is resized

2017-09-01 Thread Ralf Goertz
Am Fri, 1 Sep 2017 07:20:58 -0500 (CDT) schrieb luke-tier...@uiowa.edu: > On Fri, 1 Sep 2017, Ralf Goertz wrote: > > > Many good programs like vim adjust their internal width > > representation automatically. Why shouldn't R do the same? It seems > > quite easy, at least when readline is used: >

Re: [Rd] patch: automatically adjust width option when terminal is resized

2017-09-01 Thread luke-tierney
On Fri, 1 Sep 2017, Ralf Goertz wrote: Am Mon, 28 Aug 2017 09:33:31 +0200 schrieb Ralf Goertz : Hello, me again Hi, I guess there have been discussions about this in the past and from what I understood hooking an R-function to facilitate automatic adjustment is problematic. So why not doing

Re: [Rd] patch: automatically adjust width option when terminal is resized

2017-09-01 Thread Ralf Goertz
Am Mon, 28 Aug 2017 09:33:31 +0200 schrieb Ralf Goertz : Hello, me again > Hi, > > I guess there have been discussions about this in the past and from > what I understood hooking an R-function to facilitate automatic > adjustment is problematic. So why not doing it like this: would anybody car

[Rd] patch: automatically adjust width option when terminal is resized

2017-08-28 Thread Ralf Goertz
Hi, I guess there have been discussions about this in the past and from what I understood hooking an R-function to facilitate automatic adjustment is problematic. So why not doing it like this: --- R-3.4.1/src/unix/sys-std.c 2017-03-24 00:03:59.0 +0100 +++ R-3.4.1/src/unix/sys-std.patche