Re: [U-Boot] [PATCH v2 05/11] cfb_console: Add functions for moving with cursor

2012-04-29 Thread Pali Rohár
On Sunday 29 April 2012 00:18:21 Marek Vasut wrote: Dear Pali Rohár, * console_cursor_fix - fix cursor position (check for out of screen) * console_cursor_up, console_cursor_down, console_cursor_left, console_cursor_right, console_cursor_set_position for change cursor

Re: [U-Boot] [PATCH v2 05/11] cfb_console: Add functions for moving with cursor

2012-04-29 Thread Marek Vasut
Dear Pali Rohár, On Sunday 29 April 2012 00:18:21 Marek Vasut wrote: Dear Pali Rohár, * console_cursor_fix - fix cursor position (check for out of screen) * console_cursor_up, console_cursor_down, console_cursor_left, console_cursor_right, console_cursor_set_position

Re: [U-Boot] [PATCH v2 05/11] cfb_console: Add functions for moving with cursor

2012-04-29 Thread Wolfgang Denk
Dear Pali =?ISO-8859-1?Q?Roh=E1r?=, In message 1704132.kQI9AKOLjq@pali you wrote: How/where do you use these? Documentation entry is missing and there're no comments in the code. In ansi terminal. I cannot parse this. Where is the documentation? Best regards, Wolfgang Denk -- DENX

[U-Boot] [PATCH v2 05/11] cfb_console: Add functions for moving with cursor

2012-04-28 Thread Pali Rohár
* console_cursor_fix - fix cursor position (check for out of screen) * console_cursor_up, console_cursor_down, console_cursor_left, console_cursor_right, console_cursor_set_position for change cursor position * console_newline - added param to specify count of creating new lines *

Re: [U-Boot] [PATCH v2 05/11] cfb_console: Add functions for moving with cursor

2012-04-28 Thread Marek Vasut
Dear Pali Rohár, * console_cursor_fix - fix cursor position (check for out of screen) * console_cursor_up, console_cursor_down, console_cursor_left, console_cursor_right, console_cursor_set_position for change cursor position * console_newline - added param to specify count of creating