Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
kcode is u
Browse files Browse the repository at this point in the history
  • Loading branch information
znz committed May 22, 2013
1 parent 703fd59 commit 2adf401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansisys.rb
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,6 @@ def ansi_screen(file_name, max_col = 80, invert = false, bright = true, page = @

terminal = AnsiSys::Terminal.new
terminal.echo(data)
return terminal.render(:html, max_col, nil, colors, 'screen', styles, 'e') + "\n"
return terminal.render(:html, max_col, nil, colors, 'screen', styles, 'u') + "\n"
end
end

0 comments on commit 2adf401

Please sign in to comment.