Lines Matching +full:button +full:- +full:enter
3 # example with extra- and help-buttons
5 . ./setup-vars
7 . ./setup-edit
14 PGDN - Move down one page
15 PGUP - Move up one page
16 DOWN - Move down one line
17 UP - Move up one line
18 DELETE - Delete the current character
19 BACKSPC - Delete the previous character
23 CTRL C - Copy text
24 CTRL V - Paste text
27 this editbox uses CTRL/V as a literal-next character. You
28 can enter TAB characters by first pressing CTRL/V. This
31 It supports the mouse - but only for positioning in the editbox,
39 $DIALOG --title "EDIT BOX" \
40 --extra-button \
41 --help-button \
42 --fixed-font "$@" --editbox $input 0 0 2>$output
45 . ./report-edit