>> shrink_mini_window (w); >> ... should resize the mini_window down to one line ... > > That's exactly what happens, except that shrink_mini_window (w) does > *not* resize the miniwindow; it's still 6 lines height. So Too bad. Anyway, this configuration is completely useless to get the original sizes back when we're done with the miniwindow. Could you try brute force as in the untested patch attached? martin