Skip to content

Commit 710a76c

Browse files
committed
Improve the InputHandler example to see [EOF]
1 parent 02f1d06 commit 710a76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/inputs.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def initialize(app)
2121

2222
# Output will be displayed in a multiline text area
2323
@cmdOutput = FXText.new(textFrame, :opts => LAYOUT_FILL_X|LAYOUT_FILL_Y)
24-
@cmdInput.text = "ping rubyinstaller.org"
24+
@cmdInput.text = "ping rubyinstaller.org -c4"
2525

2626
# Initialize the pipe
2727
@pipe = nil

0 commit comments

Comments
 (0)