mirror of
https://github.com/weechat/weechat.git
synced 2026-07-09 11:13:12 +02:00
core: change default color of "mouse_status" item to lightgreen
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ New features::
|
||||
* core: add access to hashtable properties in evaluation of expressions (issue #1888)
|
||||
* core: display similar command names when a command is unknown (issue #1877)
|
||||
* core, plugins: make many identifiers case sensitive (issue #1872, issue #398, bug #32213)
|
||||
* core: add item "mouse_status" in default status bar
|
||||
* core: add item "mouse_status" in default status bar, change default color to lightgreen
|
||||
* api: add function config_set_version (issue #1238)
|
||||
* alias: use lower case for default aliases, rename all aliases to lower case on upgrade (issue #1872)
|
||||
* irc: add command `/rules` (issue #1864)
|
||||
|
||||
@@ -4501,7 +4501,7 @@ config_weechat_init_options ()
|
||||
weechat_config_file, weechat_config_section_color,
|
||||
"status_mouse", "color",
|
||||
N_("text color for mouse indicator in status bar"),
|
||||
NULL, -1, 0, "green", NULL, 0,
|
||||
NULL, -1, 0, "lightgreen", NULL, 0,
|
||||
NULL, NULL, NULL,
|
||||
&config_change_color, NULL, NULL,
|
||||
NULL, NULL, NULL);
|
||||
|
||||
Reference in New Issue
Block a user