core: add option "close" in command /window (closes #853)

v2.8-utf8proc
Sébastien Helleu 2019-06-17 21:08:07 +02:00
parent e5f963f78a
commit f15a24b2ec
30 changed files with 538 additions and 316 deletions

View File

@ -20,6 +20,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
New features::
* core: add option "close" in command /window (issue #853)
* api: add argument "strip_items" in function string_split
* exec: evaluate option exec.command.shell, change default value to "${env:SHELL}" (issue #1356)

View File

@ -33,8 +33,9 @@
| /UMODE | /mode $nick | -
| /V | /command core version | -
| /W | /who | -
| /WC | /window merge | -
| /WC | /window close | -
| /WI | /whois | -
| /WII | /whois $1 $1 | -
| /WM | /window merge | -
| /WW | /whowas | -
|===

View File

@ -974,6 +974,7 @@ Beispiele:
resize [-window <number>] [h|v][+|-]<pct>
balance
merge [-window <number>] [all]
close [-window <number>]
page_up|page_down [-window <number>]
refresh
scroll [-window <number>] [+|-]<value>[s|m|h|d|M|y]
@ -983,59 +984,62 @@ Beispiele:
zoom [-window <number>]
bare [<delay>]
list: listet die geöffneten Fenster (ohne Angabe von Argumente wird diese Liste standardmäßig ausgegeben)
-1: springt zum vorherigen Fenster
+1: springt zum nächsten Fenster
b#: springt zum nächsten Fenster, welches die Buffer Nummer # besitzt
up: wechselt zum Fenster über dem aktuellen
down: wechselt zum Fenster unter dem aktuellen
left: wechselt zum linken Fenster
right: wechselt zum rechten Fenster
number: Nummer des Fensters (siehe /window list)
splith: teilt das aktuelle Fenster horizontal (um den Vorgang rückgängig zu machen: /window merge)
splitv: teilt das aktuelle Fenster vertikal (um den Vorgang rückgängig zu machen: /window merge)
resize: verändert die Größe des aktuellen Fensters. Die neue Größe des Fensters ist prozentual <pct> zum Stammfensters groß
wird "h" oder "v" angegeben, findet eine Größenanpassung des Stammfenster statt, sofern es vom selben Typ ist (horizontal/vertikal)
balance: passt die Größe aller Fenster an
merge: vereinigt Fenster miteinander (all = alle Fenster vereinigen)
page_up: scrollt eine Seite nach oben
page_down: scrollt eine Seite nach unten
refresh: Seite wird neu aufgebaut
scroll: scrollt eine Anzahl an Zeilen (+/-N) oder zu einer angegebenen Zeit: s=Sekunden, m=Minuten, h=Stunden, d=Tage, M=Monate, y=Jahre
scroll_horiz: scrollt horizontal eine Anzahl an Spalten (+/-N) oder prozentual von der Fenstergröße ausgehend (dieses scrolling ist nur in Buffern möglich die über einen freien Inhalt verfügen)
scroll_up: scrollt ein paar Zeilen nach oben
scroll_down: scrollt ein paar Zeilen nach unten
scroll_top: scrollt zum Anfang des Buffers
scroll_bottom: scrollt zum Ende des Buffers
scroll_beyond_end: scrollt über das Ende des Buffers hinaus
scroll_previous_highlight: scrollt zum vorherigen Hightlight
scroll_next_highlight: scrollt zum nächsten Highlight
scroll_unread: springt zur ersten ungelesenen Zeile in einem Buffer
swap: tauscht die Buffer von zwei Fenstern (mit optionaler Angabe für das Zielfenster)
zoom: vergrößert ein Fenster auf 100%
bare: wechselt zum einfachen Anzeigemodus (optional kann eine Wartezeit, in Sekunden, angegeben werden, wann zum Standardmodus zurück gewechselt werden soll)
list: list opened windows (without argument, this list is displayed)
-1: jump to previous window
+1: jump to next window
b#: jump to next window displaying buffer number #
up: switch to window above current one
down: switch to window below current one
left: switch to window on the left
right: switch to window on the right
number: window number (see /window list)
splith: split current window horizontally (to undo: /window merge)
splitv: split current window vertically (to undo: /window merge)
resize: resize window size, new size is <pct> percentage of parent window
if "h" or "v" is specified, the resize affects the nearest parent window with a split of this type (horizontal/vertical)
balance: balance the sizes of all windows
merge: merge window with another (all = keep only one window)
close: close window
page_up: scroll one page up
page_down: scroll one page down
refresh: refresh screen
scroll: scroll a number of lines (+/-N) or with time: s=seconds, m=minutes, h=hours, d=days, M=months, y=years
scroll_horiz: scroll horizontally a number of columns (+/-N) or percentage of window size (this scrolling is possible only on buffers with free content)
scroll_up: scroll a few lines up
scroll_down: scroll a few lines down
scroll_top: scroll to top of buffer
scroll_bottom: scroll to bottom of buffer
scroll_beyond_end: scroll beyond the end of buffer
scroll_previous_highlight: scroll to previous highlight
scroll_next_highlight: scroll to next highlight
scroll_unread: scroll to unread marker
swap: swap buffers of two windows (with optional direction for target window)
zoom: zoom on window
bare: toggle bare display (with optional delay in seconds for automatic return to standard display mode)
Bei splith und splitv gibt "pct" die neue Größe des Fensters im Verhältnis zur aktuellen Größe an. Zum Beispiel würde ein Wert von 25 bedeuten, dass das neue Fenster nur noch ein Viertel der Größe des alten Fensters besitzt.
For splith and splitv, pct is a percentage which represents size of new window, computed with current window as size reference. For example 25 means create a new window with size = current_size / 4
Beispiele:
springt zum Fenster mit dem Buffer #1:
Examples:
jump to window displaying buffer #1:
/window b1
scrollt zwei Zeilen hoch:
scroll 2 lines up:
/window scroll -2
scrollt zwei Tage hoch: /window scroll -2d
scroll 2 days up:
/window scroll -2d
scrollt zum Beginn des aktuellen Tages:
scroll to beginning of current day:
/window scroll -d
Fenster #2 wird vergrößert:
zoom on window #2:
/window zoom -window 2
teilt das Fenster horizontal, wobei das obere Fenster 30% an Platz zugeteilt bekommt:
split window horizontally using 30% of space for the window on top:
/window splith 30
ändert die Größe auf 75% des Stammfensters:
resize window to 75% of the parent window size:
/window resize 75
die vertikale Aufteilung um 10% vergrößern:
resize vertical split, add 10% in size:
/window resize v+10
eine Teilung wird rückgängig gemacht:
remove the split, keep the current window:
/window merge
aktiviert den einfachen Anzeigemodus für zwei Sekunden:
close the current window:
/window close
enable bare display for 2 seconds:
/window bare 2
----

View File

@ -33,8 +33,9 @@
| /UMODE | /mode $nick | -
| /V | /command core version | -
| /W | /who | -
| /WC | /window merge | -
| /WC | /window close | -
| /WI | /whois | -
| /WII | /whois $1 $1 | -
| /WM | /window merge | -
| /WW | /whowas | -
|===

View File

@ -974,6 +974,7 @@ Examples:
resize [-window <number>] [h|v][+|-]<pct>
balance
merge [-window <number>] [all]
close [-window <number>]
page_up|page_down [-window <number>]
refresh
scroll [-window <number>] [+|-]<value>[s|m|h|d|M|y]
@ -998,6 +999,7 @@ Examples:
if "h" or "v" is specified, the resize affects the nearest parent window with a split of this type (horizontal/vertical)
balance: balance the sizes of all windows
merge: merge window with another (all = keep only one window)
close: close window
page_up: scroll one page up
page_down: scroll one page down
refresh: refresh screen
@ -1034,8 +1036,10 @@ Examples:
/window resize 75
resize vertical split, add 10% in size:
/window resize v+10
remove the split:
remove the split, keep the current window:
/window merge
close the current window:
/window close
enable bare display for 2 seconds:
/window bare 2
----

View File

@ -33,8 +33,9 @@
| /UMODE | /mode $nick | -
| /V | /command core version | -
| /W | /who | -
| /WC | /window merge | -
| /WC | /window close | -
| /WI | /whois | -
| /WII | /whois $1 $1 | -
| /WM | /window merge | -
| /WW | /whowas | -
|===

View File

@ -974,6 +974,7 @@ Exemples :
resize [-window <numéro>] [h|v][+|-]<pct>
balance
merge [-window <numéro>] [all]
close [-window <numéro>]
page_up|page_down [-window <numéro>]
refresh
scroll [-window <numéro>] [+|-]<valeur>[s|m|h|d|M|y]
@ -998,6 +999,7 @@ Exemples :
si "h" ou "v" est spécifié, le redimensionnement affecte la fenêtre parente la plus proche avec un découpage de ce type (horizontal/vertical)
balance : équilibrer la taille de toutes les fenêtres
merge : fusionner la fenêtre avec une autre
close : fermer la fenêtre
page_up : faire défiler d'une page vers le haut
page_down : faire défiler d'une page vers le bas
refresh : redessiner l'écran
@ -1034,8 +1036,10 @@ Exemples :
/window resize 75
redimensionner le découpage vertical, ajouter 10% dans la taille :
/window resize v+10
supprimer l'éclatement :
supprimer l'éclatement, garder la fenêtre courante :
/window merge
fermer la fenêtre courante :
/window close
activer le mode d'affichage dépouillé pendant 2 secondes :
/window bare 2
----

View File

@ -33,8 +33,9 @@
| /UMODE | /mode $nick | -
| /V | /command core version | -
| /W | /who | -
| /WC | /window merge | -
| /WC | /window close | -
| /WI | /whois | -
| /WII | /whois $1 $1 | -
| /WM | /window merge | -
| /WW | /whowas | -
|===

View File

@ -974,6 +974,7 @@ Examples:
resize [-window <number>] [h|v][+|-]<pct>
balance
merge [-window <number>] [all]
close [-window <number>]
page_up|page_down [-window <number>]
refresh
scroll [-window <number>] [+|-]<value>[s|m|h|d|M|y]
@ -998,6 +999,7 @@ Examples:
if "h" or "v" is specified, the resize affects the nearest parent window with a split of this type (horizontal/vertical)
balance: balance the sizes of all windows
merge: merge window with another (all = keep only one window)
close: close window
page_up: scroll one page up
page_down: scroll one page down
refresh: refresh screen
@ -1034,8 +1036,10 @@ Examples:
/window resize 75
resize vertical split, add 10% in size:
/window resize v+10
remove the split:
remove the split, keep the current window:
/window merge
close the current window:
/window close
enable bare display for 2 seconds:
/window bare 2
----

View File

@ -33,8 +33,9 @@
| /UMODE | /mode $nick | -
| /V | /command core version | -
| /W | /who | -
| /WC | /window merge | -
| /WC | /window close | -
| /WI | /whois | -
| /WII | /whois $1 $1 | -
| /WM | /window merge | -
| /WW | /whowas | -
|===

View File

@ -974,6 +974,7 @@ command: 実行するコマンド (コマンドが '/' で始まらない場合
resize [-window <number>] [h|v][+|-]<pct>
balance
merge [-window <number>] [all]
close [-window <number>]
page_up|page_down [-window <number>]
refresh
scroll [-window <number>] [+|-]<value>[s|m|h|d|M|y]
@ -983,59 +984,62 @@ command: 実行するコマンド (コマンドが '/' で始まらない場合
zoom [-window <number>]
bare [<delay>]
list: 開けられたウィンドウのリストアップ (引数無しの場合、このリストが表示されます)
-1: 前のウィンドウに移動
+1: 次のウィンドウに移動
b#: バッファ番号 # のウィンドウに移動
up: 現在のウィンドウの上のウィンドウに移動
down: 現在のウィンドウの下のウィンドウに移動
left: 左のウィンドウに移動
right: 右のウィンドウに移動
number: ウィンドウ番号 (/window list を参照してください)
splith: 現在のウィンドウを水平分割 (/window merge で元に戻る)
splitv: 現在のウィンドウを垂直分割 (/window merge で元に戻る)
resize: ウィンドウサイズの変更、新しいサイズは親ウィンドウの <pct> パーセントで指定
"h" または "v" を指定した場合、最近接の親ウィンドウの横幅または縦幅を変更
balance: 全てのウィンドウのサイズを均等にする
merge: ウィンドウを他のものをマージする (all = 一つのウィンドウにまとめる)
page_up: 1 ページ分上方向にスクロール
page_down: 1 ページ分下方向にスクロール
refresh: 画面のリフレッシュ
scroll: 指定行数 (+/-N) か指定期間 (s=秒、m=分、h=時間、d=日、M=月、y=年) スクロール
scroll_horiz: 指定列数 (+/-N) かウィンドウサイズの割合で水平方向にスクロール (フリーコンテンツを含むバッファ以外は無効)
scroll_up: 数行分上方向にスクロール
scroll_down: 数行分下方向にスクロール
scroll_top: バッファの一番上にスクロール
scroll_bottom: バッファの一番下にスクロール
scroll_beyond_end: バッファの末尾を越えてスクロール
scroll_previous_highlight: 一つ前のハイライトにスクロール
scroll_next_highlight: 次のハイライトにスクロール
scroll_unread: 未読マーカにスクロール
swap: 2 つのウィンドウのバッファを入れ替え (ターゲットウィンドウの方向を任意指定)
zoom: ウィンドウを拡大
bare: 最小限表示を切り替える (自動的に標準表示モードに戻るまでの時間を秒単位で任意指定)
list: list opened windows (without argument, this list is displayed)
-1: jump to previous window
+1: jump to next window
b#: jump to next window displaying buffer number #
up: switch to window above current one
down: switch to window below current one
left: switch to window on the left
right: switch to window on the right
number: window number (see /window list)
splith: split current window horizontally (to undo: /window merge)
splitv: split current window vertically (to undo: /window merge)
resize: resize window size, new size is <pct> percentage of parent window
if "h" or "v" is specified, the resize affects the nearest parent window with a split of this type (horizontal/vertical)
balance: balance the sizes of all windows
merge: merge window with another (all = keep only one window)
close: close window
page_up: scroll one page up
page_down: scroll one page down
refresh: refresh screen
scroll: scroll a number of lines (+/-N) or with time: s=seconds, m=minutes, h=hours, d=days, M=months, y=years
scroll_horiz: scroll horizontally a number of columns (+/-N) or percentage of window size (this scrolling is possible only on buffers with free content)
scroll_up: scroll a few lines up
scroll_down: scroll a few lines down
scroll_top: scroll to top of buffer
scroll_bottom: scroll to bottom of buffer
scroll_beyond_end: scroll beyond the end of buffer
scroll_previous_highlight: scroll to previous highlight
scroll_next_highlight: scroll to next highlight
scroll_unread: scroll to unread marker
swap: swap buffers of two windows (with optional direction for target window)
zoom: zoom on window
bare: toggle bare display (with optional delay in seconds for automatic return to standard display mode)
splith と splitv に関しては、pct は新しいウィンドウのパーセンテージで、現在のウィンドウサイズに対する割合で計算されます。例えば 25 は size = current_size / 4 の新しいウィンドウを作成します。
For splith and splitv, pct is a percentage which represents size of new window, computed with current window as size reference. For example 25 means create a new window with size = current_size / 4
:
バッファ #1 を表示しているウィンドウに移動:
Examples:
jump to window displaying buffer #1:
/window b1
2 行分上方向にスクロール:
scroll 2 lines up:
/window scroll -2
2 日分上方向にスクロール:
scroll 2 days up:
/window scroll -2d
今日の最初にスクロール:
scroll to beginning of current day:
/window scroll -d
ウィンドウ #2 を拡大:
zoom on window #2:
/window zoom -window 2
ウィンドウを水平分割 (上側ウィンドウの縦幅は現在のウィンドウの縦幅の 30%):
split window horizontally using 30% of space for the window on top:
/window splith 30
ウィンドウサイズを親ウィンドウサイズの 75% に変更:
resize window to 75% of the parent window size:
/window resize 75
ウィンドウサイズの横幅を 10% 増やす:
resize vertical split, add 10% in size:
/window resize v+10
分割を元に戻す:
remove the split, keep the current window:
/window merge
最小限表示を 2 秒間有効にする:
close the current window:
/window close
enable bare display for 2 seconds:
/window bare 2
----

View File

@ -33,8 +33,9 @@
| /UMODE | /mode $nick | -
| /V | /command core version | -
| /W | /who | -
| /WC | /window merge | -
| /WC | /window close | -
| /WI | /whois | -
| /WII | /whois $1 $1 | -
| /WM | /window merge | -
| /WW | /whowas | -
|===

View File

@ -968,74 +968,78 @@ Przykłady:
----
/window list
-1|+1|b#|up|down|left|right [-window <numer>]
<numer>
splith|splitv [-window <numer>] [<pct>]
resize [-window <numer>] [h|v][+|-]<pct>
-1|+1|b#|up|down|left|right [-window <number>]
<number>
splith|splitv [-window <number>] [<pct>]
resize [-window <number>] [h|v][+|-]<pct>
balance
merge [-window <numer>] [all]
page_up|page_down [-window <numer>]
merge [-window <number>] [all]
close [-window <number>]
page_up|page_down [-window <number>]
refresh
scroll [-window <numer>] [+|-]<wartość>[s|m|h|d|M|y]
scroll_horiz [-window <numer>] [+|-]<wartość>[%]
scroll_up|scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window <numer>]
swap [-window <numer>] [up|down|left|right]
zoom [-window <numer>]
bare [<opóźnienie>]
scroll [-window <number>] [+|-]<value>[s|m|h|d|M|y]
scroll_horiz [-window <number>] [+|-]<value>[%]
scroll_up|scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window <number>]
swap [-window <number>] [up|down|left|right]
zoom [-window <number>]
bare [<delay>]
list: lista otwartych okien (bez argumentu wyświetlana jest ta lista)
-1: skok do poprzedniego okna
+1: skok do następnego okna
b#: skok do następnego okna pokazującego bufor o numerze #
up: przełączenie na okno ponad obecnym
down: przełączenie na okno pod obecnym
left: przełączenie na okno po lewej
right: przełączenie na okno po prawej
numer: okno numer (zobacz /window list)
splith: dzieli obecne okno poziomo
splitv: dzieli obecne okno pionowo
resize: zmienia rozmiar okna, nowy rozmiar to <pct> procent okna nadrzędnego
jeśli "h" lub "v" są podane, zmiana rozmiaru wpływa na najbliższe nadrzędne okno z podziałem tego typu (poziomy/pionowy)
balance: balansuje rozmiary pomiędzy oknami
merge: łączy okno z innym (all = posiadanie tylko jednego okna)
page_up: przewija stronę do góry
page_down: przewija stronę w dół
refresh: odświeża ekran
scroll: przewija ilość linii (+/-N) lub o czas: s=sekundy, m=minuty, h=godziny, d=dni, M=miesiące, y=lata
scroll_horiz: przewija poziomo ilość kolumn (+/-N) lub procent rozmiaru okna (takie przewijanie jest możliwe tylko w buforach z wolną zawartością)
scroll_up: przewija kilka linii w gorę
scroll_down: przewija kilka linii w dół
scroll_top: przewija na samą górę bufora
scroll_bottom: przewija na spód bufora
scroll_beyond_end: przewija poza koniec bufora
scroll_previous_highlight: przewija do poprzedniego highlighta
scroll_next_highlight: przewija do następnego highlighta
scroll_unread: przewija do znacznika nie przeczytania
swap: zamienia bufory między dwoma oknami (z opcjonalnym kierunkiem dla docelowego okna)
zoom: powiększa okno
bare: przełącza niesformatowane wysiwetlanie (z opcjonalnym czasem, po jakim nastąpi automatyczny powrót do standardowego trybu)
list: list opened windows (without argument, this list is displayed)
-1: jump to previous window
+1: jump to next window
b#: jump to next window displaying buffer number #
up: switch to window above current one
down: switch to window below current one
left: switch to window on the left
right: switch to window on the right
number: window number (see /window list)
splith: split current window horizontally (to undo: /window merge)
splitv: split current window vertically (to undo: /window merge)
resize: resize window size, new size is <pct> percentage of parent window
if "h" or "v" is specified, the resize affects the nearest parent window with a split of this type (horizontal/vertical)
balance: balance the sizes of all windows
merge: merge window with another (all = keep only one window)
close: close window
page_up: scroll one page up
page_down: scroll one page down
refresh: refresh screen
scroll: scroll a number of lines (+/-N) or with time: s=seconds, m=minutes, h=hours, d=days, M=months, y=years
scroll_horiz: scroll horizontally a number of columns (+/-N) or percentage of window size (this scrolling is possible only on buffers with free content)
scroll_up: scroll a few lines up
scroll_down: scroll a few lines down
scroll_top: scroll to top of buffer
scroll_bottom: scroll to bottom of buffer
scroll_beyond_end: scroll beyond the end of buffer
scroll_previous_highlight: scroll to previous highlight
scroll_next_highlight: scroll to next highlight
scroll_unread: scroll to unread marker
swap: swap buffers of two windows (with optional direction for target window)
zoom: zoom on window
bare: toggle bare display (with optional delay in seconds for automatic return to standard display mode)
Dla splith i splitv, pct oznacza procent reprezentujący rozmiar nowego okna, wyliczony z obecnego okna jako odniesieniem. Na przykład 25 oznacza utworzenie nowego okna o rozmiarze = obecny_rozmiar / 4
For splith and splitv, pct is a percentage which represents size of new window, computed with current window as size reference. For example 25 means create a new window with size = current_size / 4
Przykłady:
skok do okna wyświetlającego bufor #1:
Examples:
jump to window displaying buffer #1:
/window b1
przewiń 2 linie do góry:
scroll 2 lines up:
/window scroll -2
przewiń 2 dni do góry:
scroll 2 days up:
/window scroll -2d
przewiń do początku obecnego dnia:
scroll to beginning of current day:
/window scroll -d
powiększ okno 2 #2:
zoom on window #2:
/window zoom -window 2
podziel okno poziomo dając 30%% miejsca oknu na górze:
split window horizontally using 30% of space for the window on top:
/window splith 30
zmienia rozmiar okna do 75% rozmiaru okna nadrzędnego:
resize window to 75% of the parent window size:
/window resize 75
zmienia rozmiar pionowego podziału, dodaje 10% do rozmiaru:
resize vertical split, add 10% in size:
/window resize v+10
usuń podział:
remove the split, keep the current window:
/window merge
włączenie trybu niesformatowanego na 2 sekundy:
close the current window:
/window close
enable bare display for 2 seconds:
/window bare 2
----

View File

@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2019-06-15 08:06+0200\n"
"POT-Creation-Date: 2019-06-17 13:21+0200\n"
"PO-Revision-Date: 2019-05-13 21:31+0200\n"
"Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -1086,6 +1086,14 @@ msgstr ""
"%sChyba: nemohu spojit okna, není zde další okno se stejnou velikostí poblíž "
"aktuálního okna"
#, fuzzy, c-format
msgid ""
"%sError: can not close window, there's no other window with same size near "
"current one"
msgstr ""
"%sChyba: nemohu spojit okna, není zde další okno se stejnou velikostí poblíž "
"aktuálního okna"
msgid "set or remove away status"
msgstr "nastavit nebo smazat \"away\" status"
@ -2646,13 +2654,13 @@ msgstr "spravuje okna"
msgid ""
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
"[+|-]<pct> || balance || merge [-window <number>] [all] || page_up|page_down "
"[-window <number>] || refresh || scroll [-window <number>] [+|-]<value>[s|m|"
"h|d|M|y] || scroll_horiz [-window <number>] [+|-]<value>[%] || scroll_up|"
"scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|"
"scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window "
"<number>] || swap [-window <number>] [up|down|left|right] || zoom [-window "
"<number>] || bare [<delay>]"
"[+|-]<pct> || balance || merge [-window <number>] [all] || close [-window "
"<number>] || page_up|page_down [-window <number>] || refresh || scroll [-"
"window <number>] [+|-]<value>[s|m|h|d|M|y] || scroll_horiz [-window "
"<number>] [+|-]<value>[%] || scroll_up|scroll_down|scroll_top|scroll_bottom|"
"scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|"
"scroll_unread [-window <number>] || swap [-window <number>] [up|down|left|"
"right] || zoom [-window <number>] || bare [<delay>]"
msgstr ""
"list || -1|+1|b#|up|down|left|right || splith|splitv [<pct>] || resize "
"[+/-]<pct> || balance || merge [all] || page_up|page_down || refresh || "
@ -2680,6 +2688,7 @@ msgid ""
"nearest parent window with a split of this type (horizontal/vertical)\n"
" balance: balance the sizes of all windows\n"
" merge: merge window with another (all = keep only one window)\n"
" close: close window\n"
" page_up: scroll one page up\n"
" page_down: scroll one page down\n"
" refresh: refresh screen\n"
@ -2723,8 +2732,10 @@ msgid ""
" /window resize 75\n"
" resize vertical split, add 10% in size:\n"
" /window resize v+10\n"
" remove the split:\n"
" remove the split, keep the current window:\n"
" /window merge\n"
" close the current window:\n"
" /window close\n"
" enable bare display for 2 seconds:\n"
" /window bare 2"
msgstr ""

View File

@ -24,7 +24,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2019-06-15 08:06+0200\n"
"POT-Creation-Date: 2019-06-17 13:21+0200\n"
"PO-Revision-Date: 2019-06-16 14:09+0200\n"
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
"Language-Team: German <kde-i18n-de@kde.org>\n"
@ -1132,6 +1132,14 @@ msgstr ""
"%sFehler: Fenster können nicht nicht zusammengefügt werden. Es existiert "
"kein Fenster mit derselben Größe neben dem aktuellen Fenster"
#, fuzzy, c-format
msgid ""
"%sError: can not close window, there's no other window with same size near "
"current one"
msgstr ""
"%sFehler: Fenster können nicht nicht zusammengefügt werden. Es existiert "
"kein Fenster mit derselben Größe neben dem aktuellen Fenster"
msgid "set or remove away status"
msgstr "Abwesenheitsstatus setzen oder entfernen"
@ -3174,17 +3182,17 @@ msgstr ""
msgid "manage windows"
msgstr "Fenster verwalten"
#, no-c-format
#, fuzzy, no-c-format
msgid ""
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
"[+|-]<pct> || balance || merge [-window <number>] [all] || page_up|page_down "
"[-window <number>] || refresh || scroll [-window <number>] [+|-]<value>[s|m|"
"h|d|M|y] || scroll_horiz [-window <number>] [+|-]<value>[%] || scroll_up|"
"scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|"
"scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window "
"<number>] || swap [-window <number>] [up|down|left|right] || zoom [-window "
"<number>] || bare [<delay>]"
"[+|-]<pct> || balance || merge [-window <number>] [all] || close [-window "
"<number>] || page_up|page_down [-window <number>] || refresh || scroll [-"
"window <number>] [+|-]<value>[s|m|h|d|M|y] || scroll_horiz [-window "
"<number>] [+|-]<value>[%] || scroll_up|scroll_down|scroll_top|scroll_bottom|"
"scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|"
"scroll_unread [-window <number>] || swap [-window <number>] [up|down|left|"
"right] || zoom [-window <number>] || bare [<delay>]"
msgstr ""
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
@ -3196,7 +3204,7 @@ msgstr ""
"<number>] || swap [-window <number>] [up|down|left|right] || zoom [-window "
"<number>] || bare [<delay>]"
#, no-c-format
#, fuzzy, no-c-format
msgid ""
" list: list opened windows (without argument, this list is "
"displayed)\n"
@ -3216,6 +3224,7 @@ msgid ""
"nearest parent window with a split of this type (horizontal/vertical)\n"
" balance: balance the sizes of all windows\n"
" merge: merge window with another (all = keep only one window)\n"
" close: close window\n"
" page_up: scroll one page up\n"
" page_down: scroll one page down\n"
" refresh: refresh screen\n"
@ -3259,8 +3268,10 @@ msgid ""
" /window resize 75\n"
" resize vertical split, add 10% in size:\n"
" /window resize v+10\n"
" remove the split:\n"
" remove the split, keep the current window:\n"
" /window merge\n"
" close the current window:\n"
" /window close\n"
" enable bare display for 2 seconds:\n"
" /window bare 2"
msgstr ""

View File

@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2019-06-15 08:06+0200\n"
"POT-Creation-Date: 2019-06-17 13:21+0200\n"
"PO-Revision-Date: 2019-05-13 21:31+0200\n"
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -1078,6 +1078,14 @@ msgstr ""
"%sError: no puede unir las ventanas, no hay ninguna otra ventana con el "
"mismo tamaño de la actual"
#, fuzzy, c-format
msgid ""
"%sError: can not close window, there's no other window with same size near "
"current one"
msgstr ""
"%sError: no puede unir las ventanas, no hay ninguna otra ventana con el "
"mismo tamaño de la actual"
#, fuzzy
msgid "set or remove away status"
msgstr "activa/desactiva el estado ausente"
@ -2747,13 +2755,13 @@ msgstr "gestión de ventanas"
msgid ""
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
"[+|-]<pct> || balance || merge [-window <number>] [all] || page_up|page_down "
"[-window <number>] || refresh || scroll [-window <number>] [+|-]<value>[s|m|"
"h|d|M|y] || scroll_horiz [-window <number>] [+|-]<value>[%] || scroll_up|"
"scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|"
"scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window "
"<number>] || swap [-window <number>] [up|down|left|right] || zoom [-window "
"<number>] || bare [<delay>]"
"[+|-]<pct> || balance || merge [-window <number>] [all] || close [-window "
"<number>] || page_up|page_down [-window <number>] || refresh || scroll [-"
"window <number>] [+|-]<value>[s|m|h|d|M|y] || scroll_horiz [-window "
"<number>] [+|-]<value>[%] || scroll_up|scroll_down|scroll_top|scroll_bottom|"
"scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|"
"scroll_unread [-window <number>] || swap [-window <number>] [up|down|left|"
"right] || zoom [-window <number>] || bare [<delay>]"
msgstr ""
"list || -1|+1|b#|up|down|left|right [-window <número>] || <número> || splith|"
"splitv [-window <número>] [<pct>] || resize [-window <número>] [+/-]<pct> || "
@ -2784,6 +2792,7 @@ msgid ""
"nearest parent window with a split of this type (horizontal/vertical)\n"
" balance: balance the sizes of all windows\n"
" merge: merge window with another (all = keep only one window)\n"
" close: close window\n"
" page_up: scroll one page up\n"
" page_down: scroll one page down\n"
" refresh: refresh screen\n"
@ -2827,8 +2836,10 @@ msgid ""
" /window resize 75\n"
" resize vertical split, add 10% in size:\n"
" /window resize v+10\n"
" remove the split:\n"
" remove the split, keep the current window:\n"
" /window merge\n"
" close the current window:\n"
" /window close\n"
" enable bare display for 2 seconds:\n"
" /window bare 2"
msgstr ""

View File

@ -21,8 +21,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2019-06-15 08:06+0200\n"
"PO-Revision-Date: 2019-06-15 08:07+0200\n"
"POT-Creation-Date: 2019-06-17 13:21+0200\n"
"PO-Revision-Date: 2019-06-17 19:24+0200\n"
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: fr\n"
@ -1109,6 +1109,14 @@ msgstr ""
"%sErreur : impossible de fusionner les fenêtres, aucune autre fenêtre avec "
"la même taille à coté de la fenêtre actuelle"
#, c-format
msgid ""
"%sError: can not close window, there's no other window with same size near "
"current one"
msgstr ""
"%sErreur : impossible de fermer la fenêtre, aucune autre fenêtre avec la "
"même taille à coté de la fenêtre actuelle"
msgid "set or remove away status"
msgstr "définir ou supprimer le statut d'absence"
@ -3093,23 +3101,23 @@ msgstr "gestion des fenêtres"
msgid ""
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
"[+|-]<pct> || balance || merge [-window <number>] [all] || page_up|page_down "
"[-window <number>] || refresh || scroll [-window <number>] [+|-]<value>[s|m|"
"h|d|M|y] || scroll_horiz [-window <number>] [+|-]<value>[%] || scroll_up|"
"scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|"
"scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window "
"<number>] || swap [-window <number>] [up|down|left|right] || zoom [-window "
"<number>] || bare [<delay>]"
"[+|-]<pct> || balance || merge [-window <number>] [all] || close [-window "
"<number>] || page_up|page_down [-window <number>] || refresh || scroll [-"
"window <number>] [+|-]<value>[s|m|h|d|M|y] || scroll_horiz [-window "
"<number>] [+|-]<value>[%] || scroll_up|scroll_down|scroll_top|scroll_bottom|"
"scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|"
"scroll_unread [-window <number>] || swap [-window <number>] [up|down|left|"
"right] || zoom [-window <number>] || bare [<delay>]"
msgstr ""
"list || -1|+1|b#|up|down|left|right [-window <numéro>] || <numéro> || splith|"
"splitv [-window <numéro>] [<pct>] || resize [-window <numéro>] [h|v]"
"[+|-]<pct> || balance || merge [-window <numéro>] [all] || page_up|page_down "
"[-window <numéro>] || refresh || scroll [-window <numéro>] [+|-]<valeur>[s|m|"
"h|d|M|y] || scroll_horiz [-window <numéro>] [+|-]<valeur>[%] || scroll_up|"
"scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|"
"scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window "
"<numéro>] || swap [-window <numéro>] [up|down|left|right] || zoom [-window "
"<numéro>] || bare [<délai>]"
"[+|-]<pct> || balance || merge [-window <numéro>] [all] || close [-window "
"<numéro>] || page_up|page_down [-window <numéro>] || refresh || scroll [-"
"window <numéro>] [+|-]<valeur>[s|m|h|d|M|y] || scroll_horiz [-window "
"<numéro>] [+|-]<valeur>[%] || scroll_up|scroll_down|scroll_top|scroll_bottom|"
"scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|"
"scroll_unread [-window <numéro>] || swap [-window <numéro>] [up|down|left|"
"right] || zoom [-window <numéro>] || bare [<délai>]"
#, no-c-format
msgid ""
@ -3131,6 +3139,7 @@ msgid ""
"nearest parent window with a split of this type (horizontal/vertical)\n"
" balance: balance the sizes of all windows\n"
" merge: merge window with another (all = keep only one window)\n"
" close: close window\n"
" page_up: scroll one page up\n"
" page_down: scroll one page down\n"
" refresh: refresh screen\n"
@ -3174,8 +3183,10 @@ msgid ""
" /window resize 75\n"
" resize vertical split, add 10% in size:\n"
" /window resize v+10\n"
" remove the split:\n"
" remove the split, keep the current window:\n"
" /window merge\n"
" close the current window:\n"
" /window close\n"
" enable bare display for 2 seconds:\n"
" /window bare 2"
msgstr ""
@ -3200,6 +3211,7 @@ msgstr ""
"vertical)\n"
" balance : équilibrer la taille de toutes les fenêtres\n"
" merge : fusionner la fenêtre avec une autre\n"
" close : fermer la fenêtre\n"
" page_up : faire défiler d'une page vers le haut\n"
" page_down : faire défiler d'une page vers le bas\n"
" refresh : redessiner l'écran\n"
@ -3246,8 +3258,10 @@ msgstr ""
" /window resize 75\n"
" redimensionner le découpage vertical, ajouter 10% dans la taille :\n"
" /window resize v+10\n"
" supprimer l'éclatement :\n"
" supprimer l'éclatement, garder la fenêtre courante :\n"
" /window merge\n"
" fermer la fenêtre courante :\n"
" /window close\n"
" activer le mode d'affichage dépouillé pendant 2 secondes :\n"
" /window bare 2"

View File

@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2019-06-15 08:06+0200\n"
"POT-Creation-Date: 2019-06-17 13:21+0200\n"
"PO-Revision-Date: 2019-05-13 21:31+0200\n"
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -1107,6 +1107,14 @@ msgstr ""
"%s nem sikerült az ablakokat összefésülni: nincs a közelben azonos méretű "
"ablak.\n"
#, fuzzy, c-format
msgid ""
"%sError: can not close window, there's no other window with same size near "
"current one"
msgstr ""
"%s nem sikerült az ablakokat összefésülni: nincs a közelben azonos méretű "
"ablak.\n"
#, fuzzy
msgid "set or remove away status"
msgstr "távolléti státusz váltása"
@ -2300,13 +2308,13 @@ msgstr "ablakok kezelése"
msgid ""
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
"[+|-]<pct> || balance || merge [-window <number>] [all] || page_up|page_down "
"[-window <number>] || refresh || scroll [-window <number>] [+|-]<value>[s|m|"
"h|d|M|y] || scroll_horiz [-window <number>] [+|-]<value>[%] || scroll_up|"
"scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|"
"scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window "
"<number>] || swap [-window <number>] [up|down|left|right] || zoom [-window "
"<number>] || bare [<delay>]"
"[+|-]<pct> || balance || merge [-window <number>] [all] || close [-window "
"<number>] || page_up|page_down [-window <number>] || refresh || scroll [-"
"window <number>] [+|-]<value>[s|m|h|d|M|y] || scroll_horiz [-window "
"<number>] [+|-]<value>[%] || scroll_up|scroll_down|scroll_top|scroll_bottom|"
"scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|"
"scroll_unread [-window <number>] || swap [-window <number>] [up|down|left|"
"right] || zoom [-window <number>] || bare [<delay>]"
msgstr ""
"[list | -1 | +1 | b# | up | down | left | right | splith [pct] | splitv "
"[pct] | resize pct | merge [all]]"
@ -2331,6 +2339,7 @@ msgid ""
"nearest parent window with a split of this type (horizontal/vertical)\n"
" balance: balance the sizes of all windows\n"
" merge: merge window with another (all = keep only one window)\n"
" close: close window\n"
" page_up: scroll one page up\n"
" page_down: scroll one page down\n"
" refresh: refresh screen\n"
@ -2374,8 +2383,10 @@ msgid ""
" /window resize 75\n"
" resize vertical split, add 10% in size:\n"
" /window resize v+10\n"
" remove the split:\n"
" remove the split, keep the current window:\n"
" /window merge\n"
" close the current window:\n"
" /window close\n"
" enable bare display for 2 seconds:\n"
" /window bare 2"
msgstr ""

View File

@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2019-06-15 08:06+0200\n"
"POT-Creation-Date: 2019-06-17 13:21+0200\n"
"PO-Revision-Date: 2019-05-13 21:31+0200\n"
"Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -1064,6 +1064,14 @@ msgstr ""
"%sErrore: impossibile unire le finestre, non c'è un'altra finestra della "
"stessa dimensione vicino quella corrente"
#, fuzzy, c-format
msgid ""
"%sError: can not close window, there's no other window with same size near "
"current one"
msgstr ""
"%sErrore: impossibile unire le finestre, non c'è un'altra finestra della "
"stessa dimensione vicino quella corrente"
msgid "set or remove away status"
msgstr "imposta o elimina lo stato di assenza"
@ -2834,13 +2842,13 @@ msgstr "gestione delle finestre"
msgid ""
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
"[+|-]<pct> || balance || merge [-window <number>] [all] || page_up|page_down "
"[-window <number>] || refresh || scroll [-window <number>] [+|-]<value>[s|m|"
"h|d|M|y] || scroll_horiz [-window <number>] [+|-]<value>[%] || scroll_up|"
"scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|"
"scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window "
"<number>] || swap [-window <number>] [up|down|left|right] || zoom [-window "
"<number>] || bare [<delay>]"
"[+|-]<pct> || balance || merge [-window <number>] [all] || close [-window "
"<number>] || page_up|page_down [-window <number>] || refresh || scroll [-"
"window <number>] [+|-]<value>[s|m|h|d|M|y] || scroll_horiz [-window "
"<number>] [+|-]<value>[%] || scroll_up|scroll_down|scroll_top|scroll_bottom|"
"scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|"
"scroll_unread [-window <number>] || swap [-window <number>] [up|down|left|"
"right] || zoom [-window <number>] || bare [<delay>]"
msgstr ""
"list || -1|+1|b#|up|down|left|right [-window <numero>] || <numero> || splith|"
"splitv [-window <numero>] [<pct>] || resize [-window <numero>] [+/-]<pct> || "
@ -2871,6 +2879,7 @@ msgid ""
"nearest parent window with a split of this type (horizontal/vertical)\n"
" balance: balance the sizes of all windows\n"
" merge: merge window with another (all = keep only one window)\n"
" close: close window\n"
" page_up: scroll one page up\n"
" page_down: scroll one page down\n"
" refresh: refresh screen\n"
@ -2914,8 +2923,10 @@ msgid ""
" /window resize 75\n"
" resize vertical split, add 10% in size:\n"
" /window resize v+10\n"
" remove the split:\n"
" remove the split, keep the current window:\n"
" /window merge\n"
" close the current window:\n"
" /window close\n"
" enable bare display for 2 seconds:\n"
" /window bare 2"
msgstr ""

View File

@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2019-06-15 08:06+0200\n"
"POT-Creation-Date: 2019-06-17 13:21+0200\n"
"PO-Revision-Date: 2019-05-26 09:00+0900\n"
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
"Language-Team: Japanese <https://github.com/l/weechat/tree/master/"
@ -1093,6 +1093,14 @@ msgstr ""
"%sエラー: ウィンドウのマージに失敗、現在のウィンドウの近くには同じサイズの異"
"なるウィンドウがありません"
#, fuzzy, c-format
msgid ""
"%sError: can not close window, there's no other window with same size near "
"current one"
msgstr ""
"%sエラー: ウィンドウのマージに失敗、現在のウィンドウの近くには同じサイズの異"
"なるウィンドウがありません"
msgid "set or remove away status"
msgstr "離席状態の切り替え"
@ -3004,17 +3012,17 @@ msgstr ""
msgid "manage windows"
msgstr "ウィンドウの操作"
#, no-c-format
#, fuzzy, no-c-format
msgid ""
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
"[+|-]<pct> || balance || merge [-window <number>] [all] || page_up|page_down "
"[-window <number>] || refresh || scroll [-window <number>] [+|-]<value>[s|m|"
"h|d|M|y] || scroll_horiz [-window <number>] [+|-]<value>[%] || scroll_up|"
"scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|"
"scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window "
"<number>] || swap [-window <number>] [up|down|left|right] || zoom [-window "
"<number>] || bare [<delay>]"
"[+|-]<pct> || balance || merge [-window <number>] [all] || close [-window "
"<number>] || page_up|page_down [-window <number>] || refresh || scroll [-"
"window <number>] [+|-]<value>[s|m|h|d|M|y] || scroll_horiz [-window "
"<number>] [+|-]<value>[%] || scroll_up|scroll_down|scroll_top|scroll_bottom|"
"scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|"
"scroll_unread [-window <number>] || swap [-window <number>] [up|down|left|"
"right] || zoom [-window <number>] || bare [<delay>]"
msgstr ""
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
@ -3026,7 +3034,7 @@ msgstr ""
"<number>] || swap [-window <number>] [up|down|left|right] || zoom [-window "
"<number>] || bare [<delay>]"
#, no-c-format
#, fuzzy, no-c-format
msgid ""
" list: list opened windows (without argument, this list is "
"displayed)\n"
@ -3046,6 +3054,7 @@ msgid ""
"nearest parent window with a split of this type (horizontal/vertical)\n"
" balance: balance the sizes of all windows\n"
" merge: merge window with another (all = keep only one window)\n"
" close: close window\n"
" page_up: scroll one page up\n"
" page_down: scroll one page down\n"
" refresh: refresh screen\n"
@ -3089,8 +3098,10 @@ msgid ""
" /window resize 75\n"
" resize vertical split, add 10% in size:\n"
" /window resize v+10\n"
" remove the split:\n"
" remove the split, keep the current window:\n"
" /window merge\n"
" close the current window:\n"
" /window close\n"
" enable bare display for 2 seconds:\n"
" /window bare 2"
msgstr ""

View File

@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2019-06-15 08:06+0200\n"
"POT-Creation-Date: 2019-06-17 13:21+0200\n"
"PO-Revision-Date: 2019-06-01 00:12+0200\n"
"Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n"
"Language-Team: Polish <kde-i18n-doc@kde.org>\n"
@ -1115,6 +1115,14 @@ msgstr ""
"%sBłąd: nie można scalić okien, nie ma innego okna o takim samym rozmiarze w "
"pobliżu obecnego"
#, fuzzy, c-format
msgid ""
"%sError: can not close window, there's no other window with same size near "
"current one"
msgstr ""
"%sBłąd: nie można scalić okien, nie ma innego okna o takim samym rozmiarze w "
"pobliżu obecnego"
msgid "set or remove away status"
msgstr "ustawia lub kasuje status nieobecności"
@ -3055,17 +3063,17 @@ msgstr ""
msgid "manage windows"
msgstr "zarządza oknami"
#, no-c-format
#, fuzzy, no-c-format
msgid ""
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
"[+|-]<pct> || balance || merge [-window <number>] [all] || page_up|page_down "
"[-window <number>] || refresh || scroll [-window <number>] [+|-]<value>[s|m|"
"h|d|M|y] || scroll_horiz [-window <number>] [+|-]<value>[%] || scroll_up|"
"scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|"
"scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window "
"<number>] || swap [-window <number>] [up|down|left|right] || zoom [-window "
"<number>] || bare [<delay>]"
"[+|-]<pct> || balance || merge [-window <number>] [all] || close [-window "
"<number>] || page_up|page_down [-window <number>] || refresh || scroll [-"
"window <number>] [+|-]<value>[s|m|h|d|M|y] || scroll_horiz [-window "
"<number>] [+|-]<value>[%] || scroll_up|scroll_down|scroll_top|scroll_bottom|"
"scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|"
"scroll_unread [-window <number>] || swap [-window <number>] [up|down|left|"
"right] || zoom [-window <number>] || bare [<delay>]"
msgstr ""
"list || -1|+1|b#|up|down|left|right [-window <numer>] || <numer> || splith|"
"splitv [-window <numer>] [<pct>] || resize [-window <numer>] [h|v][+|-]<pct> "
@ -3077,7 +3085,7 @@ msgstr ""
"<numer>] [up|down|left|right] || zoom [-window <numer>] || bare "
"[<opóźnienie>]"
#, no-c-format
#, fuzzy, no-c-format
msgid ""
" list: list opened windows (without argument, this list is "
"displayed)\n"
@ -3097,6 +3105,7 @@ msgid ""
"nearest parent window with a split of this type (horizontal/vertical)\n"
" balance: balance the sizes of all windows\n"
" merge: merge window with another (all = keep only one window)\n"
" close: close window\n"
" page_up: scroll one page up\n"
" page_down: scroll one page down\n"
" refresh: refresh screen\n"
@ -3140,8 +3149,10 @@ msgid ""
" /window resize 75\n"
" resize vertical split, add 10% in size:\n"
" /window resize v+10\n"
" remove the split:\n"
" remove the split, keep the current window:\n"
" /window merge\n"
" close the current window:\n"
" /window close\n"
" enable bare display for 2 seconds:\n"
" /window bare 2"
msgstr ""

View File

@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2019-06-15 08:06+0200\n"
"POT-Creation-Date: 2019-06-17 13:21+0200\n"
"PO-Revision-Date: 2019-05-13 21:32+0200\n"
"Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n"
"Language-Team: Portuguese <>\n"
@ -1089,6 +1089,14 @@ msgstr ""
"%sErro: não é possível unir as janelas, não há outra janela com o mesmo "
"tamanho junto à atual"
#, fuzzy, c-format
msgid ""
"%sError: can not close window, there's no other window with same size near "
"current one"
msgstr ""
"%sErro: não é possível unir as janelas, não há outra janela com o mesmo "
"tamanho junto à atual"
msgid "set or remove away status"
msgstr "definir ou remover estado ausente"
@ -3013,13 +3021,13 @@ msgstr "gerir janelas"
msgid ""
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
"[+|-]<pct> || balance || merge [-window <number>] [all] || page_up|page_down "
"[-window <number>] || refresh || scroll [-window <number>] [+|-]<value>[s|m|"
"h|d|M|y] || scroll_horiz [-window <number>] [+|-]<value>[%] || scroll_up|"
"scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|"
"scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window "
"<number>] || swap [-window <number>] [up|down|left|right] || zoom [-window "
"<number>] || bare [<delay>]"
"[+|-]<pct> || balance || merge [-window <number>] [all] || close [-window "
"<number>] || page_up|page_down [-window <number>] || refresh || scroll [-"
"window <number>] [+|-]<value>[s|m|h|d|M|y] || scroll_horiz [-window "
"<number>] [+|-]<value>[%] || scroll_up|scroll_down|scroll_top|scroll_bottom|"
"scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|"
"scroll_unread [-window <number>] || swap [-window <number>] [up|down|left|"
"right] || zoom [-window <number>] || bare [<delay>]"
msgstr ""
"list || -1|+1|b#|up|down|left|right [-window <número>] || <número> || splith|"
"splitv [-window <número>] [<pct>] || resize [-window <número>] [+/-]<pct> || "
@ -3050,6 +3058,7 @@ msgid ""
"nearest parent window with a split of this type (horizontal/vertical)\n"
" balance: balance the sizes of all windows\n"
" merge: merge window with another (all = keep only one window)\n"
" close: close window\n"
" page_up: scroll one page up\n"
" page_down: scroll one page down\n"
" refresh: refresh screen\n"
@ -3093,8 +3102,10 @@ msgid ""
" /window resize 75\n"
" resize vertical split, add 10% in size:\n"
" /window resize v+10\n"
" remove the split:\n"
" remove the split, keep the current window:\n"
" /window merge\n"
" close the current window:\n"
" /window close\n"
" enable bare display for 2 seconds:\n"
" /window bare 2"
msgstr ""

View File

@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2019-06-15 08:06+0200\n"
"POT-Creation-Date: 2019-06-17 13:21+0200\n"
"PO-Revision-Date: 2019-05-13 21:32+0200\n"
"Last-Translator: Eduardo Elias <camponez@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -1100,6 +1100,14 @@ msgstr ""
"%sErro: impossível mesclar janelas, não já nenhuma outra janela com o mesmo "
"tamanho perto da atual"
#, fuzzy, c-format
msgid ""
"%sError: can not close window, there's no other window with same size near "
"current one"
msgstr ""
"%sErro: impossível mesclar janelas, não já nenhuma outra janela com o mesmo "
"tamanho perto da atual"
msgid "set or remove away status"
msgstr "ativar ou remover o status de ausente"
@ -2797,13 +2805,13 @@ msgstr "gerencia janelas"
msgid ""
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
"[+|-]<pct> || balance || merge [-window <number>] [all] || page_up|page_down "
"[-window <number>] || refresh || scroll [-window <number>] [+|-]<value>[s|m|"
"h|d|M|y] || scroll_horiz [-window <number>] [+|-]<value>[%] || scroll_up|"
"scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|"
"scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window "
"<number>] || swap [-window <number>] [up|down|left|right] || zoom [-window "
"<number>] || bare [<delay>]"
"[+|-]<pct> || balance || merge [-window <number>] [all] || close [-window "
"<number>] || page_up|page_down [-window <number>] || refresh || scroll [-"
"window <number>] [+|-]<value>[s|m|h|d|M|y] || scroll_horiz [-window "
"<number>] [+|-]<value>[%] || scroll_up|scroll_down|scroll_top|scroll_bottom|"
"scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|"
"scroll_unread [-window <number>] || swap [-window <number>] [up|down|left|"
"right] || zoom [-window <number>] || bare [<delay>]"
msgstr ""
"list || -1|+1|b#|up|down|left|right [-window <número>] || <número> || splith|"
"splitv [-window <número>] [<pct>] || resize [-window <número>] [+/-]<pct> || "
@ -2834,6 +2842,7 @@ msgid ""
"nearest parent window with a split of this type (horizontal/vertical)\n"
" balance: balance the sizes of all windows\n"
" merge: merge window with another (all = keep only one window)\n"
" close: close window\n"
" page_up: scroll one page up\n"
" page_down: scroll one page down\n"
" refresh: refresh screen\n"
@ -2877,8 +2886,10 @@ msgid ""
" /window resize 75\n"
" resize vertical split, add 10% in size:\n"
" /window resize v+10\n"
" remove the split:\n"
" remove the split, keep the current window:\n"
" /window merge\n"
" close the current window:\n"
" /window close\n"
" enable bare display for 2 seconds:\n"
" /window bare 2"
msgstr ""

View File

@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2019-06-15 08:06+0200\n"
"POT-Creation-Date: 2019-06-17 13:21+0200\n"
"PO-Revision-Date: 2019-05-13 21:32+0200\n"
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -1129,6 +1129,14 @@ msgstr ""
"%s не могу объединить окна, есть другое окно такого-же размера рядом с "
"текущим.\n"
#, fuzzy, c-format
msgid ""
"%sError: can not close window, there's no other window with same size near "
"current one"
msgstr ""
"%s не могу объединить окна, есть другое окно такого-же размера рядом с "
"текущим.\n"
#, fuzzy
msgid "set or remove away status"
msgstr "переключает статус \"отошёл\""
@ -2323,13 +2331,13 @@ msgstr "управление окнами"
msgid ""
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
"[+|-]<pct> || balance || merge [-window <number>] [all] || page_up|page_down "
"[-window <number>] || refresh || scroll [-window <number>] [+|-]<value>[s|m|"
"h|d|M|y] || scroll_horiz [-window <number>] [+|-]<value>[%] || scroll_up|"
"scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|"
"scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window "
"<number>] || swap [-window <number>] [up|down|left|right] || zoom [-window "
"<number>] || bare [<delay>]"
"[+|-]<pct> || balance || merge [-window <number>] [all] || close [-window "
"<number>] || page_up|page_down [-window <number>] || refresh || scroll [-"
"window <number>] [+|-]<value>[s|m|h|d|M|y] || scroll_horiz [-window "
"<number>] [+|-]<value>[%] || scroll_up|scroll_down|scroll_top|scroll_bottom|"
"scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|"
"scroll_unread [-window <number>] || swap [-window <number>] [up|down|left|"
"right] || zoom [-window <number>] || bare [<delay>]"
msgstr ""
"[list | -1 | +1 | b# | up | down | left | right | splith [pct] | splitv "
"[pct] | resize pct | merge [all]]"
@ -2354,6 +2362,7 @@ msgid ""
"nearest parent window with a split of this type (horizontal/vertical)\n"
" balance: balance the sizes of all windows\n"
" merge: merge window with another (all = keep only one window)\n"
" close: close window\n"
" page_up: scroll one page up\n"
" page_down: scroll one page down\n"
" refresh: refresh screen\n"
@ -2397,8 +2406,10 @@ msgid ""
" /window resize 75\n"
" resize vertical split, add 10% in size:\n"
" /window resize v+10\n"
" remove the split:\n"
" remove the split, keep the current window:\n"
" /window merge\n"
" close the current window:\n"
" /window close\n"
" enable bare display for 2 seconds:\n"
" /window bare 2"
msgstr ""

View File

@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2019-06-15 08:06+0200\n"
"POT-Creation-Date: 2019-06-17 13:21+0200\n"
"PO-Revision-Date: 2019-05-13 21:32+0200\n"
"Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -1005,6 +1005,12 @@ msgid ""
"current one"
msgstr ""
#, c-format
msgid ""
"%sError: can not close window, there's no other window with same size near "
"current one"
msgstr ""
msgid "set or remove away status"
msgstr ""
@ -2104,13 +2110,13 @@ msgstr ""
msgid ""
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
"[+|-]<pct> || balance || merge [-window <number>] [all] || page_up|page_down "
"[-window <number>] || refresh || scroll [-window <number>] [+|-]<value>[s|m|"
"h|d|M|y] || scroll_horiz [-window <number>] [+|-]<value>[%] || scroll_up|"
"scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|"
"scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window "
"<number>] || swap [-window <number>] [up|down|left|right] || zoom [-window "
"<number>] || bare [<delay>]"
"[+|-]<pct> || balance || merge [-window <number>] [all] || close [-window "
"<number>] || page_up|page_down [-window <number>] || refresh || scroll [-"
"window <number>] [+|-]<value>[s|m|h|d|M|y] || scroll_horiz [-window "
"<number>] [+|-]<value>[%] || scroll_up|scroll_down|scroll_top|scroll_bottom|"
"scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|"
"scroll_unread [-window <number>] || swap [-window <number>] [up|down|left|"
"right] || zoom [-window <number>] || bare [<delay>]"
msgstr ""
#, no-c-format
@ -2133,6 +2139,7 @@ msgid ""
"nearest parent window with a split of this type (horizontal/vertical)\n"
" balance: balance the sizes of all windows\n"
" merge: merge window with another (all = keep only one window)\n"
" close: close window\n"
" page_up: scroll one page up\n"
" page_down: scroll one page down\n"
" refresh: refresh screen\n"
@ -2176,8 +2183,10 @@ msgid ""
" /window resize 75\n"
" resize vertical split, add 10% in size:\n"
" /window resize v+10\n"
" remove the split:\n"
" remove the split, keep the current window:\n"
" /window merge\n"
" close the current window:\n"
" /window close\n"
" enable bare display for 2 seconds:\n"
" /window bare 2"
msgstr ""

View File

@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2019-06-15 08:06+0200\n"
"POT-Creation-Date: 2019-06-17 13:21+0200\n"
"PO-Revision-Date: 2014-08-16 10:27+0200\n"
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -1009,6 +1009,12 @@ msgid ""
"current one"
msgstr ""
#, c-format
msgid ""
"%sError: can not close window, there's no other window with same size near "
"current one"
msgstr ""
msgid "set or remove away status"
msgstr ""
@ -2101,13 +2107,13 @@ msgstr ""
msgid ""
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
"[+|-]<pct> || balance || merge [-window <number>] [all] || page_up|page_down "
"[-window <number>] || refresh || scroll [-window <number>] [+|-]<value>[s|m|"
"h|d|M|y] || scroll_horiz [-window <number>] [+|-]<value>[%] || scroll_up|"
"scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|"
"scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window "
"<number>] || swap [-window <number>] [up|down|left|right] || zoom [-window "
"<number>] || bare [<delay>]"
"[+|-]<pct> || balance || merge [-window <number>] [all] || close [-window "
"<number>] || page_up|page_down [-window <number>] || refresh || scroll [-"
"window <number>] [+|-]<value>[s|m|h|d|M|y] || scroll_horiz [-window "
"<number>] [+|-]<value>[%] || scroll_up|scroll_down|scroll_top|scroll_bottom|"
"scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|"
"scroll_unread [-window <number>] || swap [-window <number>] [up|down|left|"
"right] || zoom [-window <number>] || bare [<delay>]"
msgstr ""
#, no-c-format
@ -2130,6 +2136,7 @@ msgid ""
"nearest parent window with a split of this type (horizontal/vertical)\n"
" balance: balance the sizes of all windows\n"
" merge: merge window with another (all = keep only one window)\n"
" close: close window\n"
" page_up: scroll one page up\n"
" page_down: scroll one page down\n"
" refresh: refresh screen\n"
@ -2173,8 +2180,10 @@ msgid ""
" /window resize 75\n"
" resize vertical split, add 10% in size:\n"
" /window resize v+10\n"
" remove the split:\n"
" remove the split, keep the current window:\n"
" /window merge\n"
" close the current window:\n"
" /window close\n"
" enable bare display for 2 seconds:\n"
" /window bare 2"
msgstr ""

View File

@ -6839,6 +6839,21 @@ COMMAND_CALLBACK(window)
return WEECHAT_RC_OK;
}
/* close window */
if (string_strcasecmp (argv[1], "close") == 0)
{
if (!gui_window_close (ptr_win))
{
gui_chat_printf (NULL,
_("%sError: can not close window, "
"there's no other window with same "
"size near current one"),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR]);
return WEECHAT_RC_OK;
}
return WEECHAT_RC_OK;
}
/* switch to previous window */
if (string_strcasecmp (argv[1], "-1") == 0)
{
@ -8148,6 +8163,7 @@ command_init ()
" || resize [-window <number>] [h|v][+|-]<pct>"
" || balance"
" || merge [-window <number>] [all]"
" || close [-window <number>]"
" || page_up|page_down [-window <number>]"
" || refresh"
" || scroll [-window <number>] [+|-]<value>[s|m|h|d|M|y]"
@ -8181,6 +8197,7 @@ command_init ()
" balance: balance the sizes of all windows\n"
" merge: merge window with another (all = keep only one "
"window)\n"
" close: close window\n"
" page_up: scroll one page up\n"
" page_down: scroll one page down\n"
" refresh: refresh screen\n"
@ -8225,8 +8242,10 @@ command_init ()
" /window resize 75\n"
" resize vertical split, add 10% in size:\n"
" /window resize v+10\n"
" remove the split:\n"
" remove the split, keep the current window:\n"
" /window merge\n"
" close the current window:\n"
" /window close\n"
" enable bare display for 2 seconds:\n"
" /window bare 2"),
"list"
@ -8256,6 +8275,7 @@ command_init ()
" || swap up|down|left|right|-window %(windows_numbers)"
" || zoom -window %(windows_numbers)"
" || merge all|-window %(windows_numbers)"
" || close -window %(windows_numbers)"
" || bare"
" || %(windows_numbers)",
&command_window, NULL, NULL);

