Changeset 32138
- Timestamp:
- 01/06/15 18:33:01 (8 years ago)
- Location:
- titan/titan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/infobar.h
r32104 r32138 744 744 status.infobar = 0; 745 745 clearscreen(infobar); 746 status.updatevfd = PAUSE; 746 747 screenkeyactions(3, 0); 747 748 status.updatevfd = START; -
titan/titan/menulist.h
r29042 r32138 304 304 if(rcret == getrcconfigint("rcok", NULL) || rcret == getrcconfigint("rcred", NULL) || rcret == getrcconfigint("rcgreen", NULL) || rcret == getrcconfigint("rcyellow", NULL) || rcret == getrcconfigint("rcblue", NULL) || rcret == getrcconfigint("rcmenu", NULL)) 305 305 { 306 if(listbox->select != NULL) 307 writevfdmenu(listbox->select->text); 306 308 if(rcreturn == NULL && rcret != getrcconfigint("rcok", NULL)) 307 309 continue; 308 309 310 if(listbox->select != NULL) 310 311 ret = (struct menulist*)listbox->select->handle; 311 312 break; 312 313 } 314 313 315 } 314 316
Note: See TracChangeset
for help on using the changeset viewer.