1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00
profanity/src
John Hernandez 6b2e1b28b2
Remove unnecessary input win redisplay
The redisplay function in keyboard handling event was introduced by @rodarima
in the following commit:
7eac636fc8

At the point first commit introduction it made sense, but later
the following commit added proper handling of input redisplay.
ccede06a65

This change was overlooked by me and introduced in #1943.

Potential solution for #1947.
2024-01-18 18:15:55 +01:00
..
command Less GString usage 2023-12-12 18:27:11 +01:00
config Improve const correctness 2023-12-12 18:27:09 +01:00
event Fix when feature discovery is finished 2023-12-28 19:21:27 +01:00
omemo Introduce equals_our_barejid() 2023-12-12 18:27:02 +01:00
otr g_free() to auto_gfree, introduce auto_guchar 2023-07-13 17:04:59 +02:00
pgp Introduce a shared implementation for keyfile loading 2023-09-04 09:59:09 +02:00
plugins Simplify usage of roster_get_display_name() 2023-12-12 18:27:11 +01:00
tools add connection_get_jid() 2023-12-12 18:26:21 +01:00
ui Remove unnecessary input win redisplay 2024-01-18 18:15:55 +01:00
xmpp Fix when feature discovery is finished 2023-12-28 19:21:27 +01:00
chatlog.c add connection_get_jid() 2023-12-12 18:26:21 +01:00
chatlog.h Split log.c into log.c and chatlog.c 2022-06-28 20:08:38 +02:00
common.c Rework OMEMO handling on disconnect 2023-12-12 18:26:21 +01:00
common.h Rework OMEMO handling on disconnect 2023-12-12 18:26:21 +01:00
database.c Fix overscrolling issue 2023-12-21 17:32:30 +01:00
database.h Fix my email address 2023-07-31 16:51:58 +02:00
log.c Fix some more char* -> gchar*. 2023-08-31 23:14:02 +02:00
log.h Fix some more char* -> gchar*. 2023-08-31 23:14:02 +02:00
main.c Add helper function to create version string 2023-07-25 20:58:15 +02:00
profanity.c Fix chat state updating 2023-12-28 18:09:50 +01:00
profanity.h Implement keyboard input using GIOChannel 2023-12-28 18:09:50 +01:00