From eb6f7a82045ad78553fca98c54a51366c55bd7a4 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sat, 26 Jul 2025 00:37:43 +0300 Subject: implemented the (typeout) command for printing to the terminal from the current buffer * refactored some code that is common with Xq into teco_get_range_args(). --- src/stdio-commands.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/stdio-commands.h') diff --git a/src/stdio-commands.h b/src/stdio-commands.h index 33b2594..b6870e7 100644 --- a/src/stdio-commands.h +++ b/src/stdio-commands.h @@ -16,7 +16,11 @@ */ #pragma once +#include + #include "parser.h" TECO_DECLARE_STATE(teco_state_print_decimal); TECO_DECLARE_STATE(teco_state_print_string); + +void teco_state_start_typeout(teco_machine_main_t *ctx, GError **error); -- cgit v1.2.3