Re: [PATCH weston] terminal: Document console codes less cryptically

2016-06-16 Thread Hardening
Le 16/06/2016 03:36, Bryce Harrington a écrit : > C.f. http://man7.org/linux/man-pages/man4/console_codes.4.html > > Signed-off-by: Bryce Harrington Definitely an improvement. Reviewed-by: David Fort > --- > clients/terminal.c | 72 > +++--- >

Re: [PATCH weston] terminal: Document console codes less cryptically

2016-06-16 Thread Derek Foreman
On 15/06/16 08:36 PM, Bryce Harrington wrote: > C.f. http://man7.org/linux/man-pages/man4/console_codes.4.html > > Signed-off-by: Bryce Harrington Looks fine to me Reviewed-by: Derek Foreman > --- > clients/terminal.c | 72 > +++--- > 1 file ch

[PATCH weston] terminal: Document console codes less cryptically

2016-06-15 Thread Bryce Harrington
C.f. http://man7.org/linux/man-pages/man4/console_codes.4.html Signed-off-by: Bryce Harrington --- clients/terminal.c | 72 +++--- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/clients/terminal.c b/clients/terminal.c index a70fef3