From 3eea7a245a7ed49127a222628543f9509a6ff2b6 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Thu, 16 Dec 2021 17:11:12 +0100 Subject: Switched most buffers to wide chars, added general ref class, now clear mpd errors, added track and command completion --- history.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'history.h') diff --git a/history.h b/history.h index dda356f..bbf4faa 100644 --- a/history.h +++ b/history.h @@ -1,6 +1,6 @@ #pragma once -#include "link.h" +#include "list.h" #include "wchar.h" @@ -38,3 +38,6 @@ void inputln_right(struct inputln *line); void inputln_addch(struct inputln *line, wchar_t c); void inputln_del(struct inputln *line, int n); + +void inputln_copy(struct inputln *dst, struct inputln *src); +void inputln_replace(struct inputln *line, const wchar_t *str); -- cgit v1.2.3-71-gd317