Changeset 27386e6a in mainline


Ignore:
Timestamp:
2006-06-02T23:10:54Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6c46350
Parents:
0bf84cc
Message:

Fix styling for sysio.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fb/sysio.c

    r0bf84cc r27386e6a  
    7373        char control[20];
    7474       
    75         snprintf(control, 20, "\033[%df", mode);
     75        snprintf(control, 20, "\033[%dm", mode);
    7676        sysputs(control);
    7777}
Note: See TracChangeset for help on using the changeset viewer.