John "Elwin" Edwards
de69f47fc1
termemu.js: implement cursor hiding.
2014-01-26 19:56:02 -08:00
John "Elwin" Edwards
d5b4cb5de0
Implement another control sequence.
...
CSI c queries terminal attributes.
2014-01-25 22:10:01 -08:00
John "Elwin" Edwards
95fddfb788
termemu.js: handle some tmux-produced control sequences.
2013-07-18 10:43:41 -07:00
John "Elwin" Edwards
91a3111d29
RLG-Web client: replace setTitle() with message().
...
Remove the title line, and make setTitle() add a message instead.
Also remove setTitle() from termemu.js, because shterm.js duplicates
the code.
2012-07-10 18:39:36 -07:00
John "Elwin" Edwards
553f07360c
Move credentials into the drivers.
...
The session id, or whether the session is currently active on the
server, are better handled in the drivers than in termemu.js.
2012-06-19 13:40:30 -07:00
John "Elwin" Edwards
41b3389ec0
termemu.js: don't warn on certain control sequences.
...
Don't print a debug message for some control sequences that technically
are unimplemented, but would just put the terminal into the only mode
yet implemented. CSI 4l and CSI ?7h are like this.
2012-06-15 16:23:57 -07:00
John "Elwin" Edwards
02cc454ad1
Make the emulator screen resizable.
2012-05-09 13:38:05 -07:00
John "Elwin" Edwards
ed87e67faa
Client: don't assume the terminal is 24x80.
2012-05-07 11:09:14 -07:00
John "Elwin" Edwards
8dec6dff87
Put this project under version control, finally.
2012-05-06 08:45:40 -07:00