Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
when download of scripts is disabled
|
|
after sort (issue #2097)
|
|
Restore original signals caught: "buffer_moved" and "buffer_closed", and the
signal "buffer_localvar_*" is added so that any local variable
added/changed/removed triggers a re-sort of hotlist.
|
|
|
|
|
|
|
|
|
|
|
|
Entries are not duplicated any more.
|
|
|
|
|
|
|
|
|
|
|
|
(issue #2097)
|
|
|
|
(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)
|
|
|