Age | Commit message (Collapse) | Author |
|
- Currently only used by the SSL checking prompt
- fg: black ; bg: red ; bold
|
|
Group names, resources jids, and bare jid/roster name combinations
are now truncated if they are bigger than the window size. If there is
a resource (for a contct) or a number of online contacts (for groups),
it will still be displayed at the end of the line.
|
|
|
|
|
|
|
|
Now we have to pass the textbuffer object when we want to add a line
separator.
|
|
This new features is available with M-p and M-n (previous/next).
It saves the last highlight viewed, meaning that if you scroll in the
buffer, M-n or M-p will take you to the next or previous hl compared to
the one before you started scrolling.
For convenience, going to the previous highlight of the first highlight
will take you to the bottom of the buffer, and going to the next
highlight of the last highlight will do *the same*.
If there are several highlights in one message, only the first line will
be considered a highlight.
|
|
|
|
|
|
Conflicts:
src/core.py
src/tabs.py
|
|
|
|
|
|
|
|
(thanks gio)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
chatstate and status!
|
|
|
|
|
|
horizontal bar
|
|
(it does not work perfectly as it should, but it doesn’t crash anymore, at least)
|
|
|
|
|
|
|
|
This avoids looping over each char we are pasting, making it
a lot faster (actually, should be instant).
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #2293
|
|
|
|
Fixes #2261
|
|
GPG plugin does that.
|
|
|
|
|
|
|
|
(cherry picked from commit 15780364cf13de0bd4c2a40d895fe77273f00ab9)
|
|
|
|
|
|
fixes #2180
|
|
|
|
|