diff --git a/ReleaseNotes.adoc b/ReleaseNotes.adoc index 9c1049d5c..f05282144 100644 --- a/ReleaseNotes.adoc +++ b/ReleaseNotes.adoc @@ -20,6 +20,16 @@ https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog] [[v3.3]] == Version 3.3 (under dev) +[[v3.3_typing_bar_item]] +=== Bar item "typing" + +A bar item called "typing" has been added to status bar by default. It is used +to display users that are currently typing a message on the current IRC channel +or private buffer. + +If you want to display typing notifications in the status bar, add ",[typing]" +in your option _weechat.bar.status.items_. + [[v3.3_ordered_hashtables]] === Ordered hashtables diff --git a/doc/de/weechat_user.de.adoc b/doc/de/weechat_user.de.adoc index 98274b939..8d6df1cf0 100644 --- a/doc/de/weechat_user.de.adoc +++ b/doc/de/weechat_user.de.adoc @@ -4819,8 +4819,8 @@ auch für die IRC-Erweiterung aktivieren: /set irc.look.typing_status_self on ---- -Dann müssen Sie das Bar-Item "typing" in eine Bar einfügen, zum Beispiel in -Option _weechat.bar.status.items_. +// TRANSLATION MISSING +The typing notifications are displayed at the end of the status bar. Beispiel für die Statusleiste mit dem "typing" Item: "bob" tippt gerade eine Nachricht und "alice" hat eine Nachricht getippt, machte aber eine Pause: diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index 40755ea49..aa88d7a99 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -4723,8 +4723,7 @@ If you want to use it, you must enable options in both typing and irc plugins: /set irc.look.typing_status_self on ---- -Then you must add the "typing" bar item in a bar, for example in option -_weechat.bar.status.items_. +The typing notifications are displayed at the end of the status bar. Example of status bar with the "typing" item: "bob" is typing a message and "alice" was typing a message but made a pause: diff --git a/doc/fr/weechat_user.fr.adoc b/doc/fr/weechat_user.fr.adoc index de0d818ac..bc3ef4a21 100644 --- a/doc/fr/weechat_user.fr.adoc +++ b/doc/fr/weechat_user.fr.adoc @@ -4889,8 +4889,7 @@ typing et irc : /set irc.look.typing_status_self on ---- -Puis vous devez ajouter l'objet de barre "typing" dans une barre, par exemple -dans l'option _weechat.bar.status.items_. +Les notifications "typing" sont affichées à la fin de la barre de statut. Exemple de barre de statut avec l'objet "typing" : "bob" écrit un message et "alice" était en train d'en écrire un mais a fait une pause : diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc index 375d8f24e..c81cd5780 100644 --- a/doc/it/weechat_user.it.adoc +++ b/doc/it/weechat_user.it.adoc @@ -5064,8 +5064,7 @@ If you want to use it, you must enable options in both typing and irc plugins: /set irc.look.typing_status_self on ---- -Then you must add the "typing" bar item in a bar, for example in option -_weechat.bar.status.items_. +The typing notifications are displayed at the end of the status bar. Example of status bar with the "typing" item: "bob" is typing a message and "alice" was typing a message but made a pause: diff --git a/doc/ja/weechat_user.ja.adoc b/doc/ja/weechat_user.ja.adoc index eb125c07e..a84b7abfd 100644 --- a/doc/ja/weechat_user.ja.adoc +++ b/doc/ja/weechat_user.ja.adoc @@ -4829,8 +4829,7 @@ If you want to use it, you must enable options in both typing and irc plugins: /set irc.look.typing_status_self on ---- -Then you must add the "typing" bar item in a bar, for example in option -_weechat.bar.status.items_. +The typing notifications are displayed at the end of the status bar. Example of status bar with the "typing" item: "bob" is typing a message and "alice" was typing a message but made a pause: diff --git a/doc/pl/weechat_user.pl.adoc b/doc/pl/weechat_user.pl.adoc index 4bf92b792..d90eec738 100644 --- a/doc/pl/weechat_user.pl.adoc +++ b/doc/pl/weechat_user.pl.adoc @@ -4752,8 +4752,7 @@ If you want to use it, you must enable options in both typing and irc plugins: /set irc.look.typing_status_self on ---- -Then you must add the "typing" bar item in a bar, for example in option -_weechat.bar.status.items_. +The typing notifications are displayed at the end of the status bar. Example of status bar with the "typing" item: "bob" is typing a message and "alice" was typing a message but made a pause: diff --git a/doc/sr/weechat_user.sr.adoc b/doc/sr/weechat_user.sr.adoc index 062db8619..ef5533f8e 100644 --- a/doc/sr/weechat_user.sr.adoc +++ b/doc/sr/weechat_user.sr.adoc @@ -4393,8 +4393,7 @@ If you want to use it, you must enable options in both typing and irc plugins: /set irc.look.typing_status_self on ---- -Then you must add the "typing" bar item in a bar, for example in option -_weechat.bar.status.items_. +The typing notifications are displayed at the end of the status bar. Example of status bar with the "typing" item: "bob" is typing a message and "alice" was typing a message but made a pause: diff --git a/src/gui/gui-bar-item.c b/src/gui/gui-bar-item.c index dc70639db..929c869fb 100644 --- a/src/gui/gui-bar-item.c +++ b/src/gui/gui-bar-item.c @@ -73,7 +73,7 @@ char *gui_bar_items_default_for_bars[][2] = { GUI_BAR_DEFAULT_NAME_STATUS, "[time],[buffer_last_number],[buffer_plugin],buffer_number+:+" "buffer_name+(buffer_modes)+{buffer_nicklist_count}+buffer_zoom+" - "buffer_filter,scroll,[lag],[hotlist],completion" }, + "buffer_filter,scroll,[lag],[hotlist],[typing],completion" }, { GUI_BAR_DEFAULT_NAME_NICKLIST, "buffer_nicklist" }, { NULL,