aboutsummaryrefslogtreecommitdiff
path: root/xC.c
Commit message (Collapse)AuthorAgeFilesLines
* xC, xD: add basic WALLOPS supportPřemysl Eric Janouch2022-02-041-0/+11
|
* xC: quote text coming from a bracketed pastePřemysl Eric Janouch2021-10-301-3/+39
| | | | Not having this has caused me much annoyance over the years.
* xC: allow passing the cursor position to editorsPřemysl Eric Janouch2021-10-301-11/+114
| | | | | | | | | | | | | | | | | | | 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.
* xC: make libedit autocomplete less miserablePřemysl Eric Janouch2021-10-301-6/+20
| | | | Omitting even this hack was a huge hit to overall usability.
* xC: normalize ^J behaviour to follow ReadlinePřemysl Eric Janouch2021-10-281-0/+1
| | | | | For some reason Editline inserts it verbatim, but in a more broken manner than it has with ^V^J.
* xC: fix newer libedit (2021-08-29)Přemysl Eric Janouch2021-10-281-14/+5
|
* xC: show orphan outcoming actions differentlyPřemysl Eric Janouch2021-09-051-1/+5
| | | | | | It's hard to think of anything actually good here. This would be an exceptionally rare thing to do, anyway.
* xC: abandon Freenode, embrace IRCnetPřemysl Eric Janouch2021-08-291-3/+3
| | | | | You're not fucking supposed to require a fucking registration on fucking IRC networks.
* xC: mIRC didn't invent all IRC formattingPřemysl Eric Janouch2021-08-291-12/+12
| | | | So let's not confuse ourselves.
* xC: refactor parsing of IRC formattingPřemysl Eric Janouch2021-08-291-83/+83
|
* xC: fix displaying IRC colours above 16Přemysl Eric Janouch2021-08-281-39/+25
| | | | | | | 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.
* xC: respect text formatting when autosplittingPřemysl Eric Janouch2021-08-281-29/+128
|
* Come up with sillier names for the binariesPřemysl Eric Janouch2021-08-061-0/+14469
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.