core: set default size for input bar to 0 (automatic) (issue #1498)
This commit is contained in:
parent
b2d1f37782
commit
ec1b381521
@ -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)
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user