Go to file
blankie d5cf2584db
Fix read bug
Reproduction code:
import time
s = "--------- switch to main\n--------- switch to system\n"
print(s[:0xc], end='', flush=True)
time.sleep(1)
print(s[0xc:], end='', flush=True)
2023-01-20 21:31:07 +07:00
imgui@d7c8516a4b Update imgui 2023-01-06 23:25:04 +07:00
.gitignore Use fontconfig 2023-01-07 16:15:21 +07:00
.gitmodules Initial commit 2022-12-31 15:35:58 +07:00
Makefile Parse logcat entries 2023-01-19 23:34:03 +07:00
arb.h Handle lines from stdout and stderr 2023-01-19 15:25:29 +07:00
config.cpp Rewrite errno handling 2023-01-17 22:35:08 +07:00
config.h Add ability to change font sizes 2023-01-08 23:12:22 +07:00
event_loop.cpp Parse logcat entries 2023-01-19 23:34:03 +07:00
event_loop.h Add inter-thread communication 2023-01-18 23:34:17 +07:00
fonts.cpp Use fontconfig 2023-01-07 16:15:21 +07:00
fonts.h Use fontconfig 2023-01-07 16:15:21 +07:00
log.cpp Refactor logging 2023-01-16 15:56:07 +07:00
log.h Refactor logging 2023-01-16 15:56:07 +07:00
logcat_entry.cpp Parse logcat entries 2023-01-19 23:34:03 +07:00
logcat_entry.h Parse logcat entries 2023-01-19 23:34:03 +07:00
logcat_thread.cpp Fix read bug 2023-01-20 21:31:07 +07:00
logcat_thread.h Parse logcat entries 2023-01-19 23:34:03 +07:00
main.cpp Add inter-thread communication 2023-01-18 23:34:17 +07:00
misc.cpp Rewrite errno handling 2023-01-17 22:35:08 +07:00
misc.h Rewrite errno handling 2023-01-17 22:35:08 +07:00
myimconfig.h Add non-debug checks 2023-01-18 23:37:37 +07:00
pcre2_wrapper.cpp Parse logcat entries 2023-01-19 23:34:03 +07:00
pcre2_wrapper.h Parse logcat entries 2023-01-19 23:34:03 +07:00