Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
(user's guide)
|
|
|
|
|
|
to last buffer
New key alt-j,alt-f is bound by default to "/buffer -".
The existing key alt-j,alt-l is now bound by default to "/buffer +".
|
|
|
|
|
|
It is possible to force shell by default with this command:
/set exec.command.default_options "-sh"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
weechat.look.hotlist_add_buffer_if_away
|
|
Use in evaluated strings (for example in /eval or triggers):
- "${info:relay_client_count}": total number of relay clients (any status)
With a specific status:
- "${info:relay_client_count,connecting}"
- "${info:relay_client_count,waiting_auth}"
- "${info:relay_client_count,connected}"
- "${info:relay_client_count,auth_failed}"
- "${info:relay_client_count,disconnected}"
|
|
-core)
|
|
|
|
|
|
|
|
from "none")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
increase max value to 604800 seconds (7 days)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
New key: alt+"!", to swith to bare display (same key to come back to
standard display).
New options:
- weechat.look.bare_display_exit_on_input (default: on): by default
any changes in input will return to standard display
- weechat.look.bare_display_time_format (default: "%H:%M"): the format
of time used in bare display.
|
|
|
|
|
|
|
|
|
|
|