Changeset a116f7f2 in mainline
- Timestamp:
- 2014-09-07T15:32:12Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7947c34
- Parents:
- fff4f21
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gui/terminal.c
rfff4f21 ra116f7f2 254 254 255 255 bool front_visibility = 256 chargrid_get_cursor_visibility(term->frontbuf); 256 chargrid_get_cursor_visibility(term->frontbuf) && 257 term->widget.window->is_focused; 257 258 bool back_visibility = 258 259 chargrid_get_cursor_visibility(term->backbuf);
Note:
See TracChangeset
for help on using the changeset viewer.