Bill Allombert on Wed, 13 Jan 2016 23:31:28 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Support trailing semicolon in gp_read_str_multiline() |
On Tue, Jan 12, 2016 at 06:12:26PM +0100, Jeroen Demeyer wrote: > On 2016-01-12 16:38, Bill Allombert wrote: > >The issue is that gp does not display '123' put still put 123 in the result > >history: > >? a=123; > >? % > >%2 = 123 > >But with your patch, gp_read_str_multiline() do not allow to do it. > > Here is a new version which returns the last character of the > filtered input. Applied thanks! Cheers, Bill.