Changeset 670cfcf in mainline for uspace/app/terminal/terminal.h


Ignore:
Timestamp:
2019-11-21T16:24:16Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
38e5f36c
Parents:
8b1ce56
Message:

Optimize terminal rendering

This is pretty much equivalent of what vterm/terminal widget achieve via
surface damage tracking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/terminal/terminal.h

    r8b1ce56 r670cfcf  
    4343#include <gfx/bitmap.h>
    4444#include <gfx/context.h>
     45#include <gfx/coord.h>
    4546#include <io/chargrid.h>
    4647#include <io/con_srv.h>
     
    5859        sysarg_t w;
    5960        sysarg_t h;
     61        gfx_rect_t update;
    6062
    6163        fibril_mutex_t mtx;
Note: See TracChangeset for help on using the changeset viewer.