Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
The syntax is: ${hide:char,string}.
All chars in string are replaced with char (which can be one or more chars).
|
|
|
|
|
|
|
|
|
|
The pointer and index returned is now the first element found with the value
(with the lower index if there are many elements with same value).
And the index for insert is the last element with same value + 1
(the higher index + 1).
|
|
|
|
|
|
|
|
and util_timeval_add
|
|
|
|
(closes #178)
|
|
|
|
"WEECHAT_TESTS_ARGS"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Precise)
|
|
|
|
The header gui-curses.h doesn't need to be included (this causes an error
because the real ncurses lib header is not found when compiling tests).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The tests can be run only via CMake:
1. build with tests: cmake .. -DENABLE_TESTS=ON
2. make
3. ctest (or ctest -V for verbose output)
|