chros73
chros73
Oh, and I created full (!) [syntax highlighting](https://github.com/chros73/rtorrent-ps-ch/issues/153) for mcedit :) Enjoy!
Since I went through all your configs and I haven't seen this in them (as far as I can recall): this can be a [workaround](https://github.com/rakshasa/rtorrent/issues/180#issuecomment-230115384) until you fix it. Thanks!
The [mentioned](https://github.com/pyroscope/rtorrent-ps/issues/57#issuecomment-286690792) `match` method is good for this.
Oh, sorry, my bad, I haven't looked at the code.
Wouldn't it better if `d.tracker_domain` command would return back the alias as well if there's any? Then this command could be used to display it on the UI. If not...
> I noticed that -O2 was being implicitly passed when CXXFLAGS was unset. I'm not familiar enough with autoconf to understand where the default value of -g -O2 is coming...
> and 0.9.7/0.13.7 (I have a set of local patches to make the latter work) You don't have to do this: [rtorrent-ps-ch](https://github.com/chros73/rtorrent-ps-ch) The build script is a bit different than...
I'm not sure whether it's needed. (I was asked about the same thing and also the other one (Command: ui.notice=duration,message) during the last week.) E.g. I only use 1 parameterized...
Hmmm ... :) It's easy when you use [readline lib](http://cc.byexamples.com/2008/06/13/gnu-readline-how-to-keep-a-history-list-of-entered-command-lines/) but maybe it's an overkill for rtorrent.
I've implemented the [input history](https://github.com/chros73/rtorrent-ps/issues/83) (I didn't use readline since every bit of the prompts was coded in rtorrent).