Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/congfx/private/console.h

    rbea947f r7470d97  
    11/*
    2  * Copyright (c) 2019 Jiri Svoboda
     2 * Copyright (c) 2021 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    3939
    4040#include <gfx/context.h>
     41#include <io/charfield.h>
    4142#include <io/console.h>
    4243#include <io/pixel.h>
     
    5455        /** Console bounding rectangle */
    5556        gfx_rect_t rect;
     57        /** Clipping rectangle */
     58        gfx_rect_t clip_rect;
    5659        /** File for printing characters */
    5760        FILE *fout;
    5861        /** Current drawing color */
    5962        pixel_t clr;
     63        /** Shared console buffer */
     64        charfield_t *buf;
    6065};
    6166
Note: See TracChangeset for help on using the changeset viewer.