Re: [PATCH weston 3/3] editor: Load a file if specified on command line

2016-11-21 Thread Bryce Harrington
On Mon, Nov 21, 2016 at 12:55:14PM +, Daniel Stone wrote: > Hi Bryce, > > On 20 November 2016 at 22:00, Bryce Harrington wrote: > > Add support for basic text file loading, to facilitate more expansive > > testing of its UTF-8 text editing support. > > Honestly, I question the value of turni

Re: [PATCH weston 3/3] editor: Load a file if specified on command line

2016-11-21 Thread Daniel Stone
Hi Bryce, On 20 November 2016 at 22:00, Bryce Harrington wrote: > Add support for basic text file loading, to facilitate more expansive > testing of its UTF-8 text editing support. Honestly, I question the value of turning the editor into something 'real': as soon as we're adding a --version arg

[PATCH weston 3/3] editor: Load a file if specified on command line

2016-11-20 Thread Bryce Harrington
Add support for basic text file loading, to facilitate more expansive testing of its UTF-8 text editing support. Signed-off-by: Bryce Harrington --- clients/editor.c | 115 --- 1 file changed, 110 insertions(+), 5 deletions(-) diff --git a/cli