Shellminator  V1.2.0
Simple Terminal
Loading...
Searching...
No Matches
Shellminator.cpp File Reference
#include "Shellminator.hpp"

Go to the source code of this file.

Macros

#define CLIENT_STATE   client.connected()
 
#define CLIENT_STATE   ( client.status() == ESTABLISHED )
 

Variables

const char Shellminator::helpText[] PROGMEM
 

Macro Definition Documentation

◆ CLIENT_STATE [1/2]

#define CLIENT_STATE   client.connected()

Definition at line 55 of file Shellminator.cpp.

◆ CLIENT_STATE [2/2]

#define CLIENT_STATE   ( client.status() == ESTABLISHED )

Definition at line 55 of file Shellminator.cpp.

Variable Documentation

◆ PROGMEM

const char Shellminator::helpText [] PROGMEM
Initial value:
= {
"\r\n"
"\033[1;31m----\033[1;32m Shortcut Keys \033[1;31m----\033[0;37m\r\n"
"\r\n"
"\033[1;31mCtrl-A\033[1;32m : Jumps the cursor to the beginning of the line.\r\n"
"\033[1;31mCtrl-E\033[1;32m : Jumps the cursor to the end of the line.\r\n"
"\033[1;31mCtrl-D\033[1;32m : Log Out.\r\n"
"\033[1;31mCtrl-R\033[1;32m : Reverse-i-search.\r\n"
"\033[1;31mPg-Up\033[1;32m : History search backwards and auto completion.\r\n"
"\033[1;31mPg-Down\033[1;32m: History search forward and auto completion.\r\n"
"\033[1;31mHome\033[1;32m : Jumps the cursor to the beginning of the line.\r\n"
"\033[1;31mEnd\033[1;32m : Jumps the cursor to the end of the line.\r\n"
"\r\n"
}

Definition at line 134 of file Shellminator.cpp.