Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
The id is a "long long" variable with the current time (microseconds
precision).
It is guaranteed to be unique for all groups and nicks inside the buffer, and
the same number is never used again in the same buffer, during the lifetime of
the process.
It persists and is unchanged after `/upgrade`.
|
|
|
|
This allows buffers to get any user input, including commands, that are sent to
the buffer callback instead of being executed on the buffer.
|
|
|
|
|
|
|
|
`/set` command
|
|
|
|
|
|
(issue #2097)
|
|
|
|
(issue #2079)
|
|
#2097)
|
|
|
|
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.
|
|
|
|
#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`.
|
|
|
|
|
|
|
|
|
|
not available
|
|
|
|
weechat.look.mouse_timer_delay (closes #2082)
|
|
Python API
|
|
scripting API
|
|
|
|
|
|
|
|
|
|
|
|
"base_encode"
|
|
|
|
|
|
|
|
|
|
separated by semicolons
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|