Commit 7dd1030b authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

Showing the cursor in the edit window when linting.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5668 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent e085ebb8
Showing with 2 additions and 1 deletion
+2 -1
......@@ -16,7 +16,7 @@
the charmove() already copies the terminating null byte.
* src/text.c (do_justify), src/winio.c (parse_escape_sequence):
Show the cursor after a justification and after an unrecognized
escape sequence.
escape sequence, and in the edit window when linting.
2016-02-21 Benno Schulenberg <bensberg@justemail.net>
* src/files.c (input_tab): If the first Tab added the part that all
......
......@@ -3167,6 +3167,7 @@ void do_linter(void)
}
/* Show the cursor to indicate the affected line. */
reset_cursor();
curs_set(1);
kbinput = get_kbinput(bottomwin);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment