Eval on click, fix reopen buffers, detecting change
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user