Changeset 68f1254c in mainline for uspace/lib/c/generic/io/chargrid.c
- Timestamp:
- 2018-12-30T11:49:13Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e8d3165e
- Parents:
- 59cce22
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/io/chargrid.c
r59cce22 r68f1254c 263 263 void chargrid_set_cursor(chargrid_t *scrbuf, sysarg_t col, sysarg_t row) 264 264 { 265 if (col >= scrbuf->cols || row >= scrbuf->rows) 266 return; 267 265 268 scrbuf->col = col; 266 269 scrbuf->row = row;
Note:
See TracChangeset
for help on using the changeset viewer.