Age | Commit message (Collapse) | Author |
|
|
|
(issue #2079)
|
|
#2097)
|
|
Variables renamed:
- "creation_time.tv_sec" -> "time"
- "creation_time.tv_usec" -> "time_usec"
|
|
|
|
|
|
When you run /input search_stop it should scroll to the scroll position
the buffer was at before starting the search, rather than to the bottom
of the buffer.
Fixes a regression introduced in commit b83b428c5cc48043cb625844b87e94acbc194ba1
Fixes #2093
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This also removes the unnecessary call to access() function before the call to
fopen().
|
|
The call to fopen() will fail anyway if the file doesn't exist.
|
|
|
|
|
|
|
|
|
|
This will be used in unit tests to get the data that is sent to clients.
|
|
/api/input
The user can not change this, the variable will be set to 0 in unit tests to
execute the command immediately.
|
|
(websocket connection)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#2081)
|
|
The id is a "long long" variable with the current time (microseconds
precision).
It is guaranteed to be unique for all buffers, and the same number is never
used again, during the lifetime of the process.
It persists and is unchanged after `/upgrade`.
|
|
|
|
|
|
string
|
|
gui_color_decode
|
|
are not displayed
|
|
|
|
|
|
parted channels by default (closes #2085)
|
|
|
|
not available
|
|
|
|
|
|
weechat.look.mouse_timer_delay (closes #2082)
|
|
Python API
|
|
|
|
|
|
|
|
scripting API
|
|
|
|
scripting API
|