circo

claudio's IRC oasis
git clone git://git.bitsmanent.org/circo
Log | Files | Refs | README | LICENSE

commit e5e1a0d610c66f28896f0be44d7ab150fe7721e6
parent f53aa76473981dfd1ff3770df2fd5945b1afda0f
Author: Claudio Alessi <smoppy@gmail.com>
Date:   Mon, 31 Jul 2017 21:54:19 +0200

Remove a direct call to drawcmdln() from history()

Diffstat:
Mcirco.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/circo.c b/circo.c @@ -663,7 +663,7 @@ history(const Arg *arg) { } sel->cmdoff = 0; sel->cmd[sel->cmdlen] = '\0'; - drawcmdln(); + sel->need_redraw |= REDRAW_CMDLN; } void