mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
doc: fix column size in table with color codes (developer's guide)
This commit is contained in:
@@ -919,7 +919,7 @@ In following table, these conventions are used:
|
||||
|
||||
All combinations are summarized in this table:
|
||||
|
||||
[width="100%",cols="4,2,2,8",options="header"]
|
||||
[width="100%",cols="4,3,2,8",options="header"]
|
||||
|===
|
||||
| Code | Example | Areas | Description
|
||||
| [hex]#19# + STD | [hex]#19# `+01+` | chat + bars | Set attributes and color using option, see table below.
|
||||
|
||||
@@ -935,7 +935,7 @@ Dans le tableau qui suit, les conventions suivantes sont utilisées :
|
||||
|
||||
Toutes les combinaisons sont résumées dans ce tableau :
|
||||
|
||||
[width="100%",cols="4,2,2,8",options="header"]
|
||||
[width="100%",cols="4,3,2,8",options="header"]
|
||||
|===
|
||||
| Code | Exemple | Aires | Description
|
||||
| [hex]#19# + STD | [hex]#19# `+01+` | chat + barres | Définir les attributs et la couleur en utilisant une option, voir le tableau ci-dessous.
|
||||
|
||||
@@ -961,7 +961,7 @@ WeeChat は文字列中に独自の色コードを使うことで、属性
|
||||
|
||||
以下の表にすべての組み合わせをまとめています:
|
||||
|
||||
[width="100%",cols="4,2,2,8",options="header"]
|
||||
[width="100%",cols="4,3,2,8",options="header"]
|
||||
|===
|
||||
| コード | 例 | エリア | 説明
|
||||
| [hex]#19# + STD | [hex]#19# `+01+` | chat + bars | オプションを使って属性と色を指定、色コードは以下の表を参照
|
||||
|
||||
@@ -901,7 +901,7 @@ struct t_gui_buffer *last_gui_buffer = NULL; /* last buffer */
|
||||
|
||||
У следећој табели су сажете све комбинације:
|
||||
|
||||
[width="100%", cols="4,2,2,8", options="header"]
|
||||
[width="100%", cols="4,3,2,8", options="header"]
|
||||
|===
|
||||
| Кôд | Пример | Површине | Опис
|
||||
| [hex]#19# + СТД | [hex]#19# `+01+` | чет + траке | Постављање атрибута и боје опцијама, погледајте табелу испод.
|
||||
|
||||
Reference in New Issue
Block a user