projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d5361f
)
Reindented code in main.h.
author
Daniel Carl
<danielcarl@gmx.de>
Sat, 22 Dec 2012 14:21:45 +0000
(15:21 +0100)
committer
Daniel Carl
<danielcarl@gmx.de>
Sat, 22 Dec 2012 14:21:45 +0000
(15:21 +0100)
src/main.h
patch
|
blob
|
history
diff --git
a/src/main.h
b/src/main.h
index
5a0d5c5
..
a8efd17
100644
(file)
--- a/
src/main.h
+++ b/
src/main.h
@@
-209,11
+209,11
@@
typedef struct {
} Completions;
typedef struct {
- VpColor input_fg[VP_MSG_LAST];
- VpColor input_bg[VP_MSG_LAST];
+ VpColor
input_fg[VP_MSG_LAST];
+ VpColor
input_bg[VP_MSG_LAST];
PangoFontDescription* input_font[VP_MSG_LAST];
- VpColor comp_fg[VP_COMP_LAST];
- VpColor comp_bg[VP_COMP_LAST];
+ VpColor
comp_fg[VP_COMP_LAST];
+ VpColor
comp_bg[VP_COMP_LAST];
PangoFontDescription* comp_font[VP_COMP_LAST];
} Style;