]> git.eshelyaron.com Git - emacs.git/commit
Add space for cursor to work also in terminal.
authorJimmy Aguilar Mena <spacibba@aol.com>
Sat, 14 Sep 2019 19:15:17 +0000 (21:15 +0200)
committerJimmy Aguilar Mena <spacibba@aol.com>
Mon, 14 Oct 2019 12:18:40 +0000 (14:18 +0200)
commit95d1c3b23e5188f10b7552a0c90613eb66cd2d94
tree0c457e0f9d184f57b2450e99273405191b10b35d
parenteb259473db50e5083296b9dd1468e378c94ce7f1
Add space for cursor to work also in terminal.

* src/xdisp.c (append_space_for_newline): Modified to add the space
with the last face also in terminal interface.
(fill_column_indicator_column): Modified to group more conditions.
(extend_face_to_end_of_line): Simplified code in
fill_column_indicator to use the new function.
src/xdisp.c