From bcb8aea7105daa17b0af7e438e7dd11bb7db7b08 Mon Sep 17 00:00:00 2001 From: pgen Date: Fri, 24 Mar 2023 23:19:22 +0100 Subject: Various alignment fixes and tunings - Allows alignment of word containing spaces. - Alignments with RE should ignore leading/trailing spaces. - Also some dead code removal. --- smenu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smenu.h') diff --git a/smenu.h b/smenu.h index 164fc1e..93e61fc 100644 --- a/smenu.h +++ b/smenu.h @@ -682,4 +682,4 @@ get_clicked_index(win_t * win, term_t * term, int line_click, int column_click, int * error); void -align_word(word_t * word, alignment_t alignment, size_t prerfix); +align_word(word_t * word, alignment_t alignment, size_t prerfix, char sp); -- cgit v1.2.3