In message ,
=?utf-8?B?5b6M6Je
k5aSn5Zyw?= writes:
>
> > 2018/07/07 8:53ãHiroki Sato ã®ã¡ã¼ã«:
> >
> > Daichi GOTO wrote
> > in <201807061207.w66c76cr043...@repo.freebsd.org>:
> >
> > da> Author: daichi
> > da> Date: Fri Jul 6 12:07:06 2018
> > da> New Revision: 336028
> > da> URL: htt
> 2018/07/07 8:53、Hiroki Sato のメール:
>
> Daichi GOTO wrote
> in <201807061207.w66c76cr043...@repo.freebsd.org>:
>
> da> Author: daichi
> da> Date: Fri Jul 6 12:07:06 2018
> da> New Revision: 336028
> da> URL: https://svnweb.freebsd.org/changeset/base/336028
> da>
> da> Log:
> da> Changed to
Daichi GOTO wrote
in <201807061207.w66c76cr043...@repo.freebsd.org>:
da> Author: daichi
da> Date: Fri Jul 6 12:07:06 2018
da> New Revision: 336028
da> URL: https://svnweb.freebsd.org/changeset/base/336028
da>
da> Log:
da> Changed to eliminate the upper limit of command length displayed
da>
Surely. I think your advice is appropriate.
Could you please commit?
> 2018/07/06 22:04、Sean Bruno のメール:
>
>
>
> On 07/06/18 06:07, Daichi GOTO wrote:
>> -static char next_msg[MAX_COLS + 5];
>> +static char *next_msg = NULL;
>> static int msglen = 0;
>> /* Invariant: msglen is always the length
On 07/06/18 06:07, Daichi GOTO wrote:
> -static char next_msg[MAX_COLS + 5];
> +static char *next_msg = NULL;
> static int msglen = 0;
> /* Invariant: msglen is always the length of the message currently displayed
> on the screen (even when next_msg doesn't contain that message). */
gcc no
Author: daichi
Date: Fri Jul 6 12:07:06 2018
New Revision: 336028
URL: https://svnweb.freebsd.org/changeset/base/336028
Log:
Changed to eliminate the upper limit of command length displayed
by "-a" and expand to match terminal width
Reviewed by: eadler
Approved by: gnn (mentor)
Dif