projects
/
mnemon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d65ff00
)
Print previous score value for a word that's missed.
author
Carl Worth
<cworth@cworth.org>
Fri, 20 Jun 2008 03:28:26 +0000
(20:28 -0700)
committer
Carl Worth
<cworth@cworth.org>
Fri, 20 Jun 2008 03:28:26 +0000
(20:28 -0700)
mnemon.c
patch
|
blob
|
history
diff --git
a/mnemon.c
b/mnemon.c
index 71234649e54c6048b39cb1c89554941f3e3cfeff..1dca671e0e8876314d24b3a55fcf4808d2ab2b8e 100644
(file)
--- a/
mnemon.c
+++ b/
mnemon.c
@@
-1039,7
+1039,8
@@
mnemon_handle_response (mnemon_t *mnemon,
* negative. */
if (item->score >= 0) {
if (item->score > 0)
- printf ( " Oops, you knew that, right?\n ");
+ printf (" Oops, you knew that, right? (%d x)\n ",
+ item->score);
mnemon->unlearned++;
/* We go to -2 to force a little extra reinforcement
* when re-learning an item, (otherwise, it will often