Some Telnet server enhancements:
- PETSCII sending support - Option to customize shell prompt and banner - Stop all running commands on shell close - New 'exit' and 'quit' commands to close shell
This commit is contained in:
parent
aa968309af
commit
831312e311
5 changed files with 78 additions and 10 deletions
|
@ -102,6 +102,12 @@ shell_prompt(char *str)
|
|||
{
|
||||
}
|
||||
/*-----------------------------------------------------------------------------------*/
|
||||
void
|
||||
shell_exit(char *str)
|
||||
{
|
||||
ctk_window_close(&window);
|
||||
}
|
||||
/*-----------------------------------------------------------------------------------*/
|
||||
PROCESS_THREAD(shell_gui_process, ev, data)
|
||||
{
|
||||
PROCESS_BEGIN();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue