Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/io/chargrid.c

    r68f1254c red88c8e  
    263263void chargrid_set_cursor(chargrid_t *scrbuf, sysarg_t col, sysarg_t row)
    264264{
    265         if (col >= scrbuf->cols || row >= scrbuf->rows)
    266                 return;
    267 
    268265        scrbuf->col = col;
    269266        scrbuf->row = row;
Note: See TracChangeset for help on using the changeset viewer.