| File | Lines added | Lines deleted |
|---|---|---|
| src/hstr.c | 1 | 1 |
| File src/hstr.c changed (mode: 100644) (index 4fd488d..18b3441) | |||
| ... | ... | int print_prompt() | |
| 149 | 149 | void print_help_label() | void print_help_label() |
| 150 | 150 | { | { |
| 151 | 151 | snprintf(screenLine, getmaxx(stdscr), "%s", LABEL_HELP); | snprintf(screenLine, getmaxx(stdscr), "%s", LABEL_HELP); |
| 152 | mvprintw(Y_OFFSET_HELP, 0, screenLine); | ||
| 152 | mvprintw(Y_OFFSET_HELP, 0, screenLine); clrtoeol(); | ||
| 153 | 153 | refresh(); | refresh(); |
| 154 | 154 | } | } |
| 155 | 155 | ||