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
2020-02-03 16:25:10 +01:00
2018-01-21 15:00:02 +00:00
2016-03-09 12:55:57 +01:00
2020-02-03 16:25:50 +01:00
2019-07-18 09:07:57 +02:00
2020-02-07 21:46:16 +01:00
2016-02-24 00:31:55 +00:00
2020-02-07 21:49:21 +01:00
2019-07-23 09:25:17 +02:00
2012-02-20 20:07:38 +00:00
2019-04-24 01:08:38 +02:00
2019-12-18 15:44:59 +01:00
2019-07-11 14:25:42 +02:00
2020-02-07 21:47:41 +01:00
2019-12-18 16:06:42 +01:00
2019-12-12 15:05:04 +01:00
2020-02-08 09:28:41 +01:00

Profanity Build Status

Profanity is a console based XMPP client inspired by Irssi.

If you like Profanity consider becoming a sponsor or donate some money.

What goes around comes around!

alt tag

See the User Guide for information on installing and using Profanity.

Homepage: https://profanity-im.github.io/

Mailing List: https://groups.google.com/forum/#!forum/profanitydev

MUC: profanity@rooms.dismail.de

Plugins repository: https://github.com/profanity-im/profanity-plugins

Description
No description provided
Readme 40 MiB
Languages
C 95.2%
Python 1.7%
Makefile 0.9%
M4 0.8%
Shell 0.7%
Other 0.6%