Re: [dev] C variants, compilers and completeness

2023-08-01 Thread Pontus Stenetorp
On Mon 24 Jul 2023, Sagar Acharya wrote: > > I see C compilers recommended by suckless are: > > tinycc > simplecc > cproc > qbe > lacc > > Which variant of C do they offer? What are the differences and do they offer > sufficient features to express with a program completely? Whether they are

Re: [dev] Minimalist software. Should I care?

2023-07-05 Thread Pontus Stenetorp
On Wed 05 Jul 2023, Nikita Krasnov wrote: > > > > I'm on this mailing list to stay in the loop on updates and patches to > > software I use. Not present evangelical arguments to someone who doesn't > > know what to believe in. > > [P]lus, it's not like it's too busy here anyways. Would you

Re: [dev] [tabbed] utf8 characters not displayed in tabs

2022-08-29 Thread Pontus Stenetorp
On Mon 29 Aug 2022, Seb wrote: > > I am using xterm under tabbed (v.0.6) and some of the polish > characters which are in the directory name are not displayed in the > tabs and the rest of the name is truncated, for instance: > > /home/seb/żółty is truncated to /home/seb/żó > > when I set the

Re: [dev] [dwm] Incorrect resolution when turning on dual monitors

2022-05-07 Thread Pontus Stenetorp
On Sat 07 May 2022, Yan Doroshenko wrote: > > Not sure if this is of any help, but I was having troubles with DWM on > two monitors as well, one screen was not recognized by DWM. > > A 1 second delay before running my screen layout script was enough to > fix it, here's an explanation: > >

Re: [dev] Some direction with my project

2022-04-16 Thread Pontus Stenetorp
On Fri 15 Apr 2022, Chibby Bromanson wrote: > On Fri, Apr 15, 2022 at 02:20:25PM +0200, Wolf wrote: > > On 2022-04-15 08:51:50 +, Hadrien Lacour wrote: > > > > > > Some implementation details: do you really need autohell when the only > > > thing > > > you use it for is to detect the

Re: [dev] requirements of build systems

2022-02-01 Thread Pontus Stenetorp
On Tue 01 Feb 2022, NRK wrote: > On Mon, Jan 31, 2022 at 12:10:27AM +0200, Petros Pateros wrote: > > However, it was pointed out to me that relying on mtime can give wrong > > results, > > for example: > > (a) if the clock is set backwards or in case of insufficient granularity in > > mtime > >