1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00
profanity/src
Michael Vetter e3820d7037 Add limitation info about /statusbar chat user|jid
While testing https://github.com/profanity-im/profanity/pull/1817
we found that:

```
/statusbar show name (I have this off by default
/msg someone where I chose someone in my roster that has a nick assigned
/statusbar chat jid
```

Will only take effect upon creation or redraw of that tab.
Reason is that we do this in create_tab to limit building this
dynamically.

Let's leave it like it is but add a note to users.
Not worth build that string all the time.
2023-04-10 20:22:40 +02:00
..
command Add limitation info about /statusbar chat user|jid 2023-04-10 20:22:40 +02:00
config Merge pull request #1815 from H3rnand3zzz/feature/the-client-switcher 2023-04-09 18:24:23 +02:00
event Fix empty window after reconnect 2023-04-02 21:53:12 +03:00
omemo User proper ellipsis char 2023-04-09 12:19:18 +02:00
otr User proper ellipsis char 2023-04-09 12:19:18 +02:00
pgp Adapt to g_string_free glib 2.75.3 change 2023-03-21 10:53:10 +01:00
plugins Adapt to g_string_free glib 2.75.3 change 2023-03-21 10:53:10 +01:00
tools fix memory leak 2023-04-04 10:58:52 +02:00
ui Fixes Statusbar tabs and Cleanup 2023-04-10 16:28:44 +02:00
xmpp Merge pull request #1815 from H3rnand3zzz/feature/the-client-switcher 2023-04-09 18:24:23 +02:00
chatlog.c Update copyright year 2023-01-10 10:37:25 +01:00
chatlog.h Split log.c into log.c and chatlog.c 2022-06-28 20:08:38 +02:00
common.c Adapt to g_string_free glib 2.75.3 change 2023-03-21 10:53:10 +01:00
common.h Remove space to match clang coding style 2023-01-26 17:43:04 +01:00
database.c fix more memory leaks 2023-01-18 20:11:13 +01:00
database.h Update copyright year 2023-01-10 10:37:25 +01:00
log.c Fix typos and update codespell configuration 2023-04-03 13:25:25 +01:00
log.h minor changes 2023-01-18 20:02:46 +01:00
main.c Update copyright year 2023-01-10 10:37:25 +01:00
profanity.c User proper ellipsis char 2023-04-09 12:19:18 +02:00
profanity.h Update copyright year 2023-01-10 10:37:25 +01:00