Changeset 01cd15bc in mainline for uspace/app
- Timestamp:
- 2026-03-08T20:03:42Z (10 days ago)
- Branches:
- master
- Children:
- f6304727
- Parents:
- 96ef0d1e
- File:
-
- 1 edited
-
uspace/app/terminal/terminal.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/terminal/terminal.c
r96ef0d1e r01cd15bc 724 724 { 725 725 terminal_t *term = srv_to_terminal(srv); 726 bool cursor; 726 727 727 728 fibril_mutex_lock(&term->mtx); … … 749 750 750 751 for (sysarg_t col = c0; col < c1; col++) { 752 cursor = cells[col].cursor; 751 753 cells[col] = charfield_to_termui_cell(term, &term->ubuf[row * term->ucols + col]); 754 cells[col].cursor = cursor; 752 755 } 753 756
Note:
See TracChangeset
for help on using the changeset viewer.
