Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160597852
D48668.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
348 B
Referenced Files
None
Subscribers
None
D48668.id.diff
View Options
diff --git a/contrib/bsddialog/lib/textbox.c b/contrib/bsddialog/lib/textbox.c
--- a/contrib/bsddialog/lib/textbox.c
+++ b/contrib/bsddialog/lib/textbox.c
@@ -200,7 +200,7 @@
switch(input) {
case KEY_ENTER:
case 10: /* Enter */
- retval = BSDDIALOG_OK;
+ retval = BUTTONVALUE(d.bs);
loop = false;
break;
case 27: /* Esc */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jun 27, 1:24 AM (11 m, 30 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34347495
Default Alt Text
D48668.id.diff (348 B)
Attached To
Mode
D48668: bsddialog: in textbox mode differentiate between Exit and Extra buttons
Attached
Detach File
Event Timeline
Log In to Comment