mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-26 07:57:59 -04:00
reformat comments
This commit is contained in:
parent
94d773a262
commit
fefe3c7d81
4 changed files with 13 additions and 19 deletions
17
config.h
17
config.h
|
|
@ -88,7 +88,6 @@ enum key_binding_type {
|
|||
typedef tll(char *) config_modifier_list_t;
|
||||
|
||||
struct config_key_binding {
|
||||
// TODO (kociap): from wayland.h?
|
||||
int action; /* One of the various bind_action_* enums from wayland.h */
|
||||
//struct config_key_modifiers modifiers;
|
||||
config_modifier_list_t modifiers;
|
||||
|
|
@ -365,17 +364,13 @@ struct config {
|
|||
* Special modes
|
||||
*/
|
||||
|
||||
/*
|
||||
* Bindings for vimode.
|
||||
* Note: action to enter vimode is in the 'key' bindings
|
||||
* above.
|
||||
*/
|
||||
|
||||
// Bindings for vimode.
|
||||
// Actions to enter vimode is in the 'key' bindings above.
|
||||
struct config_key_binding_list vimode;
|
||||
/*
|
||||
* Bindings for the search mode within vimode.
|
||||
* Actions to enter the search mode are in the 'key' and
|
||||
* 'vimode' bindings.
|
||||
*/
|
||||
// Bindings for the search mode within vimode.
|
||||
// Actions to enter the search mode are in the 'key' and
|
||||
// 'vimode' bindings.
|
||||
struct config_key_binding_list vimode_search;
|
||||
|
||||
/* While showing URL jump labels */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue