Re: Re: [dev] [st][patch] more work on the XEmbed embedder

2024-02-04 Thread Robin Haberkorn
win.w && e->xconfigure.height == win.h) return; + if (embed) { + wc.width = e->xconfigure.width; + wc.height = e->xconfigure.height; + XConfigureWindow(xw.dpy, embed, CWWidth | CWHeight, ); + } + cresize(e->xconfigure.width, e->xconfigure.height); } -- 2.43.0 >From 4de

Re: [dev] [st][patch] more work on the XEmbed embedder

2024-02-04 Thread Robin Haberkorn
04.02.24 12:52, Hiltjo Posthuma пишет: > Hi, > > If you want to contribute to upstream you need to rebase the patches on the > master version of st. > > Then you send the patches (git-format-patch) to the mailinglist. > Okay. But first of all, there are remaining problems. I would like to

[dev] [st][patch] more work on the XEmbed embedder

2024-02-03 Thread Robin Haberkorn
of this should perhaps eventually be part of the Wiki once we fixed the remaining problems. Best regards, Robin

Re: [dev] Learn C

2019-03-24 Thread Robin Pedersen
Yo. Maybe you wanna read this? https://git.suckless.org/ https://9p.io/sources/plan9/sys/src/cmd/ Regards Robin. On Sun, 24 Mar 2019 at 11:29, Thuban wrote: > > Hi, > I want to learn C. I mean, sane C. > What i read before was based on big IDE such as codeblocks. So, I don'

Re: [dev] [surf] copying to clipboard instead of primary

2019-01-08 Thread Robin Pedersen
Hi. Does this help? https://developer.gnome.org/gdk3/stable/gdk3-Selections.html https://git.suckless.org/surf/file/surf.c.html#l1817 Regards Robin. On Tue, 8 Jan 2019 at 18:37, Caio Barros wrote: > > Hello, > > For some time I've been struggling with clipboard selection on surf.

[dev] [announcement] jack_patchbay: ncurses patchbay for jack

2018-12-30 Thread Robin Pedersen
Hi. I made a software: https://gitlab.com/byllgrim/jack_patchbay "Terminal (ncurses) patchbay for jack audio connection kit, written in C89, used to connect ports of jack clients." It's very minimal so maybe some of you people are interested. Regards Robin.

Re: [dev] Coding style: why /* */ and not //?

2018-12-27 Thread Robin Pedersen
That is a rather bold sentiment. At uni the attitude is opposite - I actually saw home assignments stating "remember to use many comments to make the code more readable". I actually agree with you; there is much less clutter if the comments don't duplicate that which is already communicated

Re: [dev] Xorg implementations

2017-07-08 Thread robin
On Tue, Jul 04, 2017 at 01:13:21AM +, sylvain.bertr...@gmail.com wrote: > I did check alpine package web browsers: it's full of libgcc_s deps. > > You can forget alpine as a no libgcc_s distro. At least, they do maintain the > patches required in order to compile many software packages with

Re: [dev] [announce] mle: a small terminal-based text editor

2017-04-09 Thread robin
On Wed, Mar 29, 2017 at 07:00:03PM +, Cág wrote: > > Personally I'd like to see more of something like mg or busybox' vi. > Unfortunately they both don't support UTF-8. nvi is pretty good as > well. > > -- > caóc > I wrote a vi like editor in <1k lines. Fairly shitty, but maybe it

Re: [dev] [announce] ff2sixel: view farbfeld images in terminal

2017-03-20 Thread robin
On Mon, Mar 20, 2017 at 11:16:58AM +0100, hiro wrote: > there's nothing convenient in your pityful setup. > > "won't disturb any window layout I had open already" > fix your window manager, seems it's not able to manage shit. > > that escape you're talking about is called execve and it works

Re: [dev] [ubase] pager

2017-02-09 Thread robin
On Thu, Feb 09, 2017 at 07:09:23PM +0100, Josuah Demangeon wrote: > roqbin.a.t.peder...@gmail.com: > > > I vaguely remember pagers discussed in a thread, and the conclusion was > > that pagers are unecessary because its the job of something like dvtm or > > tmux. > > I also like to have the

Re: [dev] [ubase] pager

2017-02-09 Thread robin
On Thu, Feb 02, 2017 at 07:45:28PM +0100, Mattias Andrée wrote: > Hi! > > I'm going to write a pager for ubase, and, because > it is a necessary component of the pager, I will > also implement ul(1). ul(1) will be used by the > pager which is necessary to get properly formatted > output when

Re: [dev] Suckless font rendering library

2016-05-15 Thread robin
On Sat, May 14, 2016 at 11:31:13PM +0300, ilab...@yandex.ru wrote: > On Sat, May 14, 2016 at 11:23:08PM +0300, Alexander Krotov wrote: > > On Sat, May 14, 2016 at 09:03:44PM +0200, robin wrote: > > > So i took up the challenge of making a suckless font rendering library. > &g

[dev] Suckless font rendering library

2016-05-14 Thread robin
So i took up the challenge of making a suckless font rendering library. The problem: my lvl is barely above noob. Maybe it will spark some motivation in someone more talented. https://github.com/byllgrim/tinyfont

Re: [dev] [scc] issues with invoking

2016-04-14 Thread robin
> Yes, it is in a very early stage. Cc1 is really advanced, and it can > parse and generate intermediate code for almost all C90, and about a > 90% of C99. Cc2 is only a draft. I had an advanced version of cc2 > for z80, but I discarded it and I began from the beginning with the > idea of

Re: [dev] Lessons Learned from 30 Years of MINIX

2016-03-06 Thread robin
On Fri, Mar 04, 2016 at 11:47:48PM +0100, FRIGN wrote: > On Fri, 4 Mar 2016 14:43:40 -0500 > Greg Reagle wrote: > > > The connection to suckless is that the author has strong minimalist and > > anti-bloat tendencies. > > when did this turn into a Hacker News here? > > --

Re: [dev] suckless shared tools

2016-02-27 Thread robin
> I noticed there's libsl on git.suckless.org Why not have a makefile in libsl? It could install to /usr/local/include/arg.h and so on. All projects using arg.h can #include . > Send patches I wouldnt know if its a good idea to have .a files such as 9base lib9.a. On Sat, Feb 27, 2016 at

Re: [dev] [surf][bug] segmentation fault

2016-02-13 Thread robin
On Tue, Feb 09, 2016 at 10:01:30PM +0100, FRIGN wrote: > On Tue, 09 Feb 2016 21:49:17 +0100 > Christoph Lohmann <2...@r-36.net> wrote: > > > Which OS are you using? > > Which distribution of this OS are you using? > > Which webkit version are you using? > > Have you compiled webkit on your own? >

[dev] [surf][bug] segmentation fault

2016-02-08 Thread robin
# Crash surf crashes with a segmentation fault. It seems to happen when scrolling, but only on certain sites or at certain times. If the window crashing was opened from another surf window, they both crash. # Sites that crash http://www.mkyong.com/java8/java-8-stream-read-a-file-line-by-line/ /*

[dev] [surf] Why yank to primary instead of clipboard?

2016-02-03 Thread robin
The function clipboard(Client *c, const Arg *arg) uses GDK_SELECTION_PRIMARY instead of GDK_SELECTION_CLIPBOARD. For me, thats a hassle. How do i copy a uri to send to a friend? I changed it to use CLIPBOARD, but I am wondering: Is there any good reason to use PRIMARY?