We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f1d06 commit 710a76cCopy full SHA for 710a76c
examples/inputs.rb
@@ -21,7 +21,7 @@ def initialize(app)
21
22
# Output will be displayed in a multiline text area
23
@cmdOutput = FXText.new(textFrame, :opts => LAYOUT_FILL_X|LAYOUT_FILL_Y)
24
- @cmdInput.text = "ping rubyinstaller.org"
+ @cmdInput.text = "ping rubyinstaller.org -c4"
25
26
# Initialize the pipe
27
@pipe = nil
0 commit comments