[Home]

Summary:ASTERISK-16405: Menuselect output no longer fits into 80x24 space
Reporter:Leif Madsen (lmadsen)Labels:
Date Opened:2010-07-22 12:01:03Date Closed:2010-07-22 12:09:07
Priority:MinorRegression?Yes
Status:Closed/CompleteComponents:General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:If you have a screen smaller than 80x24 then menuselect will not start saying you need at least 80x24. However if you use 80x24, then you get the following screen output:

<pre>
              **************************************************
                  Asterisk Module and Build Option Selection
              **************************************************

                              Press 'h' for help.

                        --->  Add-ons (See README-addons.txt)
                              Applications
                              Bridging Modules
                              Call Detail Recording
                              Channel Event Logging
                              Channel Drivers
                              Codec Translators
                              Format Interpreters
                              Dialplan Functions
                              PBX Modules
                              Resource Modules
                              Test Modules
                              Compiler Flags
                              Voicemail Build Options
                              Utilities
                              AGI Samples
                              Module Embedding Core Sound Packages Music On Ho
</pre>

I guess menuselect needs to be able to scroll off the screen like inside the sub-menus?
Comments:By: Digium Subversion (svnbot) 2010-07-22 12:09:07

Repository: menuselect
Revision: 786

U   trunk/menuselect_curses.c

------------------------------------------------------------------------
r786 | lmadsen | 2010-07-22 12:09:06 -0500 (Thu, 22 Jul 2010) | 9 lines

Make minimum menuselect screen size to be 80x27.

We have enough options now in the ncurses version of menuselect that you need
a minimum of an 80x27 screen or else the options at the end of the screen
will overlap each other. Update menuselect to require 80x27.


(closes issue ASTERISK-16405)
Reported by: lmadsen
------------------------------------------------------------------------

http://svn.digium.com/view/menuselect?view=rev&revision=786