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

core: set default size for input bar to 0 (automatic) (issue #1498)

This commit is contained in:
Sébastien Helleu
2020-05-10 10:43:07 +02:00
parent b2d1f37782
commit ec1b381521
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -20,6 +20,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
New features::
* core: set default size for input bar to 0 (automatic) (issue #1498)
* core: add default key kbd:[Alt+Enter] to insert a newline (issue #1498)
* core: add flag "input_multiline" in buffer (issue #984, issue #1063)
* core: add a scalable WeeChat logo (SVG) (issue #1454, issue #1456)
+1 -1
View File
@@ -1873,7 +1873,7 @@ gui_bar_create_default_input ()
"bottom", /* position */
"horizontal", /* filling_top_bottom */
"vertical", /* filling_left_right */
"1", /* size */
"0", /* size */
"0", /* size_max */
"default", /* color fg */
"cyan", /* color delim */