Skip to content
Snippets Groups Projects
Commit da0b0e4d authored by rswindell's avatar rswindell
Browse files

Remember the light bar position when editing command shells.

parent b09d5a20
No related branches found
No related tags found
No related merge requests found
......@@ -1072,6 +1072,7 @@ void shell_cfg()
j=0;
done=0;
while(!done) {
static int bar;
k=0;
sprintf(opt[k++],"%-27.27s%s","Name",cfg.shell[i]->name);
sprintf(opt[k++],"%-27.27s%s","Access Requirements"
......@@ -1091,7 +1092,7 @@ void shell_cfg()
"Synchronet to interpret. See the example `.src` files in the `exec`\n"
"directory and the documentation for the Baja compiler for more details.\n"
;
switch(uifc.list(WIN_ACT|WIN_MID,0,0,60,&j,0,cfg.shell[i]->name
switch(uifc.list(WIN_ACT|WIN_MID,0,0,60,&j,&bar,cfg.shell[i]->name
,opt)) {
case -1:
done=1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment