mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Improve key command response for local echo and timestamp
This commit is contained in:
parent
318bcbf650
commit
63d3232b32
2 changed files with 21 additions and 1 deletions
|
|
@ -32,6 +32,7 @@ enum timestamp_t
|
|||
TIMESTAMP_24HOUR,
|
||||
TIMESTAMP_24HOUR_START,
|
||||
TIMESTAMP_ISO8601,
|
||||
TIMESTAMP_END,
|
||||
};
|
||||
|
||||
const char* timestamp_token(enum timestamp_t timestamp);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue