Changeset 49382384 in mainline


Ignore:
Timestamp:
2020-10-05T09:37:06Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
83b4a13b
Parents:
95d60ed
git-author:
Jiri Svoboda <jiri@…> (2020-10-03 09:36:46)
git-committer:
Jiri Svoboda <jiri@…> (2020-10-05 09:37:06)
Message:

Add remaining printable ASCII characters

Location:
uspace
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/fontedit/fontedit.c

    r95d60ed r49382384  
    412412        rc = font_edit_paint_preview_str(fedit, 20, 80,
    413413            "the quick brown fox jumps over the lazy dog");
     414        if (rc != EOK)
     415                return rc;
     416
     417        rc = font_edit_paint_preview_str(fedit, 20, 100,
     418            "0123456789,./<>?;'\\:\"|[]{}`~!@#$%^&*()-_=+");
    414419        if (rc != EOK)
    415420                return rc;
Note: See TracChangeset for help on using the changeset viewer.