1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 11:43:13 +02:00

core: add signals "layout_buffers_applied" and "layout_windows_applied" (closes #2167)

This commit is contained in:
Sébastien Helleu
2024-08-16 12:36:31 +02:00
parent 4de6fa11d5
commit c8dffad56c
7 changed files with 54 additions and 0 deletions
+8
View File
@@ -12286,6 +12286,14 @@ List of signals sent by WeeChat and plugins:
| String: key combo.
| Key combo in _cursor_ context.
| weechat | [[hook_signal_layout_buffers_applied]] layout_buffers_applied | 4.4.0
| String: layout name.
| Layout applied for buffers.
| weechat | [[hook_signal_layout_windows_applied]] layout_windows_applied | 4.4.0
| String: layout name.
| Layout applied for windows.
| weechat | [[hook_signal_mouse_enabled]] mouse_enabled | 1.1
| -
| Mouse enabled.
+8
View File
@@ -12539,6 +12539,14 @@ Liste des signaux envoyés par WeeChat et les extensions :
| Chaîne : combinaison de touches.
| Combinaison de touches dans le contexte _cursor_.
| weechat | [[hook_signal_layout_buffers_applied]] layout_buffers_applied | 4.4.0
| Chaîne: nom de la disposition.
| Disposition appliquée pour les tampons.
| weechat | [[hook_signal_layout_windows_applied]] layout_windows_applied | 4.4.0
| Chaîne: nom de la disposition.
| Disposition appliquée pour les fenêtres.
| weechat | [[hook_signal_mouse_enabled]] mouse_enabled | 1.1
| -
| Souris activée.
+10
View File
@@ -12810,6 +12810,16 @@ List of signals sent by WeeChat and plugins:
| String: key combo.
| Key combo in _cursor_ context.
// TRANSLATION MISSING
| weechat | [[hook_signal_layout_buffers_applied]] layout_buffers_applied | 4.4.0
| String: layout name.
| Layout applied for buffers.
// TRANSLATION MISSING
| weechat | [[hook_signal_layout_windows_applied]] layout_windows_applied | 4.4.0
| String: layout name.
| Layout applied for windows.
// TRANSLATION MISSING
| weechat | [[hook_signal_mouse_enabled]] mouse_enabled | 1.1
| -
+10
View File
@@ -12464,6 +12464,16 @@ WeeChat とプラグインが送信するシグナルのリスト:
| String: キーの組み合わせ
| _cursor_ コンテキスト内のキーの組み合わせ
// TRANSLATION MISSING
| weechat | [[hook_signal_layout_buffers_applied]] layout_buffers_applied | 4.4.0
| String: layout name.
| Layout applied for buffers.
// TRANSLATION MISSING
| weechat | [[hook_signal_layout_windows_applied]] layout_windows_applied | 4.4.0
| String: layout name.
| Layout applied for windows.
| weechat | [[hook_signal_mouse_enabled]] mouse_enabled | 1.1
| -
| マウスが有効化された
+10
View File
@@ -11967,6 +11967,16 @@ struct t_hook *weechat_hook_signal (const char *signal,
| Стринг: комбинација тастера.
| Комбинација тастера у _cursor_ контексту.
// TRANSLATION MISSING
| weechat | [[hook_signal_layout_buffers_applied]] layout_buffers_applied | 4.4.0
| String: layout name.
| Layout applied for buffers.
// TRANSLATION MISSING
| weechat | [[hook_signal_layout_windows_applied]] layout_windows_applied | 4.4.0
| String: layout name.
| Layout applied for windows.
| weechat | [[hook_signal_mouse_enabled]] mouse_enabled | 1.1
| - |
Укључен је миш.