Re: [U-Boot] [PATCH 09/14] New command clear: Clear the ANSI terminal

2012-02-13 Thread Mike Frysinger
On Wednesday 25 January 2012 15:53:51 Marek Vasut wrote: On Wednesday 25 January 2012 19:10:03 Marek Vasut wrote: Do you seriously need a new command for such a simple operation? Yes, command clear is really usefull for debugging framebuffer output on n900. Ok, let's see what the

Re: [U-Boot] [PATCH 09/14] New command clear: Clear the ANSI terminal

2012-01-25 Thread Marek Vasut
* Command can be enabled by CONFIG_CMD_CLEAR * Added some ANSI escape codes definitions in common.h Signed-off-by: Pali Rohár pali.ro...@gmail.com Cc: Marcel Mol mar...@mesa.nl Do you seriously need a new command for such a simple operation? M --- Changes since original version: -

Re: [U-Boot] [PATCH 09/14] New command clear: Clear the ANSI terminal

2012-01-25 Thread Pali Rohár
On Wednesday 25 January 2012 19:10:03 Marek Vasut wrote: Do you seriously need a new command for such a simple operation? Yes, command clear is really usefull for debugging framebuffer output on n900. -- Pali Rohár pali.ro...@gmail.com signature.asc Description: This is a digitally signed

Re: [U-Boot] [PATCH 09/14] New command clear: Clear the ANSI terminal

2012-01-25 Thread Marek Vasut
On Wednesday 25 January 2012 19:10:03 Marek Vasut wrote: Do you seriously need a new command for such a simple operation? Yes, command clear is really usefull for debugging framebuffer output on n900. Ok, let's see what the other people think, I'm opposed tho

[U-Boot] [PATCH 09/14] New command clear: Clear the ANSI terminal

2012-01-24 Thread Pali Rohár
* Command can be enabled by CONFIG_CMD_CLEAR * Added some ANSI escape codes definitions in common.h Signed-off-by: Pali Rohár pali.ro...@gmail.com Cc: Marcel Mol mar...@mesa.nl --- Changes since original version: - Renamed command clr to clear - Use puts instead printf - Move cursor to