On Sat, Aug 16, 2014 at 04:51:27PM -0500, Steven Degutis wrote:
> I'm making progress on my port of st to OS X, and one of the changes
> I'm making is to get rid of globals, turning most of them into fields
> on Term, and making all the functions that use them take Term* as an
> argument. It's a very minimal change, still very compatible with the
> original st. Are these changes going to be wanted upstream?

What is the point?

One obvious cons is that it will bloat the code, make it less readable.

-- q

Reply via email to