first incomplete pass at options
layout is done, need to polish up the frontend and emulator options and sort out the mess of input overrides
This commit is contained in:
parent
501aa77d14
commit
3cfd1313c6
14 changed files with 1278 additions and 179 deletions
|
|
@ -1261,7 +1261,7 @@ int main (int argc, char *argv[]) {
|
|||
selected = total-1;
|
||||
int start = total - MAIN_ROW_COUNT;
|
||||
top->start = (start<0) ? 0 : start;
|
||||
top->end = total;
|
||||
top->end = total;
|
||||
}
|
||||
else if (selected<top->start) {
|
||||
top->start -= 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue