Changeset 8565a42 in mainline for uspace/lib/gui/terminal.h
- Timestamp:
- 2018-03-02T20:34:50Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a1a81f69, d5e5fd1
- Parents:
- 3061bc1 (diff), 34e1206 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-02 20:34:50)
- git-committer:
- GitHub <noreply@…> (2018-03-02 20:34:50)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gui/terminal.h
r3061bc1 r8565a42 52 52 typedef struct terminal { 53 53 widget_t widget; 54 54 55 55 fibril_mutex_t mtx; 56 56 link_t link; 57 57 atomic_t refcnt; 58 58 59 59 prodcons_t input_pc; 60 60 char char_remains[UTF8_CHAR_BUFFER_SIZE]; 61 61 size_t char_remains_len; 62 62 63 63 sysarg_t cols; 64 64 sysarg_t rows; … … 66 66 chargrid_t *backbuf; 67 67 sysarg_t top_row; 68 68 69 69 service_id_t dsid; 70 70 con_srvs_t srvs;
Note:
See TracChangeset
for help on using the changeset viewer.