summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Eden <sven.eden@gmx.de>2013-01-27 16:41:33 +0100
committerSven Eden <sven.eden@gmx.de>2013-01-27 16:41:33 +0100
commit5c5775520fdd312ceb6837640a1be559980f5477 (patch)
tree5b9b44d99f98b7dcabc99e7d3b26fb771cdd963f /ufed-curses-checklist.c
parentAdded the information about global flags affecting at least one installed pac... (diff)
downloadufed-5c5775520fdd312ceb6837640a1be559980f5477.tar.gz
ufed-5c5775520fdd312ceb6837640a1be559980f5477.tar.bz2
ufed-5c5775520fdd312ceb6837640a1be559980f5477.zip
Moved prompt back to the left side.
Diffstat (limited to 'ufed-curses-checklist.c')
-rw-r--r--ufed-curses-checklist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ufed-curses-checklist.c b/ufed-curses-checklist.c
index 00700bd..8c9b408 100644
--- a/ufed-curses-checklist.c
+++ b/ufed-curses-checklist.c
@@ -450,6 +450,7 @@ static int callback(struct item **currentitem, int key) {
mvwaddch(win(Input), 0, minwidth, ACS_VLINE); // Before state
mvwaddch(win(Input), 0, minwidth + 3, ACS_VLINE); // Between state and scope
mvwaddch(win(Input), 0, minwidth + 6, ACS_VLINE); // After scope
+ wmove(win(Input), 0, 0);
wrefresh(win(Input));
}
if(descriptionleft!=0 && key!=KEY_LEFT && key!=KEY_RIGHT) {