diff options
author | Jacob Moody <moody@posixcafe.org> | 2022-09-23 07:48:44 +0000 |
---|---|---|
committer | Jacob Moody <moody@posixcafe.org> | 2022-09-23 07:48:44 +0000 |
commit | cb48bfc1bf62da782515ce127b6c8a24b816df2b (patch) | |
tree | 5c5a532b3820b2b773bd5212b812424d13e5c315 /sys/src/cmd/fontsel.c | |
parent | f466d4a75b8027f195c79e67d898c0da23811f47 (diff) |
fontsel: Japanese sample text
Diffstat (limited to 'sys/src/cmd/fontsel.c')
-rw-r--r-- | sys/src/cmd/fontsel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/fontsel.c b/sys/src/cmd/fontsel.c index 9553643fc..9f6f145d0 100644 --- a/sys/src/cmd/fontsel.c +++ b/sys/src/cmd/fontsel.c @@ -38,6 +38,7 @@ static char *textdef[] = { "Gud hjälpe Zorns mö qvickt få byxa?", "Разъярённый чтец эгоистично бьёт пятью", "жердями шустрого фехтовальщика.", + "今日も一日がんばるぞい!", "", "static int", "dosomestuff(Stuff *s, char *t, int n)", |