Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ set_done_char
Method
set_done_char
SRC/runtime/runtime/ProgressBar.hpp:63–67 ·
view source on GitHub ↗
chose your style
Source
from the content-addressed store, hash-verified
61
62
// chose your style
63
inline void
64
set_done_char(const std::wstring &sym)
65
{
66
done_char = sym;
67
}
68
69
inline void
70
set_todo_char(const std::wstring &sym)
Callers
1
TclObjCommand_progress
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected