mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-08 11:23:47 -05:00
Remove comments
This commit is contained in:
3
fzf
3
fzf
@@ -175,7 +175,6 @@ def print_input
|
||||
C.clrtoeol
|
||||
cprint '> ', color(:blue, true)
|
||||
cprint @query, color(:normal, true)
|
||||
#cprint ' ' * C.cols, color(:normal, true)
|
||||
end
|
||||
|
||||
def print_info progress = true, msg = nil
|
||||
@@ -194,7 +193,6 @@ def print_info progress = true, msg = nil
|
||||
progress &&= "#{prefix}#{@matches.length}/#{@count}"
|
||||
C.addstr progress if progress
|
||||
C.addstr msg if msg
|
||||
# C.addstr ' ' * (C.cols - (progress.to_s + msg.to_s).length)
|
||||
end
|
||||
end
|
||||
|
||||
@@ -444,7 +442,6 @@ searcher = Thread.new {
|
||||
else
|
||||
C.addstr line
|
||||
end
|
||||
# C.addstr ' ' * [0, C.cols - line.length - 2].max
|
||||
C.attroff basic
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user