From b5186a5a724649e9eb71fdfbaf3c2a84b36d7c9c Mon Sep 17 00:00:00 2001 From: seivarya Date: Sat, 20 Jun 2026 18:46:10 +0530 Subject: [fix]: fixed incorrect rendering of words due to missing delimeters --- include/reader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/reader.h b/include/reader.h index 8b61e6c..27b7a90 100644 --- a/include/reader.h +++ b/include/reader.h @@ -67,6 +67,6 @@ int get_cursor_pos(int *rows, int *cols); int get_window_size(int *rows, int *cols); int is_number(char *strnum); -size_t split(const std::string &txt, std::vector &strings, char ch); +size_t split(const std::string &txt, std::vector &strings, const std::string &delims); -- cgit v1.2.3