Michael Jumper
|
2754cfbcdc
|
Merge libguac-client-spice.
|
2013-06-04 15:53:32 -07:00 |
|
Michael Jumper
|
d9cfd35647
|
Merge libguac-client-ssh.
|
2013-06-04 15:52:49 -07:00 |
|
Michael Jumper
|
aaf8a0829d
|
Merge libguac-client-rdp.
|
2013-06-04 15:52:33 -07:00 |
|
Michael Jumper
|
d07830ea33
|
Implement compatibility with older libssh.
|
2013-05-31 09:54:06 -07:00 |
|
Michael Jumper
|
05a9a7524a
|
Fix includes. Add handlers.
|
2013-05-30 16:35:23 -07:00 |
|
Michael Jumper
|
365c314705
|
Initial stub commit.
|
2013-05-30 16:33:02 -07:00 |
|
Michael Jumper
|
fc8eae8d2a
|
Bump version, update ChangeLog and AUTHORS.
|
2013-05-29 11:37:27 -07:00 |
|
Michael Jumper
|
48bd214868
|
Remove unnecessary logging.
|
2013-05-26 02:03:54 -07:00 |
|
Michael Jumper
|
8f0be20b35
|
Implement tab setting/resetting.
|
2013-05-26 01:49:47 -07:00 |
|
Michael Jumper
|
8019063214
|
Fix home/end and function keys.
|
2013-05-26 00:49:06 -07:00 |
|
Michael Jumper
|
d583dbb990
|
Add keyboard shortcuts for paste and scrolling. Allow middle click for paste.
|
2013-05-26 00:17:31 -07:00 |
|
Michael Jumper
|
417642eb8e
|
Implement insert mode.
|
2013-05-26 00:01:47 -07:00 |
|
Michael Jumper
|
2f7e0eec41
|
Add comments to client data.
|
2013-05-25 23:56:59 -07:00 |
|
Michael Jumper
|
2a6de3aaed
|
Add port and font options.
|
2013-05-25 23:50:13 -07:00 |
|
Michael Jumper
|
6d33be152c
|
Fix prompt() handling of backspace/enter. Format name based on username and hostname. Add port parameter (not yet used). Determine parameter indices based on enum.
|
2013-05-25 23:15:55 -07:00 |
|
Michael Jumper
|
cf8ec8dbc2
|
Properly cleanup SSH sessions.
|
2013-05-25 23:05:58 -07:00 |
|
Michael Jumper
|
763ed37179
|
Add remaining keys, fix backspace. Add insert flag.
|
2013-05-25 22:45:26 -07:00 |
|
Michael Jumper
|
88ca59a5b3
|
Implement terminal reporting features.
|
2013-05-25 20:24:44 -07:00 |
|
Michael Jumper
|
3a14c864a6
|
Only send DA response if no private mode.
|
2013-05-25 18:20:35 -07:00 |
|
Michael Jumper
|
f2520ca91c
|
Send 0x0D for return.
|
2013-05-25 16:09:28 -07:00 |
|
Michael Jumper
|
b823192f03
|
Ignore unhandled control codes. Implement ENQ.
|
2013-05-24 22:54:56 -07:00 |
|
Michael Jumper
|
8967afefb6
|
Only send response to ESC[0c.
|
2013-05-24 22:26:24 -07:00 |
|
Michael Jumper
|
43eddc14c0
|
Implement G0/G1 switching.
|
2013-05-24 21:28:14 -07:00 |
|
Michael Jumper
|
0f5b5d39b4
|
Initial support for G0/G1 character sets.
|
2013-05-24 21:18:47 -07:00 |
|
Michael Jumper
|
94ee3c87fc
|
Implement ESC-Z identify and ESC-c reset.
|
2013-05-24 16:29:43 -07:00 |
|
Michael Jumper
|
7216f734b5
|
Add some Linux-specific missing codes, reorder SGR. Add explicit ignores for unapplicable features.
|
2013-05-24 15:00:54 -07:00 |
|
Michael Jumper
|
e0c46a41a2
|
Interpret ESC[3J as if ESC[2J
|
2013-05-24 13:44:51 -07:00 |
|
Michael Jumper
|
b513e4ba93
|
Add LF/NL mode.
|
2013-05-24 13:33:32 -07:00 |
|
Michael Jumper
|
e3f89052e5
|
Specify terminal type.
|
2013-05-23 23:43:35 -07:00 |
|
Michael Jumper
|
f4475b4f00
|
Move flags to generic function, add charset handler stubs.
|
2013-05-23 23:12:01 -07:00 |
|
James Muehlner
|
8f1b5ae769
|
Ticket #313: Fixed styling.
|
2013-05-23 00:02:42 -07:00 |
|
James Muehlner
|
fb74c87e23
|
Ticket #313: Return whatever is converted so far if EILSEQ detected. Furthermore, if NULL returned from convert(), just send an empty string. Finally, use //TRANSLIT as an option for iconv_open if the library version supports it.
|
2013-05-22 21:53:30 -07:00 |
|
Michael Jumper
|
ae7959c6a4
|
Clear screen after prompts.
|
2013-05-22 11:54:28 -07:00 |
|
Michael Jumper
|
88dfb1517d
|
Preserve cursor attribute when cursor row is touched.
|
2013-05-22 11:51:01 -07:00 |
|
Michael Jumper
|
c2f507a00a
|
Fix handling of CSI sequences.
|
2013-05-22 11:38:39 -07:00 |
|
Michael Jumper
|
b1622413a9
|
Implement mode set/reset. Implement DECCKM mode.
|
2013-05-22 11:08:38 -07:00 |
|
Michael Jumper
|
334d6cb08b
|
Fix background filling algorithm.
|
2013-05-22 03:26:51 -07:00 |
|
Michael Jumper
|
b66d8f2e9a
|
Implement CSI 'a'
|
2013-05-21 23:57:55 -07:00 |
|
Michael Jumper
|
266f4e8d1b
|
Implement DECALGN (fill screen with E's)
|
2013-05-21 23:38:35 -07:00 |
|
Michael Jumper
|
dd936b4873
|
Implement CSI e and f.
|
2013-05-21 23:27:34 -07:00 |
|
Michael Jumper
|
af700542b0
|
Implement CSI E and F.
|
2013-05-21 23:20:13 -07:00 |
|
Michael Jumper
|
c62bba9e15
|
Fix scroll region set CSI (no parameters should reset region)
|
2013-05-21 22:37:53 -07:00 |
|
Michael Jumper
|
142b526a97
|
Move write_all convenience function to common.
|
2013-05-21 22:09:42 -07:00 |
|
Michael Jumper
|
5a0b8b2ea7
|
Move pipes to terminal scope.
|
2013-05-21 22:02:11 -07:00 |
|
Michael Jumper
|
225377f197
|
Fix VT/FF. Implement DEL and CSI.
|
2013-05-21 00:57:44 -07:00 |
|
Michael Jumper
|
438ac8e9bb
|
VT and FF should behave exactly as LF.
|
2013-05-21 00:55:46 -07:00 |
|
Michael Jumper
|
4763f029a4
|
ACTUALLY alphabetize...
|
2013-05-21 00:47:55 -07:00 |
|
Michael Jumper
|
c1b0e3bb3b
|
Alphabetize CSI handlers.
|
2013-05-21 00:35:18 -07:00 |
|
Michael Jumper
|
7894346285
|
Implement Index and Next Line.
|
2013-05-21 00:29:19 -07:00 |
|
Michael Jumper
|
b38412fd3d
|
Implement save/restore cursor.
|
2013-05-21 00:19:53 -07:00 |
|