mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Prompt for Lua script or shell command in interactive session
This commit is contained in:
parent
bb3636e2d5
commit
f148a1413c
5 changed files with 28 additions and 5 deletions
|
|
@ -29,5 +29,5 @@ typedef enum
|
|||
SCRIPT_RUN_END,
|
||||
} script_run_t;
|
||||
|
||||
void script_run(int fd);
|
||||
void script_run(int fd, const char *script_filename);
|
||||
const char *script_run_state_to_string(script_run_t state);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue