Commit Graph

17 Commits (2589345e5cce522eb9491a09227b315104a650e2)

Author SHA1 Message Date
Timothy Stack ecb1af304d [view_curses] fix search highlights
Cleanup the styling code, never really redid it after
switching to use mvwin_wchnstr

Fixes #493
6 years ago
Phil Hord 3f7f80e32c Squash various compiler warnings
Unused-result from sensitive APIs, printf/scanf formatting types, set
but never used variables, and uninitialized variables.

Also there's one select(enum) that doesn't cover all cases.
6 years ago
Timothy Stack 283293e019 [tests] update expected output for default colors change 7 years ago
Suresh Sundriyal bfee33b7fd Turn on 'sign-compare' error check for tests. 9 years ago
Suresh Sundriyal e62172fb63 [-Wformat] Fix scripty.cc again.
Seems like timeval is defined differently on OS X than on Linux. So
fixing the format specifier on one breaks it on the other. Explicitly
cast the value being passed in to fix the problem on both the platforms.
9 years ago
Suresh Sundriyal e359f8552a [-Wunused-result] Bunch of test files. 9 years ago
Suresh Sundriyal c45496b593 [-Wformat] test/scripty.cc 9 years ago
Timothy Stack b6baae7730 [debug] more debugging stuff
Defect Number:
    Reviewed By:
   Testing Done:
10 years ago
Timothy Stack f62b5c271c [release] bump to 0.5.1 11 years ago
Timothy Stack b68a1bba9b [test] some cleanup for tests and other things
Just a cleanup pass
12 years ago
Timothy Stack 443b2873a4 fix some warnings 12 years ago
Timothy Stack a19faa885a [valgrind] Plug some more leaks and tweak a few things 12 years ago
Timothy Stack e738619a54 [win build] fix curses autoconf stuff
The curses macro was out-of-date and needed to be updated to the latest and
greatest.
12 years ago
tstack 7a3650a711 fix some minor glitches, add idle_msecs column to log tables 15 years ago
tstack c07ba8756f Freebsd build changes 15 years ago
Timothy Stack 2713f3564e always restore the termios before exiting 15 years ago
tstack b4ec432515 first commit 15 years ago