Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antirez/smallchat
/ terminalCursorAtLineStart
Function
terminalCursorAtLineStart
smallchat-client.c:114–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
void terminalCursorAtLineStart(void) {
115
write(fileno(stdout),
"\r"
,1);
116
}
117
118
#define IB_MAX 128
119
struct InputBuffer {
Callers
1
inputBufferHide
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected