Changes in uspace/lib/c/generic/io/console.c [4afb6c9:d6c4d40] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/io/console.c
r4afb6c9 rd6c4d40 290 290 exch = async_exchange_begin(ctrl->output_sess); 291 291 req = async_send_2(exch, CONSOLE_MAP, cols, rows, &answer); 292 if (rc != EOK) 293 goto error; 292 294 293 295 asize = PAGES2SIZE(SIZE2PAGES(cols * rows * sizeof(charfield_t)));
Note:
See TracChangeset
for help on using the changeset viewer.