On 05/21/2010 04:54 AM, Gerd Hoffmann wrote:
Add a new cursor type to console.h and a bunch of functions to
deal with cursors the (new) cursor.c file.
Signed-off-by: Gerd Hoffmann
Applied all. Thanks.
Regards,
Anthony Liguori
---
Makefile.objs |3 +-
console.h |
On Fri, May 21, 2010 at 12:29 PM, Anthony Liguori wrote:
> On 05/21/2010 04:54 AM, Gerd Hoffmann wrote:
>>
>> Add a new cursor type to console.h and a bunch of functions to
>> deal with cursors the (new) cursor.c file.
>>
>> Signed-off-by: Gerd Hoffmann
>>
>
> I like this implementation. Blue, ar
On 05/21/2010 04:54 AM, Gerd Hoffmann wrote:
Add a new cursor type to console.h and a bunch of functions to
deal with cursors the (new) cursor.c file.
Signed-off-by: Gerd Hoffmann
I like this implementation. Blue, are you happy with it?
Regards,
Anthony Liguori
---
Makefile.objs
Add a new cursor type to console.h and a bunch of functions to
deal with cursors the (new) cursor.c file.
Signed-off-by: Gerd Hoffmann
---
Makefile.objs |3 +-
console.h | 24 ++-
cursor.c| 210 +++
cursor_hid
+static const char cursor_left_ptr_32[32*32] = {
+""
+" X "
+" XX "
+" X.X"
+" X..X "
+" X...X
On 5/6/10, Gerd Hoffmann wrote:
> >
> > > +static const char cursor_left_ptr_32[32*32] = {
> > > +""
> > > +" X "
> > > +" XX "
> > > +" X.X"
> > > +" X..X
On 5/5/10, Gerd Hoffmann wrote:
> Add a new cursor type to console.h and a bunch of functions to
> deal with cursors the (new) cursor.c file.
>
> Signed-off-by: Gerd Hoffmann
> ---
> Makefile.objs |3 +-
> console.h | 24 ++-
> cursor.c | 208
>
Add a new cursor type to console.h and a bunch of functions to
deal with cursors the (new) cursor.c file.
Signed-off-by: Gerd Hoffmann
---
Makefile.objs |3 +-
console.h | 24 ++-
cursor.c | 208 +
3 files changed, 232 i