Dietline/rline also do this
On Jun 24, 2010, at 9:42 PM, Ethan Grammatikidis
wrote:
On 24 Jun 2010, at 20:04, pancake wrote:
I was quite happy when i read about linenoise..but after reading
the code..
how can somebody say that such code can replace readline? It just
read lines
and s
Hi Kris!
On Thu, Jun 24, 2010 at 11:07:51AM -0400, Kris Maglione wrote:
> On Thu, Jun 24, 2010 at 03:41:48PM +0200, Antoni Grzymala wrote:
> >u...@netbeisser.de dixit (2010-06-24, 15:37):
> >>Hm, an IPv6 dog ;)
> >
> >Dog is better than cat :)
>
> Go somewhere else, please.
I respect you, but pl
On 24 Jun 2010, at 20:04, pancake wrote:
I was quite happy when i read about linenoise..but after reading the
code..
how can somebody say that such code can replace readline? It just
read lines
and supports history. nothing more, there's no autocompletion and
does not works
on windows.
Small update to the ii man page to include /a to mark user away. (I
got thoroughly confused)
-emg
ii-1.4-manfix.diff
Description: Binary data
On 24 Jun 2010, at 20:14, pancake wrote:
And 9term does not support ansi or control codes.
My position is I would be using 9term if I could, but I'm having
trouble with it on one machine. I probably could put in the work
needed to make it work (and p9p in general not conflict with 9base)
And 9term does not support ansi or control codes.
On Jun 24, 2010, at 2:26 PM, Ethan Grammatikidis
wrote:
On 24 Jun 2010, at 07:10, anonymous wrote:
Works nice, but with 9term it is possible to move cursor and edit
line. If you don't want to use readline (because of license), you
can
I was quite happy when i read about linenoise..but after reading the code..
how can somebody say that such code can replace readline? It just read lines
and supports history. nothing more, there's no autocompletion and does not works
on windows.
Some years ago I wrote 'dietline' which works on w
On Thu, Jun 24, 2010 at 4:59 PM, Kurt H Maier wrote:
> jj requires glib. if ji doesn't, I already like it better.
People that write programs that depend on glib should be taken out and
shot, probably followed by those that write XMPP clients (and servers,
and anything else that interacts with XM
On Thu, Jun 24, 2010 at 5:26 AM, Ethan Grammatikidis
wrote:
>
> On 24 Jun 2010, at 07:10, anonymous wrote:
>
>> Works nice, but with 9term it is possible to move cursor and edit
>> line. If you don't want to use readline (because of license), you can
>> use libedit from BSD.
>
> Or linenoise[1],
On Thu, Jun 24, 2010 at 03:41:48PM +0200, Antoni Grzymala wrote:
u...@netbeisser.de dixit (2010-06-24, 15:37):
Hm, an IPv6 dog ;)
Dog is better than cat :)
Go somewhere else, please.
--
Kris Maglione
Insane people are always sure that they are fine. It is only the sane
people who are will
jj requires glib. if ji doesn't, I already like it better.
--
# Kurt H Maier
u...@netbeisser.de dixit (2010-06-24, 15:37):
> On Thu, Jun 24, 2010 at 01:44:50PM +0200, Antoni Grzymala wrote:
> > Antoni Grzymala dixit (2010-06-24, 13:42):
> >
> > > markus schnalke dixit (2010-06-24, 12:21):
> > >
> > > > [2010-06-24 13:10] Ramil Farkhshatov
> > > > >
> > > > > I decided
On Thu, Jun 24, 2010 at 01:44:50PM +0200, Antoni Grzymala wrote:
> Antoni Grzymala dixit (2010-06-24, 13:42):
>
> > markus schnalke dixit (2010-06-24, 12:21):
> >
> > > [2010-06-24 13:10] Ramil Farkhshatov
> > > >
> > > > I decided to share a simple jabber client with ii interface. It supports
On 24 Jun 2010, at 07:10, anonymous wrote:
Works nice, but with 9term it is possible to move cursor and edit
line. If you don't want to use readline (because of license), you can
use libedit from BSD.
Or linenoise[1], which sucks vastly less than either. :)
[1] http://github.com/antirez/lin
Antoni Grzymala dixit (2010-06-24, 13:42):
> markus schnalke dixit (2010-06-24, 12:21):
>
> > [2010-06-24 13:10] Ramil Farkhshatov
> > >
> > > I decided to share a simple jabber client with ii interface. It supports
> > > normal convercations and multi-user conferences. Requires iksemel and
>
markus schnalke dixit (2010-06-24, 12:21):
> [2010-06-24 13:10] Ramil Farkhshatov
> >
> > I decided to share a simple jabber client with ii interface. It supports
> > normal convercations and multi-user conferences. Requires iksemel and gnutls
> > (optional).
> > Can be taken here:
> > git clone
> > (I know about bitlbee, but didn't like it for some reason).
>
> Do you know about jj too?
> http://23.fi/jj/
Wow. No I didn't.
--
Ramil Farkhshatov
> Could you update your config.h to
> the new tip config.def.h (by just removing the "static" keywords), and
> confirm whether it compiles now?
Yup, new tip compiles just fine. :)
I didn't say my fix was the right way to do it, but I also didn't want
to make my self familiar with the entire codeba
Hey,
On 24/06/2010, ⚖ Alexander "Surma" Surma wrote:
> dmenu hg tip misses the include of config.h in draw.c
> Results in unresolved symbols when compiling
I was a little confused, since compilation works perfectly for me,
until I checked config.def.h: the symbols are static, so unlike the
other
[2010-06-24 13:10] Ramil Farkhshatov
>
> I decided to share a simple jabber client with ii interface. It supports
> normal convercations and multi-user conferences. Requires iksemel and gnutls
> (optional).
> Can be taken here:
> git clone http://iris-comp.ru/public/git/ji.git
>
> (I know about
dmenu hg tip misses the include of config.h in draw.c
Results in unresolved symbols when compiling
diff -r 5fb4741fa436 draw.c
--- a/draw.cWed Jun 23 14:29:32 2010 +0100
+++ b/draw.cThu Jun 24 11:11:52 2010 +0200
@@ -7,6 +7,7 @@
#include
#include
#include
+#include "config.h"
#inclu
Hello.
I decided to share a simple jabber client with ii interface. It supports
normal convercations and multi-user conferences. Requires iksemel and gnutls
(optional).
Can be taken here:
git clone http://iris-comp.ru/public/git/ji.git
(I know about bitlbee, but didn't like it for some reason).
-
22 matches
Mail list logo