made big progress

This commit is contained in:
Peter Cottle 2013-01-08 13:01:54 -08:00
parent 9b77632faf
commit d7bb4064dc
6 changed files with 3392 additions and 2249 deletions

View file

@ -149,7 +149,6 @@ var CommandPromptView = Backbone.View.extend({
// now for positioning
var leftOffset = String(widthPerChar * (selectionStart % numCharsPerLine)) + 'px';
var topOffset = String(Math.floor(selectionStart / numCharsPerLine) * heightPerRow) + 'px';
console.log('height per row', heightPerRow, 'selection start', selectionStart, 'num chars perline', numCharsPerLine);
// one reflow? :D
$(this.commandCursor).css({