Age | Commit message (Collapse) | Author |
|
core: add detection for Ruby 2.6
|
|
|
|
|
|
|
|
|
|
argument (closes #1296)
|
|
cchar_t, setcchar and wbkgrndset are actually widec ncurses features,
not ext-colors features, but NCURSES_WIDECHAR doesn't accurately reflect
their existence so NCURSES_EXT_COLORS is used instead.
|
|
|
|
|
|
|
|
|
|
(issue #1343)
|
|
|
|
|
|
|
|
cmake: allow custom libdir (fix #1341)
|
|
Allows for custom LIBDIR to specified with cmake builds. WEECHAT_LIBDIR
is used for a custom Weechat directory, or set from LIBDIR (as LIBDIR
used to be set).
|
|
|
|
This fixes a compilation error on FreeBSD.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Put everything help-related first, then explain how to set options.
|
|
Multiple options can now be given in a single flag, for example:
weechat -ast
Following formats were allowed for command line argument with a value:
weechat -d /tmp/weechat
weechat --dir /tmp/weechat
Now these extra formats are supported as well:
weechat -d/tmp/weechat
weechat --dir=/tmp/weechat
|
|
|
|
core: update Japanese translations
|
|
quick start guide: insert “the” where missing
|
|
|
|
|
|
|
|
|
|
This is required after changes on functions hook_info and info_get.
|
|
|
|
#931)
|
|
|
|
|
|
|
|
|
|
|
|
Improve intro of “Start WeeChat” section
|
|
|
|
|
|
"irc_server_isupport_value"
|
|
|
|
|