mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-31 07:11:09 -04:00
reformat comments
This commit is contained in:
parent
94d773a262
commit
fefe3c7d81
4 changed files with 13 additions and 19 deletions
|
|
@ -657,10 +657,8 @@ struct terminal {
|
|||
enum search_direction direction;
|
||||
} confirmed_search;
|
||||
|
||||
/*
|
||||
* Highlight ranges in absolute coordinates.
|
||||
* Sorted in ascending order by the start row and column.
|
||||
*/
|
||||
// Highlight ranges in absolute coordinates.
|
||||
// Sorted in ascending order by the start row and column.
|
||||
struct highlight_location {
|
||||
struct highlight_location const* next;
|
||||
struct range range;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue