search for: a_reverse

Displaying 2 results from an estimated 2 matches for "a_reverse".

Did you mean: _reverse
2006 Jun 03
4
xentop.c error
...ction `compare_net_rx'': xentop.c:541: error: `TRUE'' undeclared (first use in this function) xentop.c: In function `print_net_rx'': xentop.c:548: error: `TRUE'' undeclared (first use in this function) xentop.c: In function `do_header'': xentop.c:643: error: `A_REVERSE'' undeclared (first use in this function) xentop.c:649: error: `A_BOLD'' undeclared (first use in this function) xentop.c: In function `do_bottom_line'': xentop.c:661: warning: implicit declaration of function `move'' xentop.c:664: warning: implicit declaration of fu...
2012 Jul 19
2
[PATCH] pygrub: add syslog support to pygrub
...l = img.lines[idx].expandtabs().ljust(70) if len(l) > 70: l = l[:69] + ">" - + self.entry_win.addstr(idp, 2, l) if idx == curline: self.entry_win.attroff(curses.A_REVERSE) @@ -349,7 +350,7 @@ class Grub: self.command_line_mode() if self.isdone: return - + # bound at the top and bottom if curline < 0: curline = 0 @@ -357,11 +358,11 @@ class Grub:...