Skip to content

Commit ba97f3b

Browse files
committed
Rename an unused variable name for CI
1 parent 7bfef3b commit ba97f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/reline/windows.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ def self.scroll_down(val)
413413
def self.clear_screen
414414
if @@legacy_console
415415
return unless csbi = get_console_screen_buffer_info
416-
buffer_width, buffer_lines, attributes, window_top, window_bottom = csbi.unpack('ss@8S@12sx2s')
416+
buffer_width, _buffer_lines, attributes, window_top, window_bottom = csbi.unpack('ss@8S@12sx2s')
417417
fill_length = buffer_width * (window_bottom - window_top + 1)
418418
screen_topleft = window_top * 65536
419419
written = 0.chr * 4

0 commit comments

Comments
 (0)