[dev] dvtm copy mode is broken on OpenBSD

2022-10-27 Thread unix
My issue is very similar to https://github.com/martanne/dvtm/issues/111. My default editor (vis) is envoked when I do Mod+e but when I try to paste with Mod+p nothing happens. Tested on xterm and st, with OpenBSD vi and vis editors, in cwm and wmii window managers. I tried invoking the terminal

[dev] [libsl][bug] Call FcFini on cleanup for projects calling FcIni

2022-10-27 Thread Anskrevy
Any program using libsl, or calling FcIni (directly or indirectly), that does not call FcFini results in a small memory leak. dwm and dmenu are effected by this. Appending a call to FcFini in the cleanup function will fix this.