Re: FreeBSD tabs(1) ported to OpenBSD

2018-05-29 Thread Il Ka
Minor note: instead of including compilation instructions to code, 
is not it better to use bsd make system?

Following Makefile does the trick:

PROG=tabs
LDADD+=-lncursesw
.include


With it you can "make" and "make install" your app.




--
Sent from: 
http://openbsd-archive.7691.n7.nabble.com/openbsd-dev-tech-f151936.html



FreeBSD tabs(1) ported to OpenBSD

2018-05-28 Thread Steven Rutter
I was frustrated with not being able to adjust my tab width in the terminal 
(and in ed as a result) so I ported the FreeBSD version of tabs to OpenBSD. 
Just thought I would share because it seems odd that it is not in OpenBSD.

-Steven Rutter



tabs.tar.gz
Description: GNU Zip compressed data