2015-08-24 |
Jason Woofenden | run.sh: complain if not passed width/height
|
commit | commitdiff | tree |
2015-04-03 |
Jason Woofenden | don't show spaces at end of lines (better copy/paste)
|
commit | commitdiff | tree |
2015-04-03 |
Jason Woofenden | implement: csi_@, csi_P, csi_h (aptitude flawless)
|
commit | commitdiff | tree |
2015-04-03 |
Jason Woofenden | fix esc seqs: csi_d, csi_G
|
commit | commitdiff | tree |
2015-04-02 |
Jason Woofenden | Add commandline args for term dimensions
|
commit | commitdiff | tree |
2015-04-02 |
Jason Woofenden | fix bright bg, add ansi chars, more esc seqs
|
commit | commitdiff | tree |
2013-04-18 |
Jason Woofenden | add .editorconfig
|
commit | commitdiff | tree |
2013-04-10 |
Jason Woofenden | htmlterm: redraw on init
|
commit | commitdiff | tree |
2013-04-10 |
Jason Woofenden | factor out htmlterm.coffee
|
commit | commitdiff | tree |
2013-04-10 |
Jason Woofenden | fix a comment
|
commit | commitdiff | tree |
2013-02-01 |
Jason Woofenden | Merge branch 'release/1.0' into develop
|
commit | commitdiff | tree |
2013-02-01 |
Jason Woofenden | bump version number to 1.0
|
commit | commitdiff | tree |
2013-02-01 |
Jason Woofenden | add README.md (including install instructions)
|
commit | commitdiff | tree |
2013-02-01 |
Jason Woofenden | move settings to the top of server.coffee
|
commit | commitdiff | tree |
2013-02-01 |
Jason Woofenden | add COPYING file (MIT License)
|
commit | commitdiff | tree |
2013-02-01 |
Jason Woofenden | wrap lines in <code>s not <divs>
|
commit | commitdiff | tree |
2013-02-01 |
Jason Woofenden | ui: html-encode white text too
|
commit | commitdiff | tree |
2013-02-01 |
Jason Woofenden | init: don't send spaces at end of lines
|
commit | commitdiff | tree |
2013-02-01 |
Jason Woofenden | init: send normal screen too when on alt
|
commit | commitdiff | tree |
2013-02-01 |
Jason Woofenden | init: encode terminal state as terminal output
|
commit | commitdiff | tree |
2013-02-01 |
Jason Woofenden | index.html: get rid of accidental padding
|
commit | commitdiff | tree |
2013-02-01 |
Jason Woofenden | esc_* support, implement esc_M
|
commit | commitdiff | tree |
2013-02-01 |
Jason Woofenden | listen on port 2218
|
commit | commitdiff | tree |
2013-02-01 |
Jason Woofenden | have client's socket.io use same server as the page
|
commit | commitdiff | tree |
2013-02-01 |
Jason Woofenden | terminal.coffee: only console.log() if it exists
|
commit | commitdiff | tree |
2013-02-01 |
Jason Woofenden | add csi_M (scroll up to cursor)
|
commit | commitdiff | tree |
2013-01-31 |
Jason Woofenden | refactor to fix code duplication in line shuffling
|
commit | commitdiff | tree |
2013-01-31 |
Jason Woofenden | add csi_L (scroll backwards)
|
commit | commitdiff | tree |
2013-01-31 |
Jason Woofenden | add csi_r (scrolling region)
|
commit | commitdiff | tree |
2013-01-31 |
Jason Woofenden | display cursor, handle show/hide sequences
|
commit | commitdiff | tree |
2013-01-31 |
Jason Woofenden | add cursor incrementals movement: csi_[ABCD]
|
commit | commitdiff | tree |
2013-01-31 |
Jason Woofenden | fix ESC[0m, implement italic, render invisible
|
commit | commitdiff | tree |
2013-01-31 |
Jason Woofenden | parse and render inverse attribute
|
commit | commitdiff | tree |
2013-01-31 |
Jason Woofenden | fix csi_H (off-by-one error)
|
commit | commitdiff | tree |
2013-01-31 |
Jason Woofenden | when clearing, careful of cursor being after right...
|
commit | commitdiff | tree |
2013-01-31 |
Jason Woofenden | don't wrap after printing in last cell
|
commit | commitdiff | tree |
2013-01-31 |
Jason Woofenden | fix backspace (it wraps and doesn't clear)
|
commit | commitdiff | tree |
2013-01-31 |
Jason Woofenden | make csi_J(0/1) clear part of current line too
|
commit | commitdiff | tree |
2013-01-31 |
Jason Woofenden | make csi_K (clear characters) inclusive always
|
commit | commitdiff | tree |
2013-01-31 |
Jason Woofenden | csiq_ prefix, alt screen flipping, clamp csi_H
|
commit | commitdiff | tree |
2013-01-31 |
Jason Woofenden | add csi_J, fix csi_K(2)
|
commit | commitdiff | tree |
2013-01-31 |
Jason Woofenden | csi_* in alphabetic order in source
|
commit | commitdiff | tree |
2013-01-31 |
Jason Woofenden | csi_H, csi_K, better csi args cleaning/defaults
|
commit | commitdiff | tree |
2013-01-30 |
Jason Woofenden | set default colors from palette
|
commit | commitdiff | tree |
2013-01-30 |
Jason Woofenden | move client js to client.coffee
|
commit | commitdiff | tree |
2013-01-30 |
Jason Woofenden | name this project "watch-my-terminal"
|
commit | commitdiff | tree |
2013-01-30 |
Jason Woofenden | handle 256-color change sequences
|
commit | commitdiff | tree |
2013-01-30 |
Jason Woofenden | stop pretending what fg white is 0
|
commit | commitdiff | tree |
2013-01-30 |
Jason Woofenden | add 256 color palette (not used yet)
|
commit | commitdiff | tree |
2013-01-30 |
Jason Woofenden | add next 8 colors (now 16)
|
commit | commitdiff | tree |
2013-01-30 |
Jason Woofenden | parse in the client too, limit to 50fps
|
commit | commitdiff | tree |
2013-01-30 |
Jason Woofenden | fix palette, go bright on bold
|
commit | commitdiff | tree |
2013-01-30 |
Jason Woofenden | use a color palette sorta from tango
|
commit | commitdiff | tree |
2013-01-30 |
Jason Woofenden | fix and display colors, bold and underline
|
commit | commitdiff | tree |
2013-01-30 |
Jason Woofenden | plain text flows and wraps properly
|
commit | commitdiff | tree |
2013-01-30 |
Jason Woofenden | move output to browser (from inspector)
|
commit | commitdiff | tree |
2013-01-30 |
Jason Woofenden | puttin' it all together
|
commit | commitdiff | tree |
2013-01-30 |
Jason Woofenden | Merge branch 'feature/socket-test' into develop
|
commit | commitdiff | tree |
2013-01-30 |
Jason Woofenden | test code to read stdin from script
|
commit | commitdiff | tree |
2013-01-30 |
Jason Woofenden | initial parsing code (finds escape sequences)
|
commit | commitdiff | tree |
2013-01-29 |
Jason Woofenden | files testing/showing socket.io asynchiness
|
commit | commitdiff | tree |
2013-01-29 |
Jason Woofenden | get deps with npm install
|
commit | commitdiff | tree |
2013-01-29 |
Jason Woofenden | Initial commit
|
commit | commitdiff | tree |
|