Re: using "alt-t" to switch to single-panel mode

2017-06-11 Thread Mooffie
On 6/11/17, Karel wrote: >> On 2017-06-08 20:08, Mooffie wrote: >> >> Open src/filemanager/panel.c and search for " % ". > > did you mean this section of src/filemanager/panel.c ? > [...] No, I erred: open src/filemanager/cmd.c instead. The % operator is used there to cycle the

Re: using "alt-t" to switch to single-panel mode

2017-06-11 Thread Karel
> On 2017-06-08 20:08, Mooffie wrote: > > Open src/filemanager/panel.c and search for " % ". did you mean this section of src/filemanager/panel.c ? 1860: /* Expand the available space */ 1861: if ((usable_columns > total_cols) && expand_top) 1862: { 1863: int spaces =