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 338 src/filemanager/achown.c if (b->hotpos == -1) hotpos 339 src/filemanager/achown.c b->hotpos = 0; hotpos 341 src/filemanager/achown.c flag_pos = f_pos * 3 + b->hotpos; hotpos 354 src/filemanager/achown.c flag_pos = f_pos * 3 + b->hotpos; hotpos 358 src/filemanager/achown.c if (b->hotpos == 2) hotpos 368 src/filemanager/achown.c b->hotpos = flag_pos % 3; hotpos 378 src/filemanager/achown.c b->hotpos = flag_pos % 3; hotpos 391 src/filemanager/achown.c b->hotpos = i; hotpos 395 src/filemanager/achown.c i = b->hotpos; hotpos 414 src/filemanager/achown.c b->hotpos = i; hotpos 440 src/filemanager/achown.c BUTTON (w)->hotpos = CLAMP (event->x - 1, 0, 2);