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

2016-11-27 Thread Yong Bakos
On Nov 21, 2016, at 1:26 PM, Bryce Harrington wrote: > > Add support for basic text file loading, to facilitate more expansive > testing of its UTF-8 text editing support. > > Signed-off-by: Bryce Harrington This patch checks the command line options for a filename, prints the new usage string

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

2016-11-21 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 | 67 +++- 1 file changed, 62 insertions(+), 5 deletions(-) diff --git a/clie