Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cs
firmware
Commits
4f06bf41
Verified
Commit
4f06bf41
authored
5 years ago
by
rahix
Browse files
Options
Downloads
Patches
Plain Diff
fix(gfx): Don't clear screen on init
Signed-off-by:
Rahix
<
rahix@rahix.de
>
parent
53e3b1d5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/gfx/textbuffer.c
+0
-2
0 additions, 2 deletions
lib/gfx/textbuffer.c
with
0 additions
and
2 deletions
lib/gfx/textbuffer.c
+
0
−
2
View file @
4f06bf41
...
@@ -12,8 +12,6 @@ void txt_init(struct txt_buffer *txtb, struct gfx_region *reg, sFONT *f)
...
@@ -12,8 +12,6 @@ void txt_init(struct txt_buffer *txtb, struct gfx_region *reg, sFONT *f)
txtb
->
bg_color
=
gfx_color_rgb_f
(
reg
,
.
0
f
,
.
0
f
,
.
0
f
);
txtb
->
bg_color
=
gfx_color_rgb_f
(
reg
,
.
0
f
,
.
0
f
,
.
0
f
);
txtb
->
draw_cursor
=
1
;
txtb
->
draw_cursor
=
1
;
txtb
->
auto_update
=
1
;
txtb
->
auto_update
=
1
;
txt_clear
(
txtb
);
}
}
static
inline
size_t
width_
(
struct
txt_buffer
*
tm
)
static
inline
size_t
width_
(
struct
txt_buffer
*
tm
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment