/[papo]/papo/ruff/box.py
ViewVC logotype

Diff of /papo/ruff/box.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by jlenton, Wed Nov 26 19:38:02 2003 UTC revision 1.6 by jlenton, Thu Nov 27 07:28:07 2003 UTC
# Line 84  class Box(UserList): Line 84  class Box(UserList):
84              s=[s]              s=[s]
85          if container_height and self.vfill:          if container_height and self.vfill:
86              s = (s*container_height)[:container_height]              s = (s*container_height)[:container_height]
87            return s
88            #  lo que sigue es lo que haría funcionar los estilos; hay que
89            #  ver cómo hacer para que xless no lo dibuje...
90          i=self.caps.start(self.style)          i=self.caps.start(self.style)
91          o=self.caps.end(self.style)          o=self.caps.end(self.style)
92          return [i+j+o for j in s]          return [i+j+o for j in s]

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26