diff options
Diffstat (limited to 'contrib/bsddialog/lib/bsddialog.3')
| -rw-r--r-- | contrib/bsddialog/lib/bsddialog.3 | 16 | 
1 files changed, 12 insertions, 4 deletions
| diff --git a/contrib/bsddialog/lib/bsddialog.3 b/contrib/bsddialog/lib/bsddialog.3 index cbf1653a2aca..bbd756661a78 100644 --- a/contrib/bsddialog/lib/bsddialog.3 +++ b/contrib/bsddialog/lib/bsddialog.3 @@ -1,5 +1,5 @@  .\" -.\" Copyright (c) 2021-2024 Alfonso Sabato Siciliano +.\" Copyright (c) 2021-2025 Alfonso Sabato Siciliano  .\"  .\" Redistribution and use in source and binary forms, with or without  .\" modification, are permitted provided that the following conditions @@ -22,11 +22,12 @@  .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF  .\" SUCH DAMAGE.  .\" -.Dd March 16, 2024 +.Dd June 22, 2025  .Dt BSDDIALOG 3  .Os  .Sh NAME  .Nm bsddialog_backtitle , +.Nm bsddialog_backtitle_rf ,  .Nm bsddialog_calendar ,  .Nm bsddialog_clear ,  .Nm bsddialog_color , @@ -65,6 +66,8 @@  .Ft int  .Fn bsddialog_backtitle "struct bsddialog_conf *conf" "const char *backtitle"  .Ft int +.Fn bsddialog_backtitle_rf "struct bsddialog_conf *conf" "const char *backtitle" +.Ft int  .Fo bsddialog_calendar  .Fa "struct bsddialog_conf *conf"  .Fa "const char *text" @@ -292,7 +295,7 @@ and before  .Dv false  otherwise.  .Pp -.Fn bsddialog_backtitle +.Fn bsddialog_backtitle_rf  prints  .Fa backtitle  on the top of the screen. @@ -302,6 +305,11 @@ and  .Fa conf.no_lines  described later.  .Pp +.Fn bsddialog_backtitle +is like +.Fn bsddialog_backtitle_rf +but it does not update the screen, using if a dialog is built later. +.Pp  .Fn bsddialog_error  returns a string to describe the last error.  The function should be called after a @@ -902,7 +910,7 @@ provides a dialog for a  the labels on buttons are  .Dq Yes  and -.Dq No . +.Dq &No .  .Ss Keys  .Bl -tag -width Ds  .It Ctrl-l | 
