1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-07 09:20:11 +00:00
freebsd/bin/ls
2000-06-05 20:08:50 +00:00
..
cmp.c
extern.h Don't look up the ANSI sequences each time a colour is changed, 2000-06-05 03:51:29 +00:00
ls.1
ls.c Don't use curses includes, include termcap.h instead 2000-06-05 19:36:06 +00:00
ls.h * Re-implement colour support using termcap's AF and AB capabilities 2000-06-05 02:14:01 +00:00
Makefile Don't use ncurses, use termcap 2000-06-05 19:34:31 +00:00
print.c Kill yourself in ^C handler, not exit(1) to allow script to sense signal 2000-06-05 20:08:50 +00:00
util.c