Lines Matching full:correct
128 + correct rc-file lookup of "default" color (report by Grady Martin,
133 + correct check for return-value of isblank(), which is not necessarily
151 + correct ordering of libraries in configure-script, which appended
186 + correct substitution for $LIBS value in dialog-config.in (report by
202 + correct clearing after text in progressbox from 2018/06/21 changes
251 + correct parameter to test when trimming blanks from the script,
358 --tab-correct option.
385 + correct mapping of mouse-clicks on the day-grid in calendar widget
394 + correct --infobox documentation, which said it shows an OK button.
461 + correct malloc-size for change to prgbox.
499 + correct an instance of "e.g,."
528 + correct comparison in dlg_lookup_key() so that using "bindkey" with
554 + correct manpage discussion of DIALOG_ITEM_HELP versus --item-help,
556 + correct limit used for --hline option (report by Devin Teske,
572 + correct workaround for xterm alternate-screen to work with/without
598 + correct logic in formbox's scroll_next() function (report by xDog
611 + correct secondary border colors in samples/slackware.rc and
636 + correct timebox widget's exit code for "--extra-button" when handing
664 + correct exit-code used in inputmenu for "rename" button (Debian
739 + correct logic in dlg_lookup_key() so that it matches the widget name
755 + correct dlg_dump_keys(), which was showing only the first item in
765 + correct logic for DIALOGOPTS parsing so that the parse happens only
798 + correct license statement for prgbox.c (Debian #632198).
799 + correct layout when "--colors" is used, by discounting characters in
816 + correct loop limit when processing "--column-separator" (report by
822 + correct a few places where "--version" or "--help" options went
885 + correct two infobox sample scripts, which did not pass extra
890 + correct handling of SIGWINCH in gauge widget (Debian #305705).
949 + correct CF_FIND_LINKAGE, setting cache variable for library_file in
973 + correct value of row for scrollbars in formbox.
991 + correct mapping of button-codes with --nook option (report by Lebedev
995 + correct change to tailbox widget from 2009/02/22 using
1092 + correct cursor position in editbox after deleting past left margin
1250 + correct wrapping computation in print_line() from 2005/11/07 changes
1254 + correct logic that passes the callback for menubox to do inputmenu
1263 + correct return-values of new functions dlg_default_listitem() and
1299 + correct length used for text portion of radio/checkboxes (report by
1330 + correct interaction between --separate-output and --output-separator
1337 + correct position of scrolled text in formbox broken by 2004/12/19
1406 + correct a typo in 2004/12/19 changes which caused width of multibyte
1439 + correct usage message detail for fselect, which listed an extra
1447 + correct computation of column width for menubox/checkbox tags, for
1449 + correct calls to wbkgdset(), which set the background attribute but
1470 + correct initialization in checklist and radiobox for --default-item,
1508 + correct off-by-one in fselect.c which left down-arrows showing at
1534 + correct charset for po/de.po, translate messages for "Help" and
1537 + correct a few mismatched attributes, e.g., searchbox_attr in textbox.c,
1561 + correct logic in checklist.c (cf: 2003/11/26 changes) which turned
1597 + correct dlg_match_char() function, which was broken during rewrite
1600 + correct position of shadow drawn for dialogs, which appeared to work
1603 + correct loop-exit in longest_word() (Tomas Heredia, forwarded by
1625 + correct a missing bounds check for mouse-clicks in menubox (prompted
1634 + correct logic for $DIALOG_TTY, broken in 2003/11/30. The environment
1643 + correct a missing check for --item-help when --help-status was given
1645 + correct a missing bounds check for mouse-clicks in checklist (Debian
1650 + correct infinite loop in yesno widget when "--defaultno" option is
1680 + correct missing initialization of last_getc variable in dlg_getc()
1746 + correct "RENAMED" result from inputmenu widget, which did not reset
1768 + correct call to dlg_print_text() in print_line(), which did not
1774 + correct an indexing error when deleting from the end of a line using
1781 + correct configure check for term.h, which may be <ncursesw/term.h>
1789 used, e.g., use stderr for the output if it is a tty. Also correct
1802 + correct mouse-handling for inputmenu widget.
1813 + correct handling of Xdialog's --icon and --wmclass options, whose
1815 + correct logic for --separate-widget so its string is written before
1820 + correct layout of --menu widget, which reduced display width due to
1837 + correct computation of week-number in calendar widget (report by
1847 + correct logic in dlg_add_result(), which did not copy content of
1852 + correct an uninitialized value in dlg_add_result() (Debian #182683).
1857 + correct initial limit-check for arrows in checklist.c, which used
1913 + correct displayed cursor position in inputbox when returning to the
1939 + updated de.po to correct translation for "Cancel" (from Michael
1949 + correct misuse of "$with_XXX" variables in the configure script,
1957 + correct exit-code for menubox.c when Cancel is pressed. This was
1983 + correct usage message for --fselect option (reported by Patrick J
2024 + correct fprintf() call in j_menu() function, i.e., "--menu" option,
2040 + correct sense of --enable/--disable shown in configure --help (report
2042 + correct logic for --clear option, broken in 2000/07/02 (fixes Debian
2063 + correct off-by-one in error messages reporting too-few or too-many
2134 - rewrote the description of --cr-wrap to be more correct and more
2136 display on a single line.", which is not correct. It wraps the
2162 + correct typo in fallback definition for getparyx, and remove void
2179 + correct hardcoded signal 15 in tailbox to SIGHUP to match
2181 + correct off-by-one comparison of return-value for arg_rest() which
2198 + correct change for create_lock(), which resulted in an infinite loop
2207 + correct description of --fselect in man page (patch by Tomas Pospisek
2269 + correct logic making percent parameter of gauge optional.
2334 + correct a typo that prevented rc-file configuration from building.
2335 + correct ifdef's to compile/run if the curses implementation does not
2345 + correct several compiler warnings for gcc -pedantic (mismatch of
2392 + correct prototype of 'main()', which misused const.