On Wed, Aug 01, 2012 at 03:12:11PM +0200, Kai Hendry wrote:
> Couldn't quite work out how to scroll back in the buffer. To add
> "scrollbackabilty" to st.
>
> http://natalian.org/archives/2012/07/31/dwm+tmux/
>
> I'm thinking dvtm could replace tmux. I'm probably way off the mark.
Regarding easy
Hi all,
I'm searching alternative to DBus, as the project itself became quite
polarized and because DBus can't be compiled on platforms without
pthread support, except win32.
libixp looks quite suitable alternative for me; it is small, it is
easy to hack and (hopefully) easy to port on different
Somebody claiming to be Sanel Zukan wrote:
I'm searching alternative to DBus, as the project itself became quite
polarized and because DBus can't be compiled on platforms without
pthread support, except win32.
Have you considered FIFOs and/or sockets?
Oh, you want win32... INET sockets as a fa
> Have you considered FIFOs and/or sockets?
>
> Oh, you want win32... INET sockets as a fallback?
Yes, and would end up probably with similar library like libixp or
DBus, as both have ability to communicate either locally or via tcp
which is quite desired in my case.
Also, DBus exports objects on
> Please report back if it works. I will then simply apply it.
It is not working fine for me. It seems have some problems with the size of
the fonts.
> XIC xic;
> + XftDraw *xft_draw;
> + Visual *vis;
> int scr;
> Bool isfixed; /* is fixed geometry? */
> int fx, fy
> Yeah! Oh, we could have a variable for everything that one could wish
> to start in st: STTMUX, STGNUSCREEN, STAALIBKDE...
>
> or we could just use -e.
Yeah, even when you start it from a menu like dmenu or it is automatically
spawned from a graphical application. It's true that a boolean varia
how is -e not a solution?
2012/9/20 Roberto E. Vargas Caballero :
>
>> Yeah! Oh, we could have a variable for everything that one could wish
>> to start in st: STTMUX, STGNUSCREEN, STAALIBKDE...
>>
>> or we could just use -e.
>
> Yeah, even when you start it from a menu like dmenu or it is automat
> I wonder if it's possible to get something like xterm's
> eightBitInput=true in st. I would like to use the alt key for some vim
> mappings. I'm not at all savvy on terminal stuff so any hint about how
> to hack the code to get this working would be very much appreciated.
There isn't any switc
"Roberto E. Vargas Caballero" writes:
> Well... I was asking about comments and suggestion of the patches. I am not
> the person who can accept or deny new suggestion, but I am going to give my
> personal opinion.
>
>> Would you also port st to wayland?
>
> I think in case of being possible, st i
> how is -e not a solution?
Uhmmm, I suck ^^!. dmenu allows you write the full command line, so you can
use -e with it.
I have created a couple of tiny utils for working with pipes. Don't know if
they are even sizable enough to be of interest, or if anyone will find use for
them. I wanted something like 'pd' for some things I want to do, and could not
find it, so I wrote it, and then I wrote it's antagonist ir.
pd
why not a cloud service?
What's the reason behind using nginx anyway? I guess it would be simpler to
write an own http web server with go's http lib. Or am I wrong?
On Wed, Sep 19, 2012 at 5:41 AM, Uriel wrote:
> CGD runs as a FastCGI wrapper (to be used with nginx or similar web
> server) or as a standalone HTTP server
you maybe interested in unixbus
http://unixbus.org/
http://unixbus.org/ubus/
On 20 September 2012 22:33, hiro <23h...@gmail.com> wrote:
> why not a cloud service?
>
>
--
*Ivan c00kiemon5ter V Kanakarakis* >:3
On 20 September 2012 16:56, Sanel Zukan wrote:
> I'm searching alternative to DBus, as the project itself became quite
> polarized and because DBus can't be compiled on platforms without
> pthread support, except win32.
>
> libixp looks quite suitable alternative for me; it is small, it is
> easy
On Thu, Sep 20, 2012 at 9:50 PM, Džen wrote:
> What's the reason behind using nginx anyway? I guess it would be simpler to
> write an own http web server with go's http lib. Or am I wrong?
CGD can act as an HTTP server, but wont handle static files, it will
pass all requests to a single CGI scrip
On Thu, Sep 20, 2012 at 09:50:14PM +0200, Džen wrote:
> What's the reason behind using nginx anyway? I guess it would be simpler to
> write an own http web server with go's http lib. Or am I wrong?
Yes sure it's absolutely simpler to design, write, and test your own
public-facing network service f
Edgaras wrote:
> pd - "pipe discarder"
> ir - "infinite reader"
Thanks, I make use of named pipes, and I think I will want to use these.
Sam
18 matches
Mail list logo