1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00
profanity/src/command
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
..
cmd_ac.c Merge pull request #1815 from H3rnand3zzz/feature/the-client-switcher 2023-04-09 18:24:23 +02:00
cmd_ac.h slightly improve command_defs[] 2023-01-18 20:02:46 +01:00
cmd_defs.c Add limitation info about /statusbar chat user|jid 2023-04-10 20:22:40 +02:00
cmd_defs.h Update copyright year 2023-01-10 10:37:25 +01:00
cmd_funcs.c Merge pull request #1815 from H3rnand3zzz/feature/the-client-switcher 2023-04-09 18:24:23 +02:00
cmd_funcs.h slightly improve command_defs[] 2023-01-18 20:02:46 +01:00