summaryrefslogtreecommitdiff
path: root/sux.c
diff options
context:
space:
mode:
Diffstat (limited to 'sux.c')
-rw-r--r--sux.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sux.c b/sux.c
index b8c4ca7..75577d2 100644
--- a/sux.c
+++ b/sux.c
@@ -97,7 +97,11 @@ void *run(void *args) {
#if keypoll
pthread_mutex_lock(&mutex);
#endif
- wmove(scr, lines, 0);
+ for (uint8_t i = (24*thread)+2; i <= 24*(thread+1); i++) {
+ wmove(scr, i, 0);
+ waddch(scr, (i == lines) ? '>' : ' ');
+ }
+ wmove(scr, lines, 1);
wclrtoeol(scr);
wprintw(scr,
"pc: $%04"PRIX64