jarun / nnn

n³ The unorthodox terminal file manager
BSD 2-Clause "Simplified" License
19.4k stars 763 forks source link

dprintf() polyfill for Illumos #1911

Closed sjmulder closed 3 months ago

sjmulder commented 4 months ago

I realise it's a bit of a long shot, submitting a PR to fix a legacy platform, but I thought I might at least try upstreaming this patch we've been using for a while.

Edit: this is also for Illumos, which is actively maintained.

jarun commented 4 months ago

@N-R-K please merge when ready.

sjmulder commented 4 months ago

Turns out there aren't that many dprintf() calls so perhaps this alternative is better: https://github.com/jarun/nnn/pull/1912

jarun commented 3 months ago

Closed with #1912.