diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-11 06:26:04 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-11 06:26:39 -0400 |
| commit | d92bf1f7cf76d0c678ccbaea10a5ff6d41630e52 (patch) | |
| tree | d890d17b83013c6f0a975f8431d478eff94f5542 /src/edbox.h | |
| parent | ea47f06b8fa0ebab649ea1f7b323246d7e482438 (diff) | |
| download | fujinet-chat-d92bf1f7cf76d0c678ccbaea10a5ff6d41630e52.tar.gz | |
Remove server/nick prompts from client, add a separate config tool that loads as an init segment, with lots more options.
Diffstat (limited to 'src/edbox.h')
| -rw-r--r-- | src/edbox.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/edbox.h b/src/edbox.h index 3344353..548dc87 100644 --- a/src/edbox.h +++ b/src/edbox.h @@ -20,16 +20,5 @@ void edbox_putc(char c); is pressed, edbox_callback gets called (if it's set!) */ void edbox_keystroke(void); -/* append a string to the edit box. */ -void edbox_append(char *s); - -/* explicitly set the edit box's contents. wipes out whatever was there - before. */ -void edbox_preset(char *s); - -/* read a complete line into the edit box; doesn't return until the user - pressed Return. copies it to dest, up to len characters. */ -void edbox_readline(char *dest, char len); - /* called when the user presses Return */ extern void (*edbox_callback)(void); |
