hotpos 124 lib/widget/button.c widget_gotoyx (w, 0, b->hotpos + off); hotpos 223 lib/widget/button.c b->hotpos = (b->text.hotkey != NULL) ? str_term_width1 (b->text.start) : -1; hotpos 253 lib/widget/button.c b->hotpos = (b->text.hotkey != NULL) ? str_term_width1 (b->text.start) : -1; hotpos 38 lib/widget/button.h int hotpos; // offset hot KEY char in text hotpos 344 src/filemanager/achown.c if (b->hotpos == -1) hotpos 345 src/filemanager/achown.c b->hotpos = 0; hotpos 347 src/filemanager/achown.c flag_pos = f_pos * 3 + b->hotpos; hotpos 360 src/filemanager/achown.c flag_pos = f_pos * 3 + b->hotpos; hotpos 364 src/filemanager/achown.c if (b->hotpos == 2) hotpos 374 src/filemanager/achown.c b->hotpos = flag_pos % 3; hotpos 384 src/filemanager/achown.c b->hotpos = flag_pos % 3; hotpos 397 src/filemanager/achown.c b->hotpos = i; hotpos 401 src/filemanager/achown.c i = b->hotpos; hotpos 420 src/filemanager/achown.c b->hotpos = i; hotpos 446 src/filemanager/achown.c BUTTON (w)->hotpos = CLAMP (event->x - 1, 0, 2);