| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Future-proofing the protocol.
|
| |
|
| |
|
|
|
|
| |
It tends to looks inconsistent without.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For this, we needed a wire protocol. After surveying available options,
it was decided to implement an XDR-like protocol code generator
in portable AWK. It now has two backends, per each of:
- xF, the X11 frontend, is in C, and is meant to be the primary
user interface in the future.
- xP, the web frontend, relies on a protocol proxy written in Go,
and is meant for use on-the-go (no pun intended).
They are very much work-in-progress proofs of concept right now,
and the relay protocol is certain to change.
|
| |
|
|
|
|
|
|
| |
Don't treat rendition as flags, separate the two.
Also treat join and part arrows as rendition.
|
|
|
|
|
|
|
| |
Those would not work, so skip the first forward slash.
Note that liberty can save arbitrary alias names since 6e93119,
making the removed comment about checking outdated.
|
| |
|
|
|
|
|
| |
Invalid UTF-8 converted to UTF-8 may conflict with that
which was valid UTF-8 in the first place.
|
| |
|
|
|
|
|
| |
The only remaining major annoyance is incremental search
seemingly not giving back control.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Now it's a realistically useful frontend.
|
|
|
|
|
| |
Power outages and similar situations make the former unreliable,
so get rid of any false promise it might seem to give.
|
|
|
|
|
|
|
|
|
|
|
| |
This commit constitutes a breaking change to old configurations.
All behaviour.* options have now become general.*, with the following
few renames as exceptions:
- editor_command -> editor
- backlog_helper -> pager
- backlog_helper_strip_formatting -> pager_strip_formatting
|
|
|
|
| |
Introduce tildes as a new sublevel of markers.
|
|
|
|
| |
And generally clean up that script.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Snippets now receive positional parameters in the form of the buffer's
name in the locale encoding, and a filename if applicable
(we keep passing stdin along with the filename, which happens to
work out well for less(1)).
The default value of the configuration option also no longer uses
the "long prompt", which used to unhelpfully tell position in terms
of lines, but rather sets its own prompt that counts pages,
and makes sure to indicate the source buffer.
The main motivation behind this change is to make the 'v' command
work in less(1). LESSSECURE must be omitted from the snippet
for this to work.
Bump liberty to receive a config parser that allows for less
convoluted escaping.
|
| |
|
|
|
|
| |
Not having this has caused me much annoyance over the years.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add a configuration option to set a custom editor command,
different from EDITOR or VISUAL--those remain as defaults.
Implement substitutions allowing to convey cursor information
to VIM and Emacs (the latter of which is fairly painful to cater to),
and put usage hints in the configuration option's description.
This should make the editing experience a bit more seamless
for users, even though the position is carried over in one way only.
No sophisticated quoting capabilities were deemed necessary,
it is a lot of code already. The particular syntax is inspired
by .desktop files and systemd.
["/bin/sh", "-c", "vim +$2go \"$1\"", filename, position, line, column]
would be a slightly simpler but cryptic way of implementing this.
|
|
|
|
| |
Omitting even this hack was a huge hit to overall usability.
|
|
|
|
|
| |
For some reason Editline inserts it verbatim,
but in a more broken manner than it has with ^V^J.
|
| |
|
|
|
|
|
|
| |
It's hard to think of anything actually good here.
This would be an exceptionally rare thing to do, anyway.
|
|
|
|
|
| |
You're not fucking supposed to require a fucking registration
on fucking IRC networks.
|
|
|
|
| |
So let's not confuse ourselves.
|
| |
|
|
|
|
|
|
|
| |
First, we indexed the colour array without a required offset.
Second, the data type was too small and overflowed negative.
Detected during a refactor, which this is a part of.
|
| |
|
|
I'm not entirely sure, but it looks like some people might not like
jokes about the Holocaust.
On a more serious note, the project has become more serious over
the 7 or so years of its existence.
|