Re: [dev] [st] librt on OpenBSD

2018-03-14 Thread Thuban
* Thuban le [14-03-2018 21:19:36 +0100]: > Udner OpenBSD 6.2, `make` returns : > > /usr/bin/ld: cannot find -lrt > clang: error: linker command failed with exit code 1 (use -v to see > invocation) > *** Error 1 in /home/xavier/geek/gitreps/suckless/st (Makefile:30 'st') > >

[dev] [st] librt on OpenBSD

2018-03-14 Thread Thuban
Udner OpenBSD 6.2, `make` returns : /usr/bin/ld: cannot find -lrt clang: error: linker command failed with exit code 1 (use -v to see invocation) *** Error 1 in /home/xavier/geek/gitreps/suckless/st (Makefile:30 'st') Removing `-librt` from config.mk help, and compilati

[dev] [st] release 0.8

2018-03-14 Thread Hiltjo Posthuma
Hi, There is now a new release of st 0.8. There are many features and code that has been rewritten. Particulary noteworthy is now a more clear separation of the X11/Xft code and the terminal emulator logic. Some peole have shown interest in writing a Wayland port, writing specific (fuzz) tests f

[dev] [dmenu] release 4.8

2018-03-14 Thread Hiltjo Posthuma
Hi, There is now a new release of dmenu 4.8. Features: - Add key bindings for moving to the word start or end: Mod1+b/^Left and Mod1+f/^Right. - Set class name on menu window (WM_CLASS). Fixes: - Fix a possible free of a uninitialize variable in paste(). Thanks goes out to all the contributors

Re: [dev] [bc]

2018-03-14 Thread Laslo Hunhold
On Tue, 13 Mar 2018 13:56:27 -0700 Michael Forney wrote: Dear Michael, > I know next to nothing about bc and what GNU extensions are used by > timeconst.bc, but being able to build a linux kernel sounds like a > good goal to me. However, if timeconst.bc can be changed to use only > portable feat

Re: [dev] [dwm] closing focused master window may move focus (unexpectedly) to stacked window

2018-03-14 Thread Hiltjo Posthuma
On Tue, Mar 13, 2018 at 09:52:38AM +0100, hp.g wrote: > situation: > > I have 3 windows open (1 on the left as master, 2 on the right, vertically > arranged as stacked window) > like so: > > - > |A |B | > | > ||C | > - > > I then do the following: > 1. I focus C,