Re: svn commit: r261585 - head/sys/dev/vt/hw/vga

2014-02-07 Thread Aleksandr Rybalko
On 7 лютого 2014 р. 23:27:58 GMT+02:00, Ed Schouten wrote: >Hi Aleksandr, > >On 7 February 2014 16:10, Aleksandr Rybalko wrote: >> On Fri, 7 Feb 2014 15:04:47 +0100 >> Ed Schouten wrote: >>> On 7 February 2014 13:39, Aleksandr Rybalko wrote: >> Also people asking me about advanced features of v

Re: svn commit: r261585 - head/sys/dev/vt/hw/vga

2014-02-07 Thread Ed Schouten
Hi Aleksandr, On 7 February 2014 16:10, Aleksandr Rybalko wrote: > On Fri, 7 Feb 2014 15:04:47 +0100 > Ed Schouten wrote: >> On 7 February 2014 13:39, Aleksandr Rybalko wrote: > Also people asking me about advanced features of vt(9), like use > multiple displays. I'm not sure, but signed coordi

Re: svn commit: r261585 - head/sys/dev/vt/hw/vga

2014-02-07 Thread Aleksandr Rybalko
On Fri, 7 Feb 2014 15:04:47 +0100 Ed Schouten wrote: > Hi Aleksandr, > > On 7 February 2014 13:39, Aleksandr Rybalko wrote: > > +static void > > +vga_setpixel(struct vt_device *vd, int x, int y, term_color_t color) > > +{ > > +} > > + > > +static void > > +vga_drawrect(struct vt_device *vd, int

Re: svn commit: r261585 - head/sys/dev/vt/hw/vga

2014-02-07 Thread Ed Schouten
Hi Aleksandr, On 7 February 2014 13:39, Aleksandr Rybalko wrote: > +static void > +vga_setpixel(struct vt_device *vd, int x, int y, term_color_t color) > +{ > +} > + > +static void > +vga_drawrect(struct vt_device *vd, int x1, int y1, int x2, int y2, int fill, > +term_color_t color) > +{ > +}