Changeset 899bdfd in mainline for uspace/app/terminal/terminal.h
- Timestamp:
- 2024-09-12T13:14:20Z (18 months ago)
- Branches:
- master
- Children:
- 4c2339b
- Parents:
- dd50aa19
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2024-09-12 11:47:56)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2024-09-12 13:14:20)
- File:
-
- 1 edited
-
uspace/app/terminal/terminal.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/terminal/terminal.h
rdd50aa19 r899bdfd 45 45 #include <gfx/context.h> 46 46 #include <gfx/coord.h> 47 #include <io/chargrid.h>48 47 #include <io/con_srv.h> 49 48 #include <loc.h> … … 51 50 #include <str.h> 52 51 #include <task.h> 52 #include <termui.h> 53 53 #include <ui/ui.h> 54 54 #include <ui/window.h> … … 81 81 size_t char_remains_len; 82 82 83 sysarg_t cols; 84 sysarg_t rows; 85 chargrid_t *frontbuf; 86 chargrid_t *backbuf; 87 sysarg_t top_row; 83 termui_t *termui; 84 85 termui_color_t default_bgcolor; 86 termui_color_t default_fgcolor; 87 termui_color_t emphasis_bgcolor; 88 termui_color_t emphasis_fgcolor; 89 termui_color_t selection_bgcolor; 90 termui_color_t selection_fgcolor; 88 91 89 92 sysarg_t ucols;
Note:
See TracChangeset
for help on using the changeset viewer.
