You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
accept is a simple line editing library primarily aimed at embedded targets
for C++. It works currently in minimal mode where only backspace is supported.
accept handles one character at a time, and writes data using an output
object.