/[ttyrec]/jsttyplay/html/showtty.js
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /jsttyplay/html/showtty.js

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

revision 1 by dpavlin, Tue Feb 17 18:12:32 2009 UTC revision 2 by dpavlin, Tue Feb 17 19:05:39 2009 UTC
# Line 20  var makeTable = function (width, height) Line 20  var makeTable = function (width, height)
20          row.style.margin = '0';          row.style.margin = '0';
21          row.style.padding = '0';          row.style.padding = '0';
22          row.style.wordSpacing = '0';          row.style.wordSpacing = '0';
23          row.style.height = '1.2em';  //        row.style.height = '1.2em';   // XXX fix line spacing
24          for (var i = 1; i <= width; i++) {          for (var i = 1; i <= width; i++) {
25              var charelem = document.createElement("pre");              var charelem = document.createElement("pre");
26              charelem.style.backgroundColor = '#000';              charelem.style.backgroundColor = '#000';

Legend:
Removed from v.1  
changed lines
  Added in v.2

  ViewVC Help
Powered by ViewVC 1.1.26