Re: [dev] terminal that accepts any size

2010-03-23 Thread Lorenzo Bolla
I gave 9term a quick try, but I couldn't get neither vim nor less work properly with it (they both complain about 9term being an "unknown" terminal). Is any of you guys using 9term with either vim or less? Thanks! L. On Mon, Mar 22, 2010 at 6:21 PM, Jonas Bernoulli wrote: > On Mon, Mar 22, 20

Re: [dev] terminal that accepts any size

2010-03-23 Thread hiro
Sorry, it's a different and incompatible concept. There is no need for less any more (Toggle scrolling with middle-click scroll). If you need vi it's the wrong way. But since you got that far you could also try acme and sam as an alternative :P On 3/23/10, Lorenzo Bolla wrote: > I gave 9term a qu

Re: [dev] terminal that accepts any size

2010-03-23 Thread pancake
9term is just a pipe, there's just visual buffering, but no console control, no gotoxy, no colors, no icanon modes, etc.. simplest :) Lorenzo Bolla wrote: I gave 9term a quick try, but I couldn't get neither vim nor less work properly with it (they both complain about 9term being an "unknown"

Re: [dev] terminal that accepts any size

2010-03-23 Thread Lorenzo Bolla
To be honest, I did indeed try sam and acme, but I went back to vim. I don't want to start another boring flame war: vim is just more convenient for me and it comes to a set of pre-implemented features that I like (and don't want to implement myself for sam or acme). As the saying about "democrac

Re: [dev] [sic] Segfault

2010-03-23 Thread Claudio M. Alessi
What about removing (or commenting) line 45 by default? Who needs debug output can put (or remove comment) itself. -- JID: smoppy AT gmail.com WWW: http://cma.teroristi.org

Re: [dev] terminal that accepts any size

2010-03-23 Thread anonymous
You can use gvim if you really need vim. Instead of screen you can use your tiling window manager.

Re: [dev] terminal that accepts any size

2010-03-23 Thread Lorenzo Bolla
On Tue, Mar 23, 2010 at 1:16 PM, anonymous wrote: > You can use gvim if you really need vim. > True, but I edit on remote machines which might not have X. > Instead of screen you can use your tiling window manager. > Screen is something more than a "textual" window manager, and surely not th

Re: [dev] [surf] script.js

2010-03-23 Thread julien steinhauser
On Tue, Mar 16, 2010 at 10:33:04PM +0100, julien steinhauser wrote: > > On Wed, Mar 17, 2010 at 12:15:43AM +0300, anonymous wrote: > > > > Anyway, even if this thread is repost, problem is not solved > > completely. Looks like problem is not with link_hints. script.js sometimes > > don't work at

Re: [dev] [surf] script.js

2010-03-23 Thread Anselm R Garbe
On 23 March 2010 13:35, julien steinhauser wrote: > On Tue, Mar 16, 2010 at 10:33:04PM +0100, julien steinhauser wrote: >> >> On Wed, Mar 17, 2010 at 12:15:43AM +0300, anonymous wrote: >> > >> > Anyway, even if this thread is repost, problem is not solved >> > completely. Looks like problem is not

Re: [dev] [surf] Who stole the cookies from the cookie jar?

2010-03-23 Thread jokke
Thnx for bringin this up. I have been cursing these session problems since I started to use surf. I just don't know C well enought to catch the problem and I have looked it also from wrong place. I was sure it was SOAP-problem. Does this mean that I can solve this problem by making some hack that

Re: [dev] [surf] script.js

2010-03-23 Thread julien steinhauser
On Tue, Mar 23, 2010 at 01:43:41PM +, Anselm R Garbe wrote: > > On 23 March 2010 13:35, julien steinhauser > wrote: > > On Tue, Mar 16, 2010 at 10:33:04PM +0100, julien steinhauser wrote: > >> > >> On Wed, Mar 17, 2010 at 12:15:43AM +0300, anonymous wrote: > >> > > >> > Anyway, even if this

Re: [dev] [surf] script.js

2010-03-23 Thread anonymous
On Tue, Mar 23, 2010 at 01:43:41PM +, Anselm R Garbe wrote: > More sucking technologies don't work on suckless.org ;) Seriously, it is possible to throw javascript away. Arora implements hints (hit ctrl) without javascript, it manipulates DOM through WebKit API. Maybe hints can be distribute

Re: [dev] terminal that accepts any size

2010-03-23 Thread Jacob Todd
On Tue, Mar 23, 2010 at 01:26:31PM +, Lorenzo Bolla wrote: > On Tue, Mar 23, 2010 at 1:16 PM, anonymous wrote: > > > You can use gvim if you really need vim. > > > > True, but I edit on remote machines which might not have X. > > > > > Instead of screen you can use your tiling window mana

Re: [dev] terminal that accepts any size

2010-03-23 Thread yy
2010/3/23 Jacob Todd : > You could see if Iosrv[1] works in 9term. > > [1]http://www.9gridchan.org/iosrv/ It does not, but I was talking with mycroftiv about a port to p9p some months ago and it would be not only feasible, but also very interesting. And I'm sure he will be willing to give some hel

Re: [dev] Fullscreen troubles.

2010-03-23 Thread Demelier David
On Sun, Mar 21, 2010 at 11:08:35AM +0100, Jakub Lach wrote: > Dnia 21 marca 2010 4:56 Tony Lainson napisaƂ(a): > > > SDL fullscreen works in xmonad, which IIRC doesn't reparent windows either. > > > > Another (small) problem with SDL I've been unable to track down: > > there's a race that someti