Age | Commit message (Collapse) | Author |
|
|
|
|
|
After these calls to malloc the memory is set to zero, so it's better to call
calloc that does it already.
|
|
|
|
|
|
|
|
|
|
Relates to #1498
|
|
This allows blank lines to be displayed in the input bar when you input
multiple consecutive newlines.
Relates to #1498
|
|
|
|
|
|
|
|
fixes https://github.com/weechat/weechat/issues/1476
|
|
#1475, closes #1477)
|
|
Fixes https://github.com/weechat/weechat/issues/1475 .
|
|
|
|
|
|
the buffer (closes #899, issue #978)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
background (closes #1264)
|
|
|
|
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)
|
|
|
|
options
This option is OFF by default and should be enabled only for tests, to measure
test coverage.
|
|
(closes #1322)
|
|
The following things have been renamed:
- file aspell.conf -> spell.conf
- options aspell.* -> spell.*
- bar item aspell_dict -> spell_dict
- bar item and local variable aspell_suggest -> spell_suggest
- info aspell_dict -> spell_dict
|
|
(same action as F11/F12)
|
|
|
|
|
|
|
|
string_{encode,decode}_base64
|
|
|
|
valid (closes #1220)
|
|
|
|
|
|
From the getdtablesize(3) man page:
It is not specified in POSIX.1; portable applications should
employ sysconf(_SC_OPEN_MAX) instead of this call.
Specifically, this fixes a compilation problem on Android.
|