Changes in uspace/lib/c/generic/io/chargrid.c [ed88c8e:68f1254c] in mainline
- File:
-
- 1 edited
-
uspace/lib/c/generic/io/chargrid.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/io/chargrid.c
red88c8e 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.
