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
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
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
card10
firmware
Commits
3338231a
Commit
3338231a
authored
5 years ago
by
Philip Stewart
Browse files
Options
Downloads
Patches
Plain Diff
Allow printing lines near the end of the display
parent
8a2de29e
No related branches found
No related tags found
1 merge request
!332
Ofscreen lines
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/gfx/gfx.c
+0
-3
0 additions, 3 deletions
lib/gfx/gfx.c
with
0 additions
and
3 deletions
lib/gfx/gfx.c
+
0
−
3
View file @
3338231a
...
...
@@ -95,9 +95,6 @@ void gfx_puts(
x
=
0
;
y
+=
font
->
Height
;
}
// if the line is outside the display we return
if
(
y
>=
r
->
height
)
return
;
// now print the character
gfx_putchar
(
font
,
r
,
x
,
y
,
*
str
,
fg
,
bg
);
...
...
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