Changes in uspace/lib/c/generic/io/chargrid.c [68f1254c:ed88c8e] 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
r68f1254c red88c8e 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 268 265 scrbuf->col = col; 269 266 scrbuf->row = row;
Note:
See TracChangeset
for help on using the changeset viewer.
