MCPcopy Create free account
hub / github.com/gwsw/less / cmd_exec

Function cmd_exec

command.c:92–98  ·  view source on GitHub ↗

* Move the cursor to start of prompt line before executing a command. * This looks nicer if the command takes a long time before * updating the screen. */

Source from the content-addressed store, hash-verified

90 * updating the screen.
91 */
92 static void
93cmd_exec(VOID_PARAM)
94{
95 clear_attn();
96 clear_bot();
97 flush();
98}
99
100/*
101 * Indicate we are reading a multi-character command.

Callers 4

exec_mcaFunction · 0.85
mca_charFunction · 0.85
forw_loopFunction · 0.85
commandsFunction · 0.85

Calls 3

clear_attnFunction · 0.85
clear_botFunction · 0.85
flushFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…