Changeset 1a96db9 in mainline for uspace/lib/output/include/io


Ignore:
Timestamp:
2025-10-08T18:09:09Z (3 weeks ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
c111da2
Parents:
32ae27bb
Message:

Implement carriage return in console.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/output/include/io/chargrid.h

    r32ae27bb r1a96db9  
    11/*
     2 * Copyright (c) 2025 Jiri Svoboda
    23 * Copyright (c) 2011 Martin Decky
    34 * All rights reserved.
     
    8182extern sysarg_t chargrid_putuchar(chargrid_t *, char32_t, bool);
    8283extern sysarg_t chargrid_newline(chargrid_t *);
     84extern sysarg_t chargrid_cr(chargrid_t *);
    8385extern sysarg_t chargrid_tabstop(chargrid_t *, sysarg_t);
    8486extern sysarg_t chargrid_backspace(chargrid_t *);
Note: See TracChangeset for help on using the changeset viewer.