Eval on click, fix reopen buffers, detecting change

This commit is contained in:
krzosa
2025-05-02 12:53:13 +02:00
parent d7908bee54
commit 4871494c50
13 changed files with 90 additions and 101 deletions

View File

@@ -47,4 +47,6 @@ bool IsValid(Process *process);
void KillProcess(Process *process);
String PollStdout(Allocator allocator, Process *process);
void WriteStdin(Process *process, String string);
void CloseStdin(Process *process);
void CloseStdin(Process *process);
double get_time_in_micros(void);