summaryrefslogtreecommitdiff
path: root/usr.bin/lam/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
committerrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
commit61a832267cc5bff1a90f086bd56309a3a0671255 (patch)
tree6f663ed82c04970fa2f72561dc8eb6681e5f29fe /usr.bin/lam/Makefile
parentb2782b14a8e5066f0436d79a391ce49f9e782b76 (diff)
lint: remove redundant '#' after 'argument' in diagnosticsHEADtrunk
Diffstat (limited to 'usr.bin/lam/Makefile')
0 files changed, 0 insertions, 0 deletions
d>christos 2009-07-22Prepare curses for the possibility of changing from termcap to terminfo.roy 2008-04-28Remove clause 3 and 4 from TNF licensesmartin 2007-09-19Set the column width when changing the background using wbkgd(), otherwisejdc 2007-05-29Fix some compiler warnings.blymn 2007-05-28Merge in wide curses code done as a Summer of Code project byblymn 2007-01-21Add debug "areas" that allow selective debugging by setting thejdc 2006-01-15Background characters and attributes don't need to be kept per characterjdc 2003-02-17Fix resize of windows with subwins.dsl 2002-08-04Set the curses default colours to white on black when using colour.jdc 2000-04-24* Added rcs id line to files missing it.blymn 2000-04-18Don't replace background character with null character.jdc 2000-04-16Add bkgd() and bkgdset() (which were previously just macros).jdc 2000-04-15Added functions to replace what were previously macros in curses.hblymn 2000-04-13Nuke unused variables.simonb 2000-04-12Background manipulation routines.jdc