summaryrefslogtreecommitdiffstats
path: root/smenu.h
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2023-03-24 23:19:22 +0100
committerpgen <p.gen.progs@gmail.com>2023-03-24 23:19:22 +0100
commitbcb8aea7105daa17b0af7e438e7dd11bb7db7b08 (patch)
tree418c5fedf9d869d348b443fd14ecf4d26ff040d4 /smenu.h
parent31983d548dcdcf9a48d1e63ed68368315473d8b8 (diff)
Various alignment fixes and tunings
- Allows alignment of word containing spaces. - Alignments with RE should ignore leading/trailing spaces. - Also some dead code removal.
Diffstat (limited to 'smenu.h')
-rw-r--r--smenu.h2
1 files changed, 1 insertions, 1 deletions
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);