Skip to content

Commit

Permalink
[input-] pass a ColorAttr by default into editline
Browse files Browse the repository at this point in the history
  • Loading branch information
anjakefala committed Oct 18, 2023
1 parent b0ea901 commit 7f8cb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visidata/_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def down(self, v, i):
# history: earliest entry first
@VisiData.api
def editline(vd, scr, y, x, w, i=0,
attr=curses.A_NORMAL,
attr=ColorAttr(),
value='',
fillchar=' ',
truncchar='-',
Expand Down

0 comments on commit 7f8cb7e

Please sign in to comment.