Changeset 1a96db9 in mainline for uspace/lib/output/include/io
- Timestamp:
- 2025-10-08T18:09:09Z (3 weeks ago)
- Branches:
- master
- Children:
- c111da2
- Parents:
- 32ae27bb
- File:
-
- 1 edited
-
uspace/lib/output/include/io/chargrid.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/output/include/io/chargrid.h
r32ae27bb r1a96db9 1 1 /* 2 * Copyright (c) 2025 Jiri Svoboda 2 3 * Copyright (c) 2011 Martin Decky 3 4 * All rights reserved. … … 81 82 extern sysarg_t chargrid_putuchar(chargrid_t *, char32_t, bool); 82 83 extern sysarg_t chargrid_newline(chargrid_t *); 84 extern sysarg_t chargrid_cr(chargrid_t *); 83 85 extern sysarg_t chargrid_tabstop(chargrid_t *, sysarg_t); 84 86 extern sysarg_t chargrid_backspace(chargrid_t *);
Note:
See TracChangeset
for help on using the changeset viewer.
