action: simplify action_prompt_command()

This commit is contained in:
tokyo4j 2025-10-01 11:54:26 +09:00 committed by Hiroaki Yamamoto
parent 2f96664670
commit 5f981226c2
4 changed files with 46 additions and 123 deletions

View file

@ -1,12 +0,0 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef LABWC_ACTION_PROMPT_COMMAND_H
#define LABWC_ACTION_PROMPT_COMMAND_H
struct buf;
struct action;
struct theme;
void action_prompt_command(struct buf *buf, const char *format,
struct action *action, struct theme *theme);
#endif /* LABWC_ACTION_PROMPT_COMMAND_H */