View File

@ -1969,40 +1969,39 @@ gui_window_merge (struct t_gui_window *window)
return 0;
parent = window->ptr_tree->parent_node;
if (parent)
if (!parent)
return 0;
sister = (parent->child1->window == window) ?
parent->child2 : parent->child1;
if (!(sister->window))
return 0;
if (window->win_y == sister->window->win_y)
{
sister = (parent->child1->window == window) ?
parent->child2 : parent->child1;
if (!(sister->window))
return 0;
if (window->win_y == sister->window->win_y)
{
/* horizontal merge */
separator = (CONFIG_BOOLEAN(config_look_window_separator_horizontal)) ? 1 : 0;
window->win_width += sister->window->win_width + separator;
window->win_width_pct += sister->window->win_width_pct;
}
else
{
/* vertical merge */
separator = (CONFIG_BOOLEAN(config_look_window_separator_vertical)) ? 1 : 0;
window->win_height += sister->window->win_height + separator;
window->win_height_pct += sister->window->win_height_pct;
}
if (sister->window->win_x < window->win_x)
window->win_x = sister->window->win_x;
if (sister->window->win_y < window->win_y)
window->win_y = sister->window->win_y;
gui_window_free (sister->window);
gui_window_tree_node_to_leaf (parent, window);
gui_window_switch_to_buffer (window, window->buffer, 1);
return 1;
/* horizontal merge */
separator = (CONFIG_BOOLEAN(config_look_window_separator_horizontal)) ? 1 : 0;
window->win_width += sister->window->win_width + separator;
window->win_width_pct += sister->window->win_width_pct;
}
return 0;
else
{
/* vertical merge */
separator = (CONFIG_BOOLEAN(config_look_window_separator_vertical)) ? 1 : 0;
window->win_height += sister->window->win_height + separator;
window->win_height_pct += sister->window->win_height_pct;
}
if (sister->window->win_x < window->win_x)
window->win_x = sister->window->win_x;
if (sister->window->win_y < window->win_y)
window->win_y = sister->window->win_y;
gui_window_free (sister->window);
gui_window_tree_node_to_leaf (parent, window);
gui_window_switch_to_buffer (window, window->buffer, 1);
return 1;
}
/*
@ -2047,6 +2046,34 @@ gui_window_merge_all (struct t_gui_window *window)
}
}
/*
* Closes a window.
*
* Returns:
* 1: OK
* 0: error
*/
int
gui_window_close (struct t_gui_window *window)
{
struct t_gui_window_tree *parent, *sister;
if (!gui_init_ok)
return 0;
parent = window->ptr_tree->parent_node;
if (!parent)
return 0;
sister = (parent->child1->window == window) ?
parent->child2 : parent->child1;
if (!(sister->window))
return 0;
return gui_window_merge (sister->window);
}
/*
* Returns a code about position of 2 windows:
* 0 = they're not side by side

View File

@ -233,6 +233,7 @@ extern void gui_window_resize_delta (struct t_gui_window_tree *tree,
int delta_percentage);
extern int gui_window_merge (struct t_gui_window *window);
extern void gui_window_merge_all (struct t_gui_window *window);
extern int gui_window_close (struct t_gui_window *window);
extern void gui_window_switch_up (struct t_gui_window *window);
extern void gui_window_switch_down (struct t_gui_window *window);
extern void gui_window_switch_left (struct t_gui_window *window);

View File

@ -60,9 +60,10 @@ char *alias_default[][3] =
{ "UMODE", "mode $nick", NULL },
{ "V", "command core version", NULL },
{ "W", "who", NULL },
{ "WC", "window merge", NULL },
{ "WC", "window close", NULL },
{ "WI", "whois", NULL },
{ "WII", "whois $1 $1", NULL },
{ "WM", "window merge", NULL },
{ "WW", "whowas", NULL },
{ NULL, NULL, NULL },
};