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
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
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
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)
> +{
> +}