justify
justify(f, w);
justify(c, w);
slk_set(int index, const char *label, int justify)
__m_trace("slk_set(%d, %p, %d)", index, label, justify);
code = slk_wset(index, wcs, justify);
slk_wset(int index, const wchar_t *label, int justify)
__m_trace("slk_wset(%d, %p, %d)", index, label, justify);
if (index < 1 || 8 < index || justify < 0 || 2 < justify)
__m_screen->_slk._justify[index] = (short) justify;
switch (justify) {
slk_set(int index, const char *label, int justify)
code = slk_wset(index, wcs, justify);
slk_wset(int index, const wchar_t *label, int justify)
if (index < 1 || 8 < index || justify < 0 || 2 < justify)
switch (justify) {
__m_screen->_slk._justify[index] = (short) justify;