Re: [dev] [sic] srw - simple read wrapper

2010-06-24 Thread anonymous
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.

[dev] ji - ii-like jabber client

2010-06-24 Thread Ramil Farkhshatov
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).

[dev] [dmenu] tip missing header

2010-06-24 Thread Surma
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 string.h #include strings.h #include X11/Xlib.h

Re: [dev] ji - ii-like jabber client

2010-06-24 Thread markus schnalke
[2010-06-24 13:10] Ramil Farkhshatov ra...@gmx.co.uk 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

Re: [dev] ji - ii-like jabber client

2010-06-24 Thread Antoni Grzymala
markus schnalke dixit (2010-06-24, 12:21): [2010-06-24 13:10] Ramil Farkhshatov ra...@gmx.co.uk 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

Re: [dev] ji - ii-like jabber client

2010-06-24 Thread Antoni Grzymala
Antoni Grzymala dixit (2010-06-24, 13:42): markus schnalke dixit (2010-06-24, 12:21): [2010-06-24 13:10] Ramil Farkhshatov ra...@gmx.co.uk I decided to share a simple jabber client with ii interface. It supports normal convercations and multi-user conferences. Requires iksemel and

Re: [dev] ji - ii-like jabber client

2010-06-24 Thread u
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 ra...@gmx.co.uk I decided to share a simple jabber client with ii interface. It supports

Re: [dev] ji - ii-like jabber client

2010-06-24 Thread Kurt H Maier
jj requires glib. if ji doesn't, I already like it better. -- # Kurt H Maier

Re: [dev] ji - ii-like jabber client

2010-06-24 Thread Kris Maglione
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

Re: [dev] [sic] srw - simple read wrapper

2010-06-24 Thread Evan Gates
On Thu, Jun 24, 2010 at 5:26 AM, Ethan Grammatikidis eeke...@fastmail.fm 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

[dev] [ii] patch - update man page

2010-06-24 Thread Evan Gates
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

Re: [dev] [sic] srw - simple read wrapper

2010-06-24 Thread Ethan Grammatikidis
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.

Re: [dev] ji - ii-like jabber client

2010-06-24 Thread u
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 please show

Re: [dev] [sic] srw - simple read wrapper

2010-06-24 Thread pancake
Dietline/rline also do this On Jun 24, 2010, at 9:42 PM, Ethan Grammatikidis eeke...@fastmail.fm 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