1 2 3 4 5 6 7 8 9 10 11
--- /usr/bin/pydf.orig 2009-03-10 05:17:22.000000000 +0000 +++ /usr/bin/pydf 2009-03-10 05:24:49.000000000 +0000 @@ -528,7 +528,7 @@ def display_table(table, terminal_width) out(makecolour(colourcode)) out(text) out(row_separator) - out( colours['default'] ) + out(colours[normal_colour]) out('\n')