Skip to content

Commit

Permalink
Fixed tkn. Complete slides by simple form.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiazz committed Dec 14, 2012
1 parent 3ca6f82 commit 632e8c6
Show file tree
Hide file tree
Showing 2 changed files with 832 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/tkn
Expand Up @@ -94,7 +94,9 @@ def render_center(content)
end

# Renders a section banner.
def render_section(content)
def render_section(raw_content)
content = " \e[1m#{raw_content}\e[0m "

nrows, ncols = winsize
width = width(content)

Expand Down

0 comments on commit 632e8c6

Please sign in to comment.