Skip to content

Commit

Permalink
Merge pull request #68 from dvarrui/master
Browse files Browse the repository at this point in the history
F replace require_relative by require
  • Loading branch information
shugo authored Jan 19, 2022
2 parents 9d4923c + 8901243 commit 026f3e9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions sample/addch.rb
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
require_relative "../lib/curses"
#!/usr/bin/env ruby
# require_relative "../lib/curses"
require 'curses'

include Curses

init_screen
Expand All @@ -13,4 +16,4 @@

ensure
close_screen
end
end

0 comments on commit 026f3e9

Please sign in to comment.