1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00
profanity/src
Michael Vetter 38c32be14c Distinguish between _win_print() and _win_printf()
_win_print() and _win_printf() sound like they are the same. But
actually they are something totally different.

I renamed _win_print() to _win_print_internal() for that reason. It's
more about actually drawing to the ncurses window.

_win_printf() calls _win_print() and also writes the text to the window
buffer. Which _win_print() didn't, it was really just the ncurses
specific things.

In some cases there is _win_print_internal() called after a
buffer_append() in those cases it might be more correct to actually call
_win_printf().
It was not done so far. But probably is better. But will mean a bit more
operations.

I'll have to check this later.
2020-02-12 08:32:34 +01:00
..
command xep-0308: update the UI upon sending a corrected message 2020-02-11 15:26:58 +01:00
config xep-0308: make correction.char themeable 2020-02-10 14:58:22 +01:00
event xep-0308: update the UI upon sending a corrected message 2020-02-11 15:26:58 +01:00
omemo Add context to autocomplete_with_func and use it for omemo trust command 2020-01-31 10:07:08 +01:00
otr xep-0308: update the UI upon sending a corrected message 2020-02-11 15:26:58 +01:00
pgp Add context to autocomplete_with_func and use it for omemo trust command 2020-01-31 10:07:08 +01:00
plugins Add vim modeline 2019-11-13 12:11:05 +01:00
tools Add context to autocomplete_with_func and use it for omemo trust command 2020-01-31 10:07:08 +01:00
ui Distinguish between _win_print() and _win_printf() 2020-02-12 08:32:34 +01:00
xmpp xep-0308: Implement /correct to correct the last send message 2020-02-10 16:17:01 +01:00
common.c Update my Copyright to 2020 2020-01-03 19:52:31 +01:00
common.h Add vim modeline 2019-11-13 12:11:05 +01:00
log.c Add vim modeline 2019-11-13 12:11:05 +01:00
log.h Add vim modeline 2019-11-13 12:11:05 +01:00
main.c Update my Copyright to 2020 2020-01-03 19:52:31 +01:00
profanity.c Update my Copyright to 2020 2020-01-03 19:52:31 +01:00
profanity.h Update my Copyright to 2020 2020-01-03 19:52:31 +01:00