Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
wrong/missing
|
|
wrong/missing
|
|
wrong/missing
|
|
|
|
wrong/missing
|
|
wrong/missing
|
|
|
|
|
|
|
|
|
|
(malformed message)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
New key: alt+"!", to swith to bare display (same key to come back to
standard display).
New options:
- weechat.look.bare_display_exit_on_input (default: on): by default
any changes in input will return to standard display
- weechat.look.bare_display_time_format (default: "%H:%M"): the format
of time used in bare display.
|
|
status bar
|
|
The link is now made against pthread on all platforms.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
|
|
|
|
|
|
|
|
executing commands of a key)
|
|
|
|
weechat.look.save_{config|layout}_on_exit
|
|
|
|
some buffers in layout
Now when a layout is applied, the buffers in layout are inserted/sorted
first in the new list. Then the other buffers (not in layout) are added
after this loop, and then they are added after all layout buffers.
|
|
This commit fixes a problem when computing the value of "num_displayed"
in all buffers. For merged buffers (with same number), the num_displayed
of each merged buffer must be incremented (and not only the current
active buffer).
|
|
Now the search for Ruby is first performed with pkg-config and includes
detection of Ruby 2.0.
If not found, the old code for detection is used (for old distros or
old Ruby versions).
The specific test on Ruby 1.9.0 (to disable this version) has been
removed (1.9.0 was a dev/unstable version from 2007, quite old now).
|
|
|
|
|
|
|
|
|
|
termios.h) (bug #41434)
|
|
#41420, patch #8301)
|
|
(bug #41418)
|
|
|
|
|
|
|
|
So now the values mean:
- 353: names on channel
- 366: names count (before this commit it meant 353 + 366)
|
|
The bug is when all buffer lines are unread (so "last_read_line" pointer
is NULL), and that the option weechat.look.read_marker_always_show is on.
The read marker was displayed at bottom after switch to the buffer.
Thanks to Nils Görs.
|
|
(bug #41207)
|
|
|