mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-21 12:16:21 +00:00
Add quote autocompletion for previous messages
Fixes https://github.com/profanity-im/profanity/issues/1649 Type `>` then press tab or shift tab to autocomplete previous messages, then type your reply and send message. Newlines are replaced with newline followed by `> `. A newline is added at the end so that the user can immediately type a message without manually adding a new line.
This commit is contained in:
@@ -93,4 +93,6 @@ void win_sub_page_up(ProfWin* window);
|
||||
void win_insert_last_read_position_marker(ProfWin* window, char* id);
|
||||
void win_remove_entry_message(ProfWin* window, const char* const id);
|
||||
|
||||
char* win_quote_autocomplete(ProfWin* window, const char* const input, gboolean previous);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user