1
0
mirror of https://github.com/taigrr/arduinolibs synced 2025-01-18 04:33:12 -08:00

16 Commits

Author SHA1 Message Date
Rhys Weatherley
4c51be9ae8 High-level documentation for the shell library 2016-03-13 07:20:03 +10:00
Rhys Weatherley
9ec197abdb Move userid() from LoginShell to Shell 2016-03-12 18:15:17 +10:00
Rhys Weatherley
d9343243c7 Round out the telnet option list for completeness 2016-03-12 15:28:34 +10:00
Rhys Weatherley
07af69c612 More compact representation of command history 2016-03-12 15:14:27 +10:00
Rhys Weatherley
fcf875f9fd Dump window size in Keys example 2016-03-12 12:37:13 +10:00
Rhys Weatherley
ab914c4d07 Login support for the shell 2016-03-12 10:51:17 +10:00
Rhys Weatherley
9221104977 Special handling for TCP clients in the shell 2016-03-12 05:51:33 +10:00
Rhys Weatherley
6f03fa2cfc Shell overview documentation 2016-03-12 05:25:29 +10:00
Rhys Weatherley
c24e67c63d Memory-efficient encapsulation of command arguments 2016-03-11 20:46:13 +10:00
Rhys Weatherley
57fb8f2fe3 Fixes to telnet window size handling 2016-03-11 06:16:41 +10:00
Rhys Weatherley
e9e48c0703 Don't use CTRL-Z for "exit", only CTRL-D 2016-03-09 19:41:09 +10:00
Rhys Weatherley
031f0ae50a No history navigation when hideChars is active 2016-03-09 19:40:03 +10:00
Rhys Weatherley
6392661663 Make terminal writes more atomic 2016-03-09 19:38:00 +10:00
Rhys Weatherley
9e6f6cfb2d Allow "?" to be used as a synonym for "help" 2016-03-09 17:56:49 +10:00
Rhys Weatherley
25aeeb0383 Telnet mode for the Terminal class 2016-03-09 17:56:22 +10:00
Rhys Weatherley
ef532b3eef Shell and Terminal API 2016-03-05 13:21:25 +10:00