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 -

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_

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 cur

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 creatin

[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 * console_pr