[dev] end

2021-01-14 Thread Kyryl Melekhin
filip wrote: > Hello, > I have set up bindings for zooming, but when I try to zoom it only > scrolls... > Is this is a common issue? > > //F Greetings, Zoom does not work in st if you are using bitmap fonts. Or it does work, but only for the dimensions you have for that specific font. So if you

Re: [dev] Zooming

2021-01-14 Thread LuxGiammi
Are you speaking of st? In this case... no. It's not a common issue (or at least my config.h works fine) Here's the relevant content of my config.h file: ``` { TERMMOD, XK_Prior, zoom, {.f = +1} }, { TERMMOD, XK_Next,zoom,

Re: [dev] can redo handle phony targets properly?

2021-01-14 Thread Sergey Matveev
*** Greg Reagle [2021-01-14 06:39]: >If I happen to create a file with the same name as a phony target (e.g. >"install"), then redo will refuse to run the rule. It depends on how your rule (.do) is written. If it has no dependencies, no redo-always or anything similar, then it has no obligations

[dev] Zooming

2021-01-14 Thread filip
Hello, I have set up bindings for zooming, but when I try to zoom it only scrolls... Is this is a common issue? //F

Re: [dev] can redo handle phony targets properly?

2021-01-14 Thread Greg Reagle
Thank you for the explanation. To make sure that I understand, please tell me whether my statements are correct . . . Redo cannot be told to ignore a target file. If I happen to create a file with the same name as a phony target (e.g. "install"), then redo will refuse to run the rule. The on